rust/src/librustc_trans
Sebastian Wicki 920f32becd Add no_default_libraries target linker option
If set to false, `-nodefaultlibs` is not passed to the linker. This
was the default behavior on Windows, but it should be configurable
per target.

This is a [breaking-change] for target specifications that have
the `is_like_windows` option set to true. Such targets need to
set `no_default_libraries` to false in order to restore the old
behavior.
2015-09-22 00:33:40 +02:00
..
back Add no_default_libraries target linker option 2015-09-22 00:33:40 +02:00
save Fix crash with --save-analysis 2015-09-18 16:41:11 +12:00
trans Use ast::AsmDialect's variants qualified, and drop the pointless prefix. 2015-09-21 16:48:25 +02:00
diagnostics.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02:00
lib.rs Add librustc_trans error codes 2015-09-19 17:04:27 +02: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.