Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions changelog/betterc.dd
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
$(TT -betterC) enhancements

Many improvements were added to the dmd's $(TT -betterC) implementation, most
notably programs compiled with $(TT -betterC) will no longer reference unused
druntime symbols, asserts are implemented as C `<assert.h>` calls, and phobos is
not linked by default.

See the $(LINK2 $(ROOT_DIR)spec/betterc.html, Better C) specs for more details.