rust/src/librustc_session
bors e093b65250 Auto merge of #73746 - Manishearth:rollup-80jnynm, r=Manishearth
Rollup of 14 pull requests

Successful merges:

 - #72617 (Add a fast path for `std:🧵:panicking`.)
 - #72738 (Self contained linking option)
 - #72770 (Implement mixed script confusable lint.)
 - #73418 (Add unstable `core::mem::variant_count` intrinsic)
 - #73460 (Emit line info for generator variants)
 - #73534 (Provide suggestions for some moved value errors)
 - #73538 (make commented examples use valid syntax, and be more consistent )
 - #73581 (Create 0766 error code)
 - #73619 (Document the mod keyword)
 - #73621 (Document the mut keyword)
 - #73648 (Document the return keyword)
 - #73673 (Fix ptr doc warnings.)
 - #73674 (Tweak binop errors)
 - #73687 (Clean up E0701 explanation)

Failed merges:

 - #73708 (Explain move errors that occur due to method calls involving `self` (take two))

r? @ghost
2020-06-26 02:16:07 +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 Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov 2020-06-25 18:00:03 -07: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 Support sanitizers on aarch64-unknown-linux-gnu 2020-06-20 09:48:14 +02:00
utils.rs Factor out NativeLibKind::Dylib from NativeLibKind::Unspecified 2020-05-20 21:57:13 +03:00