rust/src/librustc_trans
Johan Lorenzo 274f27a476 Add -C link-dead-code option r=alexcrichton
Turning gc-sections off improves code coverage based for tools which
use DWARF debugging information (like kcov). Otherwise dead code is
stripped and kcov returns a coverage percentage that doesn't reflect
reality.
2016-02-11 11:14:32 +01:00
..
back Add -C link-dead-code option r=alexcrichton 2016-02-11 11:14:32 +01:00
save Changed macro spans in CSVs to point to the macro name, bugfixed nested spans 2016-02-03 20:44:53 +13:00
trans Auto merge of #31523 - steveklabnik:rollup, r=steveklabnik 2016-02-09 22:28:45 +00:00
diagnostics.rs Check unchecked_div|rem's specialisation 2015-10-31 12:22:15 -07:00
lib.rs Remove old #[allow(trivial_casts)] annotations 2016-02-08 09:35:09 -08:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00

See the README.md in ../librustc.