| Age | Commit message (Expand) | Author | Lines |
| 2023-11-05 | Auto merge of #117574 - onur-ozkan:fix-compiler-crate-linking, r=Mark-Simulacrum | bors | -57/+73 |
| 2023-11-05 | bootstrap: improve linking of tool docs | onur-ozkan | -41/+40 |
| 2023-11-05 | Rollup merge of #117524 - unleashed:bootstrap-create-hooks-dir, r=Mark-Simula... | Matthias Krüger | -1/+6 |
| 2023-11-05 | Rollup merge of #116017 - Zalathar:darwin-stdlib, r=albertlarsan68 | Matthias Krüger | -4/+3 |
| 2023-11-05 | bump clang version for dist-x86_64-linux from 17.0.2 to 17.0.4 | klensy | -1/+1 |
| 2023-11-05 | rustdoc: properly elide cross-crate host effect args | León Orell Valerian Liehr | -6/+3 |
| 2023-11-04 | fix clippy author and failing test | Dinu Blanovschi | -4/+9 |
| 2023-11-04 | fixes for rustfmt + ast visitor | Dinu Blanovschi | -2/+2 |
| 2023-11-04 | Auto merge of #117579 - RalfJung:miri, r=RalfJung | bors | -255/+574 |
| 2023-11-04 | Auto merge of #3145 - RalfJung:data-race-error, r=RalfJung | bors | -166/+233 |
| 2023-11-04 | Don't disable inline asm usage in compiler-builtins when the cranelift backen... | bjorn3 | -5/+0 |
| 2023-11-04 | Warn when lint level is set on a match arm | Nadrieril | -1/+1 |
| 2023-11-04 | ensure doc directory is not empty | onur-ozkan | -1/+2 |
| 2023-11-04 | handle dry runs in `dist::CodegenBackend` | Rémy Rakic | -0/+4 |
| 2023-11-04 | Ensure the rustc-codegen-cranelift-preview component is never empty | bjorn3 | -0/+7 |
| 2023-11-04 | pass `CODEGEN_BACKENDS` to docker | Rémy Rakic | -0/+1 |
| 2023-11-04 | add sanity check for compiler crate docs | onur-ozkan | -0/+8 |
| 2023-11-04 | Ensure compiler crate paths are generated before linking | onur-ozkan | -11/+12 |
| 2023-11-04 | Auto merge of #117566 - weihanglo:update-cargo, r=weihanglo | bors | -1/+0 |
| 2023-11-04 | fmt | The Miri Conjob Bot | -7/+3 |
| 2023-11-04 | Merge from rustc | The Miri Conjob Bot | -3999/+5532 |
| 2023-11-04 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-04 | Update cargo | Weihang Lo | -1/+0 |
| 2023-11-04 | Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwco | bors | -82/+275 |
| 2023-11-04 | Auto merge of #117540 - matthiaskrgr:baby_dont_clone_me_dont_clone_me_no_more... | bors | -80/+74 |
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -134/+1 |
| 2023-11-04 | Update rust-lang/book. | Nicholas Nethercote | -0/+0 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -103/+80 |
| 2023-11-03 | Auto merge of #117538 - matthiaskrgr:rollup-63u77xb, r=matthiaskrgr | bors | -3584/+4890 |
| 2023-11-03 | clone less | Matthias Krüger | -80/+74 |
| 2023-11-03 | Rollup merge of #117533 - onur-ozkan:revert-117471, r=onur-ozkan | Matthias Krüger | -7/+1 |
| 2023-11-03 | Rollup merge of #117520 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -3577/+4889 |
| 2023-11-03 | Revert "Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum" | Ralf Jung | -12/+0 |
| 2023-11-03 | Revert "bootstrap: do not purge docs on CI environment" | onur-ozkan | -7/+1 |
| 2023-11-03 | Auto merge of #117313 - GuillaumeGomez:cg_gcc-tests, r=onur-ozkan | bors | -7/+208 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+1 |
| 2023-11-03 | Set some environment variables value only if ENABLE_GCC_CODEGEN is set | Guillaume Gomez | -6/+17 |
| 2023-11-02 | bootstrap/setup: create hooks directory if non-existing | Alejandro Martinez Ruiz | -1/+6 |
| 2023-11-02 | Add comment explaining why the ENABLE_GCC_CODEGEN env variable is needed | Guillaume Gomez | -2/+8 |
| 2023-11-02 | Fix invalid enabling of gcc backend in `run.sh` | Guillaume Gomez | -3/+3 |
| 2023-11-02 | Rename `SKIP_CODEGEN_TESTS` into `ENABLE_GCC_CODEGEN` | Guillaume Gomez | -5/+5 |
| 2023-11-02 | Don't include GCC backend if SKIP_CODEGEN_TESTS is not enabled | Guillaume Gomez | -2/+7 |
| 2023-11-02 | Run codegen tests outside if not llvm-15 | Guillaume Gomez | -2/+13 |
| 2023-11-02 | Add FIXME header for two comments in cg_gcc and cg_clif boostrap types | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Skip codegen tests in llvm-15 CI check | Guillaume Gomez | -2/+2 |
| 2023-11-02 | Force mangling version for rustc_codegen_gcc | Guillaume Gomez | -2/+5 |
| 2023-11-02 | Only run cg_gcc tests on linux x86_64 | Guillaume Gomez | -10/+2 |
| 2023-11-02 | Add comment explaning when to uncomment the `prepare` command code | Guillaume Gomez | -0/+2 |
| 2023-11-02 | Fix rustc_codegen_gcc lto issue | Guillaume Gomez | -0/+4 |
| 2023-11-02 | Fix missing error libgccjit in CI | Guillaume Gomez | -0/+8 |