| Age | Commit message (Expand) | Author | Lines |
| 2024-01-20 | Rollup merge of #120132 - oli-obk:helpful_tidy, r=Mark-Simulacrum | Matthias Krüger | -6/+26 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -12/+6 |
| 2024-01-19 | Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddle | Matthias Krüger | -83/+139 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -2/+11 |
| 2024-01-19 | Teach tidy about line/col information for malformed features | Oli Scherer | -6/+26 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-01-19 | Rollup merge of #120083 - Zalathar:no-profiler, r=wesleywiser | Matthias Krüger | -0/+9 |
| 2024-01-18 | Rollup merge of #120102 - eltociear:patch-24, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-01-18 | Rollup merge of #120096 - onur-ozkan:rustc_bootstrap, r=dtolnay | Matthias Krüger | -8/+11 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -14/+21 |
| 2024-01-18 | Rollup merge of #119582 - arlosi:bootstrap-vendor-remap, r=wesleywiser | Matthias Krüger | -7/+12 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from Miri tests | Jake Goulding | -2/+2 |
| 2024-01-18 | Set RUSTC_BOOTSTRAP=1 consistently | onur-ozkan | -8/+11 |
| 2024-01-19 | Fix typo in munmap_partial.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -42/+82 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -8/+19 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2024-01-18 | Auto merge of #120071 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-01-18 | Warn when no profiler runtime means coverage tests won't be run/blessed | Zalathar | -0/+9 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -12/+6 |
| 2024-01-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-17 | Rollup merge of #120001 - dtolnay:bootstrapbootstrap, r=onur-ozkan | Matthias Krüger | -0/+13 |
| 2024-01-17 | Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrum | bors | -0/+56 |
| 2024-01-17 | Auto merge of #119930 - Urgau:check-cfg-empty-values-means-empty, r=petrochenkov | bors | -12/+13 |
| 2024-01-17 | Fix clippy | Oli Scherer | -9/+15 |
| 2024-01-17 | Make crate_inherent_impls fallible and stop using `track_errors` for it | Oli Scherer | -5/+6 |
| 2024-01-17 | tests: add sanity-check assembly test for every target | David Wood | -0/+56 |
| 2024-01-17 | Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -8/+19 |
| 2024-01-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -4/+4 |
| 2024-01-16 | Deal with additional wrapping of async closure body in clippy | Michael Goulet | -42/+82 |
| 2024-01-16 | Rollup merge of #120018 - Zalathar:mir-opt-html, r=Nilstrieb | Matthias Krüger | -5/+6 |
| 2024-01-16 | Rollup merge of #119998 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-01-16 | Don't allow `.html` files in `tests/mir-opt/` | Zalathar | -5/+6 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -4/+4 |
| 2024-01-15 | Consistently unset RUSTC_BOOTSTRAP when compiling bootstrap | David Tolnay | -0/+13 |
| 2024-01-15 | Update books | rustbot | -0/+0 |
| 2024-01-15 | Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-ra | Laurențiu Nicola | -1024/+1650 |
| 2024-01-15 | Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errors | bors | -1/+0 |
| 2024-01-13 | Auto merge of #119945 - matthiaskrgr:rollup-oy3e1j2, r=matthiaskrgr | bors | -7/+29 |
| 2024-01-13 | Rollup merge of #119937 - nicholasbishop:bishop-uefi-doc-improve, r=ehuss | Matthias Krüger | -5/+27 |
| 2024-01-13 | Rollup merge of #119935 - joboet:move_pal_personality, r=ChrisDenton | Matthias Krüger | -2/+2 |
| 2024-01-13 | Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil... | bors | -4/+5 |
| 2024-01-13 | Add doc and example for building a UEFI driver | Nicholas Bishop | -0/+17 |
| 2024-01-13 | Add crate links to unknown-uefi.md | Nicholas Bishop | -5/+10 |
| 2024-01-13 | tidy: allow platform-dependent code in `sys` | joboet | -2/+2 |
| 2024-01-13 | Add check for ui_testing via promoting parameters from `ParseSess` to `Session` | George-lewis | -4/+5 |
| 2024-01-13 | Add way to express no-values with check-cfg | Urgau | -12/+13 |
| 2024-01-13 | Auto merge of #119927 - matthiaskrgr:rollup-885ws57, r=matthiaskrgr | bors | -1/+0 |