rust/compiler/rustc_resolve/src
Matthias Krüger bdc5adfe78
Rollup merge of #138678 - durin42:rmeta-stability, r=fmease
rustc_resolve: fix instability in lib.rmeta contents

rust-lang/rust@23032f31c9 accidentally introduced some nondeterminism in the ordering of lib.rmeta files, which we caught in our bazel-based builds only recently due to being further behind than normal. In my testing, this fixes the issue.
2025-03-28 12:59:55 +01:00
..
late Rollup merge of #139014 - xizheyin:issue-138931, r=oli-obk 2025-03-27 13:11:20 -04:00
build_reduced_graph.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
check_unused.rs Fix autofix for self and self as … in unused_imports lint 2025-03-24 13:01:47 +01:00
def_collector.rs Don't deaggregate InvocationParent just to reaggregate it again 2025-03-26 09:40:27 +00:00
diagnostics.rs Rollup merge of #138924 - nnethercote:less-kw-Empty-3, r=compiler-errors 2025-03-25 18:09:07 +01:00
effective_visibilities.rs rustc_resolve: reduce rightwards drift with let..else 👉💨 2025-01-21 13:42:32 +00:00
errors.rs Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00
ident.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
imports.rs resolve: Avoid some unstable iteration 2 2025-03-24 23:03:11 +03:00
late.rs Rollup merge of #138985 - oli-obk:push-mvlqmtmyozro, r=compiler-errors 2025-03-27 15:57:25 +11:00
lib.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
macros.rs Rollup merge of #138929 - oli-obk:assoc-ctxt-of-trait, r=compiler-errors 2025-03-25 18:09:07 +01:00
rustdoc.rs rustc_resolve: prevent iteration of refids for completeness 2025-03-27 12:39:48 -04:00