| Age | Commit message (Expand) | Author | Lines |
| 2023-11-25 | rustc: Make `def_kind` mandatory for all `DefId`s | Vadim Petrochenkov | -3/+2 |
| 2023-11-25 | run tests on 32bit freebsd | Ralf Jung | -0/+1 |
| 2023-11-25 | read off_t at the right size for the current target | Ralf Jung | -3/+3 |
| 2023-11-25 | Rollup merge of #118253 - dtolnay:issomeand, r=compiler-errors | León Orell Valerian Liehr | -3/+5 |
| 2023-11-25 | Rollup merge of #118251 - notriddle:notriddle/less-recursion, r=GuillaumeGomez | León Orell Valerian Liehr | -8/+24 |
| 2023-11-25 | Rollup merge of #118220 - onur-ozkan:followups, r=Mark-Simulacrum | León Orell Valerian Liehr | -88/+99 |
| 2023-11-25 | make tests/utils work with edition 2015 | Ralf Jung | -2/+2 |
| 2023-11-25 | bless | Ralf Jung | -2/+2 |
| 2023-11-25 | fmt | Ralf Jung | -4/+1 |
| 2023-11-25 | Merge from rustc | Ralf Jung | -686/+852 |
| 2023-11-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2023-11-24 | Update cargo | Weihang Lo | -40/+0 |
| 2023-11-25 | Auto merge of #118235 - psumbera:bootstrap-main-t, r=Mark-Simulacrum | bors | -3/+3 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -601/+601 |
| 2023-11-24 | move CONFIG_CHANGE_HISTORY to its own module | onur-ozkan | -91/+97 |
| 2023-11-24 | use the change-id from source instead of the one from config.tom | onur-ozkan | -2/+2 |
| 2023-11-24 | add change information for PR#117813 | onur-ozkan | -0/+5 |
| 2023-11-24 | Manual find replace updates | Nilstrieb | -12/+12 |
| 2023-11-24 | Bless Miri tests | Nilstrieb | -472/+472 |
| 2023-11-24 | Bless clippy tests | Nilstrieb | -117/+117 |
| 2023-11-24 | rustdoc-search: avoid infinite where clause unbox | Michael Howell | -8/+24 |
| 2023-11-24 | Replace `option.map(cond) == Some(true)` with `option.is_some_and(cond)` | David Tolnay | -3/+5 |
| 2023-11-24 | Rollup merge of #118245 - fee1-dead-contrib:span-tilde-const, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-11-24 | Rollup merge of #118187 - onur-ozkan:recompile-llvm-on-changes, r=clubby789 | Michael Goulet | -2/+50 |
| 2023-11-24 | Add `Span` to `TraitBoundModifier` | Deadbeef | -1/+1 |
| 2023-11-24 | Refactor `float_to_int_checked` to remove its generic parameter and reduce co... | Eduardo Sánchez Muñoz | -205/+185 |
| 2023-11-24 | Auto merge of #117782 - majaha:tidy_fix, r=onur-ozkan | bors | -7/+10 |
| 2023-11-24 | Fix build on Solaris after #117815. | Petr Sumbera | -3/+3 |
| 2023-11-24 | Rollup merge of #118224 - dtolnay:rustdocsortunstable, r=fmease | Matthias Krüger | -2/+2 |
| 2023-11-24 | Rollup merge of #117656 - ChrisDenton:invalid, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-11-23 | Sort unstable items last in rustdoc, instead of first | David Tolnay | -2/+2 |
| 2023-11-23 | Fix tidy on untracked files with special character | Matt Harding | -7/+10 |
| 2023-11-23 | Auto merge of #118192 - Kyuuhachi:issue-118180, r=fmease | bors | -5/+9 |
| 2023-11-23 | Don't print "private fields" on empty tuple structs | Kyuuhachi | -5/+9 |
| 2023-11-23 | Auto merge of #117815 - onur-ozkan:update-change-tracking-impl, r=albertlarsan68 | bors | -29/+90 |
| 2023-11-23 | Auto merge of #116449 - Kobzol:bootstrap-rustdoc-shim, r=petrochenkov | bors | -33/+79 |
| 2023-11-23 | Add LLD flags to rustdoc cargo invocations | Jakub Beránek | -20/+64 |
| 2023-11-23 | Auto merge of #118073 - saethlin:gc-dead-allocs, r=RalfJung | bors | -1/+2 |
| 2023-11-23 | Auto merge of #3184 - RalfJung:getenv, r=RalfJung | bors | -71/+79 |
| 2023-11-23 | remove stub android files that don't do anything | Ralf Jung | -36/+1 |
| 2023-11-23 | detect and test for data races between setenv and getenv | Ralf Jung | -36/+79 |
| 2023-11-23 | Merge from rustc | The Miri Conjob Bot | -110/+74 |
| 2023-11-23 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-11-22 | Call FileEncoder::finish in rmeta encoding | Ben Kimock | -1/+1 |
| 2023-11-22 | Miri: GC the dead_alloc_map too | Ben Kimock | -1/+2 |
| 2023-11-23 | Recompile LLVM when it changes in the git sources | onur-ozkan | -2/+50 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -1/+1 |
| 2023-11-22 | Auto merge of #118178 - compiler-errors:rollup-0i11w85, r=compiler-errors | bors | -2/+15 |
| 2023-11-22 | Auto merge of #3180 - eduardosm:check-intrinsics-target-feature, r=RalfJung | bors | -19/+101 |
| 2023-11-22 | Rollup merge of #118100 - ecnelises:ppc64_profiler, r=Kobzol | Michael Goulet | -1/+1 |