rust/src/librustc_session
bors e61621c307 Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov
Remove `librustc_ast` session globals

By moving the data onto `Session`.

r? @petrochenkov
2020-08-08 05:58:57 +00:00
..
lint Rename the lint again 2020-07-30 10:39:31 -07:00
Cargo.toml Move from log to tracing 2020-07-31 22:38:20 +02:00
cgu_reuse_tracker.rs Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
code_stats.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
config.rs fix typos 2020-08-02 23:20:00 +08:00
filesearch.rs fix clippy::redundant_clone: remove redundant clones 2020-08-07 22:47:32 +02:00
lib.rs Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02:00
lint.rs Implement crate level only lints checking. 2020-06-18 09:53:12 +08:00
options.rs Fixed coverage map issues; better aligned with LLVM APIs 2020-07-25 07:39:51 -07:00
output.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
parse.rs Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC 2020-08-02 13:08:47 -07:00
search_paths.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
session.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
utils.rs Factor out NativeLibKind::Dylib from NativeLibKind::Unspecified 2020-05-20 21:57:13 +03:00