rust/compiler/rustc_passes/src
bors 74c4821045 Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin
try to downgrade Arc -> Lrc -> Rc -> no-Rc in few places

Expecting this be not slower on non-parallel compiler and probably faster on parallel (checked that this PR builds on it).
2023-05-04 20:49:23 +00:00
..
liveness Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
check_attr.rs Don't bail out early when checking invalid repr attr 2023-05-01 15:05:39 +01:00
check_const.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
dead.rs fmt 2023-04-21 02:14:03 -07:00
debugger_visualizer.rs Arc -> Lrc 2023-04-30 13:19:25 +03:00
diagnostic_items.rs LocalCrate key 2023-03-21 15:38:52 +00:00
entry.rs Replace a lock with an atomic 2023-04-04 09:01:44 +00:00
errors.rs Migrate rustc_passes to translatable diagnostics 2023-04-26 11:40:21 +01:00
hir_id_validator.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
hir_stats.rs offset_of 2023-04-21 02:14:02 -07:00
lang_items.rs Remove HirId -> LocalDefId map from HIR. 2023-01-28 09:55:26 +00:00
layout_test.rs Use local key in providers 2023-03-21 15:38:51 +00:00
lib_features.rs ast: Optimize list and value extraction primitives for attributes 2023-02-01 22:35:02 +04:00
lib.rs Migrate rustc_passes to translatable diagnostics 2023-04-26 11:40:21 +01:00
liveness.rs Migrate rustc_passes to translatable diagnostics 2023-04-26 11:40:21 +01:00
loops.rs Specify that break cannot be used outside of loop *or* labeled block 2022-11-05 01:12:58 +00:00
naked_functions.rs offset_of 2023-04-21 02:14:02 -07:00
reachable.rs Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk 2023-03-08 06:07:11 +00:00
stability.rs Migrate rustc_passes to translatable diagnostics 2023-04-26 11:40:21 +01:00
upvars.rs rustc_hir: Relax lifetime requirements on Visitor::visit_path 2022-12-01 17:04:02 +03:00
weak_lang_items.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00