rust/src/librustc_session
bors 8ff785011b Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril
Rollup of 9 pull requests

Successful merges:

 - #69251 (#[track_caller] in traits)
 - #69880 (miri engine: turn error sanity checks into assertions)
 - #70207 (Use getentropy(2) on macos)
 - #70227 (Only display definition when suggesting a typo)
 - #70236 (resolve: Avoid "self-confirming" import resolutions in one more case)
 - #70248 (parser: simplify & remove unused field)
 - #70249 (handle ConstKind::Unresolved after monomorphizing)
 - #70269 (remove redundant closures (clippy::redundant_closure))
 - #70270 (Clean up E0449 explanation)

Failed merges:

r? @ghost
2020-03-23 06:02:34 +00:00
..
lint Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov 2020-02-23 16:09:41 +00:00
Cargo.toml Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
cgu_reuse_tracker.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
code_stats.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
config.rs remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
filesearch.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
lint.rs add_elided_lifetime_in_path_suggestion -> rustc_session 2020-03-21 22:18:57 +01:00
options.rs Remove chalk integration 2020-03-02 18:11:53 -05:00
output.rs Refactorings to begin getting rid of rustc_codegen_utils 2020-03-19 23:14:46 -05:00
parse.rs Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
search_paths.rs Add -Z no-link flag 2020-01-23 11:00:36 +11:00
session.rs move CrateDisambiguator -> rustc_ast 2020-03-21 22:18:57 +01:00
utils.rs Change -Z time event naming scheme and make them generic activities 2020-01-09 07:06:40 +01:00