| Age | Commit message (Expand) | Author | Lines |
| 2024-01-23 | Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`. | Nicholas Nethercote | -17/+17 |
| 2024-01-23 | Rename `TyCtxt::struct_lint_node` as `TyCtxt::node_lint`. | Nicholas Nethercote | -1/+1 |
| 2024-01-23 | Rename `LintContext::struct_span_lint` as `LintContext::span_lint`. | Nicholas Nethercote | -10/+9 |
| 2024-01-22 | Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgr | bors | -47/+63 |
| 2024-01-22 | Rollup merge of #120218 - compiler-errors:parse_macro_arg, r=calebcartwright,... | Matthias Krüger | -19/+29 |
| 2024-01-22 | Rollup merge of #120058 - onur-ozkan:compiler-assemble, r=Mark-Simulacrum | Matthias Krüger | -28/+34 |
| 2024-01-22 | Rollup merge of #120225 - micolous:patch-1, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #119999 - onur-ozkan:remote-test-tools, r=Mark-Simulacrum | Matthias Krüger | -14/+13 |
| 2024-01-22 | Auto merge of #120080 - cuviper:128-align-packed, r=nikic | bors | -36/+47 |
| 2024-01-22 | Auto merge of #120226 - matthiaskrgr:rollup-9xwx0si, r=matthiaskrgr | bors | -4/+8 |
| 2024-01-22 | Auto merge of #120196 - matthiaskrgr:rollup-id2zocf, r=matthiaskrgr | bors | -8/+38 |
| 2024-01-22 | Rollup merge of #120203 - rowan-sl:usr-bin-env-bash, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-01-22 | Rollup merge of #119986 - nnethercote:fix-error-counting, r=compiler-errors,o... | Matthias Krüger | -3/+5 |
| 2024-01-22 | Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmease | Matthias Krüger | -0/+1 |
| 2024-01-22 | Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8Ki | Matthias Krüger | -0/+1 |
| 2024-01-22 | Fix -Zremap-path-scope typo | micolous | -1/+1 |
| 2024-01-22 | Actually, just use nonterminal_may_begin_with | Michael Goulet | -8/+7 |
| 2024-01-22 | Do not eagerly recover malformed AST in rustfmt | Michael Goulet | -1/+1 |
| 2024-01-22 | Check that a token can begin a nonterminal kind before parsing it as a macro ... | Michael Goulet | -17/+28 |
| 2024-01-22 | Tweak error counting. | Nicholas Nethercote | -3/+5 |
| 2024-01-21 | use /usr/bin/env bash instead of /bin/bash | Rowan S-L | -1/+1 |
| 2024-01-21 | use u64 to represent file size | onur-ozkan | -14/+13 |
| 2024-01-21 | Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-ra | Laurențiu Nicola | -4396/+7069 |
| 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 | 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 | 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 |