| Age | Commit message (Expand) | Author | Lines |
| 2023-11-02 | Run rustc_codegen_gcc tests in the CI | Guillaume Gomez | -3/+162 |
| 2023-11-02 | Auto merge of #117471 - onur-ozkan:tmp-fix, r=clubby789 | bors | -1/+7 |
| 2023-11-02 | bootstrap: do not purge docs on CI environment | onur-ozkan | -1/+7 |
| 2023-11-02 | Auto merge of #117521 - GuillaumeGomez:impl-on-foreign-order, r=notriddle | bors | -1/+2 |
| 2023-11-02 | Fix order of implementations in the "implementations on foreign types" section | Guillaume Gomez | -1/+2 |
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -4/+6 |
| 2023-11-02 | Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup | Philipp Krones | -3577/+4889 |
| 2023-11-02 | Format let-chains across the code base | Philipp Krones | -2/+4 |
| 2023-11-02 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -2/+2 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -103/+80 |
| 2023-11-02 | Add UI tests for values accepted by `-C symbol-mangling-version` | Zalathar | -1/+1 |
| 2023-11-02 | Merge from rustc | The Miri Conjob Bot | -550/+880 |
| 2023-11-02 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-01 | Rollup merge of #117488 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-11-01 | Rename hook. | Camille GILLOT | -1/+1 |
| 2023-11-01 | Update minifier-rs version to 0.3.0 | Guillaume Gomez | -1/+1 |
| 2023-11-01 | Auto merge of #117482 - matthiaskrgr:rollup-doc6jgm, r=matthiaskrgr | bors | -2/+2 |
| 2023-11-01 | Rollup merge of #115626 - clarfonthey:unchecked-math, r=thomcc | Matthias Krüger | -2/+2 |
| 2023-11-01 | Auto merge of #117436 - nikic:update-llvm-16, r=cuviper | bors | -0/+0 |
| 2023-11-01 | Stabilize C string literals | John Millikin | -26/+22 |
| 2023-10-31 | Auto merge of #117459 - matthiaskrgr:rollup-t3osb3c, r=matthiaskrgr | bors | -0/+27 |
| 2023-10-31 | Update cargo | Weihang Lo | -0/+0 |
| 2023-10-31 | Rollup merge of #113241 - poliorcetics:85138-doc-object-safety, r=GuillaumeGomez | Matthias Krüger | -0/+27 |
| 2023-10-31 | Auto merge of #117450 - oli-obk:rustdoc_verify, r=estebank | bors | -1/+5 |
| 2023-10-31 | Accept less invalid Rust in rustdoc | Oli Scherer | -1/+5 |
| 2023-10-31 | Use derivative for Clone | Michael Goulet | -0/+1 |
| 2023-10-31 | Auto merge of #117377 - dtolnay:deprecatedsince, r=cjgillot | bors | -41/+39 |
| 2023-10-31 | update config.example.toml | SparrowLii | -1/+1 |
| 2023-10-31 | update bootstrap change history | SparrowLii | -1/+1 |
| 2023-10-31 | enable parallel rustc in nightly builds | SparrowLii | -4/+7 |
| 2023-10-31 | Update to LLVM 17.0.4 | Nikita Popov | -0/+0 |
| 2023-10-30 | Descriptive variant name deprecation versions outside the standard library | David Tolnay | -2/+2 |
| 2023-10-30 | Represent absence of 'since' attribute as a variant of DeprecatedSince | David Tolnay | -8/+8 |
| 2023-10-30 | Add a DeprecatedSince::Err variant for versions that fail to parse | David Tolnay | -10/+18 |
| 2023-10-30 | Auto merge of #117405 - GuillaumeGomez:rollup-i3jxtwh, r=GuillaumeGomez | bors | -68/+158 |
| 2023-10-30 | Rollup merge of #117383 - onur-ozkan:fix-x-install, r=albertlarsan68 | Guillaume Gomez | -22/+30 |
| 2023-10-30 | Rollup merge of #117376 - nnethercote:rustc_interface-more, r=oli-obk | Guillaume Gomez | -15/+8 |
| 2023-10-30 | Rollup merge of #117356 - he32:netbsd-mipsel, r=oli-obk | Guillaume Gomez | -0/+7 |
| 2023-10-30 | Rollup merge of #112463 - fmease:rustdoc-elide-x-crate-def-gen-args, r=Guilla... | Guillaume Gomez | -31/+113 |
| 2023-10-30 | Move deprecation_in_effect to inherent method on Deprecation | David Tolnay | -8/+2 |
| 2023-10-30 | rustdoc: elide cross-crate default generic arguments | León Orell Valerian Liehr | -31/+113 |
| 2023-10-30 | Auto merge of #117267 - RalfJung:miri-tests, r=Mark-Simulacrum | bors | -3/+29 |
| 2023-10-30 | update which targets we test Miri on | Ralf Jung | -3/+29 |
| 2023-10-30 | improve and fix x install | onur-ozkan | -22/+30 |
| 2023-10-30 | bootstrap: bump fd-lock, clap and windows. | chenx97 | -86/+68 |
| 2023-10-30 | make sure we catch UB with _ pattern in various syntactic positions | Ralf Jung | -16/+87 |
| 2023-10-29 | Store version of `deprecated` attribute in structured form | David Tolnay | -10/+6 |
| 2023-10-29 | Rename Since -> StableSince in preparation for a DeprecatedSince | David Tolnay | -18/+18 |
| 2023-10-30 | Delay parsing of `--cfg` and `--check-cfg` options. | Nicholas Nethercote | -15/+8 |
| 2023-10-30 | Auto merge of #117328 - lqd:cranelift-rocket, r=Mark-Simulacrum | bors | -0/+12 |