rust/compiler/rustc_middle/src
bors 7a78c4ffd5 Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot
resolve: Pre-compute non-reexport module children

Instead of repeating the same logic by walking HIR during metadata encoding.

The only difference is that we are no longer encoding `macro_rules` items, but we never currently need them as a part of this list. They can be encoded separately if this need ever arises.

`module_reexports` is also un-querified, because I don't see any reasons to make it a query, only overhead.
2023-04-14 01:14:36 +00:00
..
dep_graph Hide warning. 2023-04-03 15:59:21 +00:00
hir Auto merge of #109778 - petrochenkov:allkind, r=cjgillot 2023-04-11 00:39:27 +00:00
infer Fix typos in compiler 2023-04-10 22:02:52 +02:00
middle fix clippy::iter_kv_map 2023-04-01 23:44:16 +02:00
mir Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesleywiser 2023-04-13 01:51:27 +00:00
query Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot 2023-04-14 01:14:36 +00:00
thir Add Span to StmtKind::Let. 2023-04-03 15:59:21 +00:00
traits Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errors 2023-04-10 14:13:16 +05:30
ty Auto merge of #110160 - petrochenkov:notagain2, r=cjgillot 2023-04-14 01:14:36 +00:00
util Add some docs to bug, span_bug and delay_span_bug 2022-12-30 16:47:56 +01:00
arena.rs resolve: Preserve reexport chains in ModChildren 2023-04-08 13:29:15 +03:00
error.rs fix(middle): emit error rather than delay bug when reaching limit 2023-04-03 11:08:14 +08:00
lib.rs Avoid the assertion in erase 2023-04-06 08:25:53 +02:00
lint.rs create helper function for rustc_lint_defs::Level and remove it's duplicated code r=ozkanonur 2023-01-10 10:56:17 +03:00
macros.rs Fix typos in compiler 2023-04-10 22:02:52 +02:00
metadata.rs resolve: Pre-compute non-reexport module children 2023-04-12 15:22:03 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
thir.rs Add Span to StmtKind::Let. 2023-04-03 15:59:21 +00:00
values.rs rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00