rust/src/libsyntax
bors 6e6981c3eb auto merge of #9991 : LeoTestard/rust/asm-feature-gate, r=huonw
Fixes #9882
Note that the actual checking code is inside a if false in order to compile libstd properly.
libstd uses asm! in rt. If we put ```#[feature(asm)]``` in libstd, it fails to build at stage0 beacause the
asm feature is not known yet by the snapshot compiler.
We must wait that this PR arrives into the snapshot in order to actually activate the checking code.
2013-10-21 05:21:27 -07:00
..
ext Don't allocate a string when calling println 2013-10-20 15:42:24 -07:00
parse path2: Update based on more review feedback 2013-10-16 10:26:48 -07:00
print Optimize include_bin! for large inputs 2013-10-18 09:20:08 -07:00
util Remove specific errors for very old obsolete syntax 2013-10-04 07:09:28 +02:00
abi.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
ast_map.rs Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
ast_util.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
ast.rs Optimize include_bin! for large inputs 2013-10-18 09:20:08 -07:00
attr.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
codemap.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
diagnostic.rs option: rewrite the API to use composition 2013-10-09 09:17:29 -04:00
fold.rs Remove named extern blocks from the AST 2013-10-10 18:04:58 -07:00
opt_vec.rs syntax: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
syntax.rs Implement feature-gating for the compiler 2013-10-05 20:19:33 -07:00
visit.rs Add a feature flag for ASM 2013-10-21 14:04:29 +02:00