rust/src/librustc_resolve
Mazdak Farrokhzad be09427b11
Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petrochenkov
Remove some unnecessary symbol interner ops

* Don't gensym symbols that don't need to worry about colliding with other symbols
* Use symbol constants instead of interning string literals in a few places.
* Don't generate a module in `__register_diagnostic`

r? @petrochenkov
2019-06-15 17:45:02 +02:00
..
build_reduced_graph.rs Avoid some unnecessary symbol interner operations 2019-06-14 18:54:58 +01:00
Cargo.toml rustc: use indexmap instead of a plain vector for upvars. 2019-06-01 19:17:22 +03:00
check_unused.rs unused_imports: make the lint machine-applicable 2019-02-07 16:20:22 +01:00
diagnostics.rs Rename "Associated*" to "Assoc*" 2019-05-26 17:49:02 +08:00
error_codes.rs Fix error code description 2019-04-25 23:19:36 +01:00
lib.rs Rollup merge of #61813 - matthewjasper:remove-unnecessary-symbol-ops, r=petrochenkov 2019-06-15 17:45:02 +02:00
macros.rs syntax: Rename variants of SyntaxExtension for consistency 2019-06-10 21:34:26 +03:00
resolve_imports.rs Move modern calls inside glob_adjust and reverse_glob_adjust. 2019-06-05 07:43:14 +10:00