rust/src/libsyntax/ext
2018-01-30 12:42:51 -06:00
..
tt Add feature gate + tests 2018-01-30 12:42:51 -06:00
base.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
build.rs Adds support for immovable generators. Move checking of invalid borrows across suspension points to borrowck. Fixes #44197, #45259 and #45093. 2018-01-23 05:10:38 +01:00
derive.rs limit packed copy-out to non-generic Copy structs 2017-11-26 16:12:43 +02:00
expand.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00
placeholders.rs Lifting Generics from MethodSig to TraitItem and ImplItem since we want to support generics in each variant of TraitItem and ImplItem 2017-10-17 22:14:14 -04:00
quote.rs rustc: use {U,I}size instead of {U,I}s shorthands. 2018-01-04 03:12:04 +02:00
source_util.rs Do not capture stderr in the compiler. Instead just panic silently for fatal errors 2018-01-26 04:52:30 +01:00