.. |
liveness
|
Use iter::zip in compiler/
|
2021-03-26 09:32:31 -07:00 |
check_attr.rs
|
Do not warn on inherent doc(hidden) assoc items
|
2022-05-20 10:19:23 +02:00 |
check_const.rs
|
allocate string only when error will be emitted
|
2022-05-14 12:23:23 -04:00 |
dead.rs
|
avoid fetching HIR when handling Impl assoc items
|
2022-05-14 11:01:33 -04:00 |
debugger_visualizer.rs
|
remove redundant branch
|
2022-05-13 11:46:06 -04:00 |
diagnostic_items.rs
|
remove DiagnosticItemCollector
|
2022-05-13 11:46:05 -04:00 |
entry.rs
|
use opt_item_name to pattern match items with names
|
2022-05-14 11:02:14 -04:00 |
hir_id_validator.rs
|
remove unnecessary methods from HirIdValidator
|
2022-05-13 11:46:06 -04:00 |
hir_stats.rs
|
Introduce LifetimeCtxt.
|
2022-05-20 12:25:05 +02:00 |
lang_items.rs
|
use def_span and def_kind queries instead of calling tcx.hir() methods
|
2022-05-06 12:11:05 -04:00 |
layout_test.rs
|
remove LayoutTest
|
2022-05-13 11:46:05 -04:00 |
lib_features.rs
|
Handle rustc_const_stable attribute in library feature collector
|
2022-03-31 12:34:46 -07:00 |
lib.rs
|
Remove the check_mod_intrinsics query
|
2022-05-24 15:46:23 +00:00 |
liveness.rs
|
Auto merge of #96863 - SparrowLii:let, r=michaelwoerister
|
2022-05-18 17:48:46 +00:00 |
loops.rs
|
rename visit item-like methods
|
2022-05-13 11:46:06 -04:00 |
naked_functions.rs
|
Remove crate visibility usage in compiler
|
2022-05-20 20:04:54 -04:00 |
reachable.rs
|
check def_kind before fetching item
|
2022-05-13 11:46:05 -04:00 |
stability.rs
|
Rebase fallout
|
2022-05-19 12:26:06 +00:00 |
upvars.rs
|
Replace NestedVisitorMap with NestedFilter
|
2022-01-16 16:02:36 -06:00 |
weak_lang_items.rs
|
restrict access to span only when we emit diagnostic
|
2022-04-09 13:53:32 -04:00 |