rust/src/librustc_session
bors 8a6d4342be Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth
Rollup of 10 pull requests

Successful merges:

 - #73414 (Implement `slice_strip` feature)
 - #73564 (linker: Create GNU_EH_FRAME header by default when producing ELFs)
 - #73622 (Deny unsafe ops in unsafe fns in libcore)
 - #73684 (add spans to injected coverage counters, extract with CoverageData query)
 - #73812 (ast_pretty: Pass some token streams and trees by reference)
 - #73853 (Add newline to rustc MultiSpan docs)
 - #73883 (Compile rustdoc less often.)
 - #73885 (Fix wasm32 being broken due to a NodeJS version bump)
 - #73903 (Changes required for rustc/cargo to build for iOS targets)
 - #73938 (Optimise fast path of checked_ops with `unlikely`)

Failed merges:

r? @ghost
2020-07-02 12:35:08 +00:00
..
lint Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkov 2020-06-19 09:15:08 -07:00
Cargo.toml Diagnose use of incompatible sanitizers 2020-06-14 18:14:10 +02: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 Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse 2020-06-23 13:10:07 -07:00
filesearch.rs Rename get_self_contained_lib_path 2020-06-25 11:32:09 +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 Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth 2020-07-02 12:35:08 +00:00
output.rs cleanup: config::CrateType -> CrateType 2020-05-02 11:57:23 +03:00
parse.rs Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearth 2020-06-26 02:16:07 +00:00
search_paths.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
session.rs errors: use -Z terminal-width in JSON emitter 2020-06-26 16:01:51 +01:00
utils.rs Factor out NativeLibKind::Dylib from NativeLibKind::Unspecified 2020-05-20 21:57:13 +03:00