| Age | Commit message (Expand) | Author | Lines |
| 2024-03-22 | Auto merge of #122852 - compiler-errors:raw-ptr, r=lcnr | bors | -112/+80 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -40/+40 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -66/+66 |
| 2024-03-22 | Rollup merge of #122839 - compiler-errors:predicate-polarity, r=lcnr | Matthias Krüger | -6/+6 |
| 2024-03-22 | Rollup merge of #122195 - jieyouxu:impl-return-note, r=fmease | Matthias Krüger | -0/+1 |
| 2024-03-22 | fix(bootstrap/dist): use versioned dirs when vendoring | Bernardo Meurer Costa | -0/+1 |
| 2024-03-22 | Auto merge of #122580 - saethlin:compiler-builtins-can-panic, r=pnkfelix | bors | -0/+2 |
| 2024-03-22 | tests/ui: Add a directory for warnings, add a test | Michael Baikov | -1/+1 |
| 2024-03-22 | Fix clippy | Michael Goulet | -6/+6 |
| 2024-03-22 | And the tools too | Michael Goulet | -71/+44 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -2/+2 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -34/+32 |
| 2024-03-22 | Eagerly convert some ctors to use their specialized ctors | Michael Goulet | -7/+4 |
| 2024-03-22 | Merge from rustc | Ralf Jung | -1637/+5005 |
| 2024-03-22 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -2/+10 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -17/+92 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -17/+92 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -8/+8 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -38/+26 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -37/+393 |
| 2024-03-22 | Rollup merge of #122845 - flip1995:clippy-subtree-update, r=matthiaskrgr | Matthias Krüger | -1047/+4182 |
| 2024-03-22 | Rollup merge of #122838 - workingjubilee:less-catholic-blessings-to-prevent-i... | Matthias Krüger | -2/+3 |
| 2024-03-22 | Rollup merge of #122831 - onur-ozkan:less-verbose-fail-logs, r=clubby789 | Matthias Krüger | -7/+15 |
| 2024-03-21 | Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u... | Philipp Krones | -1047/+4182 |
| 2024-03-21 | Avoid noop rewrite of issues.txt | Jubilee Young | -2/+3 |
| 2024-03-21 | Allow `llvm.x86.sse2.pause` instrinsic to be called without SSE2 | Eduardo Sánchez Muñoz | -6/+43 |
| 2024-03-21 | make failure logs less verbose | onur-ozkan | -7/+15 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -6/+17 |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -1/+3 |
| 2024-03-21 | Rollup merge of #122795 - alexcrichton:fix-wasm-beta-bootstrap, r=Mark-Simula... | Matthias Krüger | -2/+9 |
| 2024-03-21 | Rollup merge of #122696 - royb3:riscv32ima, r=petrochenkov | Matthias Krüger | -1/+7 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -5/+5 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -1/+4 |
| 2024-03-20 | Add a test | Ben Kimock | -0/+2 |
| 2024-03-21 | Auto merge of #122803 - jhpratt:rollup-nmgs79k, r=jhpratt | bors | -26/+23 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -1/+4 |
| 2024-03-20 | Rollup merge of #122786 - Enselic:remove_and_create_dir_all, r=onur-ozkan | Jacob Pratt | -15/+12 |
| 2024-03-20 | Rollup merge of #122776 - GuillaumeGomez:rename-hir-let, r=oli-obk | Jacob Pratt | -11/+11 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -1/+3 |
| 2024-03-21 | Auto merge of #122772 - nikic:update-llvm-22, r=cuviper | bors | -0/+0 |
| 2024-03-20 | Inherit `RUSTC_BOOTSTRAP` when testing wasm | Alex Crichton | -2/+9 |
| 2024-03-20 | compiletest: Introduce remove_and_create_dir_all() helper | Martin Nordholts | -15/+12 |
| 2024-03-20 | compiletest: mir_dump_dir.as_path() -> &mir_dump_dir | Martin Nordholts | -1/+1 |
| 2024-03-20 | Bless test fallout (duplicate diagnostics) | Michael Goulet | -5/+5 |
| 2024-03-20 | When comparing SVG tests against their blessed version, ignore the first line | Esteban Küber | -5/+14 |
| 2024-03-20 | Update target.rs alloc.rs event.rs simd.rs | RoboSchmied | -4/+4 |
| 2024-03-20 | Make tidy error code parsing robust against comments | Oli Scherer | -13/+30 |
| 2024-03-20 | Use the more informative generic type inference failure error on method calls... | Oli Scherer | -1/+1 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -11/+11 |