| Age | Commit message (Expand) | Author | Lines |
| 2024-01-21 | Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra | Laurențiu Nicola | -4396/+7069 |
| 2024-01-21 | update lockfile | Ralf Jung | -2/+2 |
| 2024-01-21 | Rollup merge of #120174 - Mark-Simulacrum:link-libs-policy, r=dtolnay | Matthias Krüger | -0/+18 |
| 2024-01-21 | Rollup merge of #120167 - dtolnay:bootstrap, r=clubby789 | Matthias Krüger | -8/+20 |
| 2024-01-21 | Merge from rustc | The Miri Conjob Bot | -1286/+2142 |
| 2024-01-21 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-21 | Rollup merge of #120084 - weihanglo:pkgid-spec, r=Mark-Simulacrum | Nadrieril | -2/+14 |
| 2024-01-21 | Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwU | bors | -23/+23 |
| 2024-01-20 | Warn users about limited review for tier 2 and 3 code | Mark Rousskov | -0/+18 |
| 2024-01-20 | Rollup merge of #120138 - trevyn:detect-submodules-limit, r=albertlarsan68 | Guillaume Gomez | -0/+2 |
| 2024-01-20 | Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-dead | Guillaume Gomez | -23/+15 |
| 2024-01-20 | Capture the rationale for -Zallow-features= in bootstrap.py | David Tolnay | -8/+20 |
| 2024-01-20 | Fix impl stripped in rustdoc HTML whereas it should not be in case the impl i... | Guillaume Gomez | -12/+19 |
| 2024-01-20 | Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviper | Matthias Krüger | -2/+0 |
| 2024-01-20 | Rollup merge of #120132 - oli-obk:helpful_tidy, r=Mark-Simulacrum | Matthias Krüger | -6/+26 |
| 2024-01-19 | Pack the u128 in LitKind::Int | Josh Stone | -36/+47 |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -2/+0 |
| 2024-01-19 | Increase vscode `git.detectSubmodulesLimit` | trevyn | -0/+2 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+27 |
| 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 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -23/+23 |
| 2024-01-18 | Apply suggestions from code review | Samuel Moelius | -2/+4 |
| 2024-01-18 | llvm: simplify data layout check | David Wood | -8/+4 |
| 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 | distribute actual stage of the compiled compiler | onur-ozkan | -21/+34 |
| 2024-01-18 | Auto merge of #120071 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-01-18 | fix(rust-analyzer): use new pkgid spec to compare | Weihang Lo | -2/+14 |
| 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 | revert temporary patch #108288 | onur-ozkan | -7/+0 |
| 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 |