rust/src/librustc
Nicholas Nethercote 2da7a9c0d9 Use Symbol for codegen unit names.
This is a straightforward replacement except for two places where we
have to convert to `LocalInternedString` to get a stable sort.
2019-10-21 18:30:40 +11:00
..
benches
dep_graph Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
hir Convert fields within DefPathData from InternedString to Symbol. 2019-10-21 17:17:36 +11:00
ich move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
infer Convert fields within DefPathData from InternedString to Symbol. 2019-10-21 17:17:36 +11:00
lint Convert fields within DefPathData from InternedString to Symbol. 2019-10-21 17:17:36 +11:00
middle Rollup merge of #64603 - gilescope:unused-lifetime-warning, r=matthewjasper 2019-10-15 16:07:39 -07:00
mir Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
query Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
session move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
traits Convert some InternedStrings to Symbols. 2019-10-21 11:31:02 +11:00
ty Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
util
arena.rs rustc: arena-allocate the slice in ty::GenericsPredicate, not the whole struct. 2019-10-18 03:14:57 +03:00
build.rs
Cargo.toml move syntax::ext to new crate syntax_expand 2019-10-16 10:59:53 +02:00
error_codes.rs Rollup merge of #65215 - JohnTitor:long-explanation-e0697, r=GuillaumeGomez 2019-10-14 07:36:52 +02:00
lib.rs Stabilize proc macros generating macro_rules items 2019-10-15 10:03:51 +03:00
macros.rs
README.md
tests.rs

For more information about how rustc works, see the rustc guide.