about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-07-31 15:36:29 +0200
committerGitHub <noreply@github.com>2024-07-31 15:36:29 +0200
commit579eb684b9830c26852e5ba2acba2fa5eea3a6c5 (patch)
treec719bd89d83ae43010a8497db32f157b30827bae /compiler/rustc_codegen_llvm/src
parente552c168c72c95dc28950a9aae8ed7030199aa0d (diff)
parent2e9298b2fccf8465a504351bbc60b1beb573bfa2 (diff)
downloadrust-579eb684b9830c26852e5ba2acba2fa5eea3a6c5.tar.gz
rust-579eb684b9830c26852e5ba2acba2fa5eea3a6c5.zip
Rollup merge of #126454 - cuviper:deterministic-bump, r=Kobzol
bump-stage0: use IndexMap for determinism

When it used `HashMap`, `bump-stage0` would change `src/stage0` every
time it ran, whereas `IndexMap` will keep insertion order -- matching
the manifest file.

I included an actual bump here mainly to reset the order, but that did
update to a new rustfmt nightly too.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions