1
Fork 0
rust/compiler/rustc_session/src
Urgau 3455d66041 Honor current target when checking conditional compilation values
This is fixed by simply using the currently registered target in the
current session. We need to use it because of target json that are not
by design included in the rustc list of targets.
2023-03-09 21:55:00 +01:00
..
config Change process spawning to inherit the parent's signal mask by default 2022-10-20 14:53:38 -07:00
cgu_reuse_tracker.rs Remove useless borrows and derefs 2022-12-01 17:34:43 +00:00
code_stats.rs Simplify sort_by calls 2023-03-07 18:13:41 +00:00
config.rs Honor current target when checking conditional compilation values 2023-03-09 21:55:00 +01:00
cstore.rs Use a lock-free datastructure for source_span 2023-02-21 08:38:24 +00:00
errors.rs Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot 2023-02-17 00:19:34 +01:00
filesearch.rs compiler/rustc_session: fix sysroot detection logic ... 2023-02-28 10:02:38 -07:00
lib.rs errors: generate typed identifiers in each crate 2023-02-22 09:15:53 +00:00
options.rs Add unstable option new_rpitit to be used for new RPITIT lowering system 2023-03-01 12:56:39 -03:00
output.rs Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov 2023-01-19 05:23:40 +00:00
parse.rs various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
search_paths.rs incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. 2022-04-19 10:43:20 +02:00
session.rs Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk 2023-03-08 06:07:11 +00:00
utils.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00