rust/src/librustc_driver
bors 4a26286216 Auto merge of #36214 - jseyfried:stackless_expansion, r=nrc
macros: stackless expansion

After this PR, macro expansion cannot overflow the stack unless the expanded crate is too deep to fold.
Everything but the stackless placeholder expansion commit is also groundwork for macro modularization.

r? @nrc or @eddyb
2016-09-07 19:02:51 -07:00
..
Cargo.toml Proc_macro is alive 2016-08-16 13:17:36 -07:00
derive_registrar.rs rustc: Implement custom derive (macros 1.1) 2016-09-02 12:52:56 -07:00
driver.rs Auto merge of #36214 - jseyfried:stackless_expansion, r=nrc 2016-09-07 19:02:51 -07:00
lib.rs Auto merge of #36203 - petrochenkov:uvsdot, r=nrc 2016-09-04 14:03:01 -07:00
pretty.rs compute and cache HIR hashes at beginning 2016-08-20 07:26:14 -04:00
target_features.rs Add target_features for the bit manipulation instruction sets: BMI 1.0, BMI 2.0, and TBM. 2016-06-22 17:11:17 +02:00
test.rs Auto merge of #36240 - leeopop:master, r=jseyfried 2016-09-04 18:36:42 -07:00