| Age | Commit message (Expand) | Author | Lines |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -6/+5 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-04-02 | Auto merge of #118310 - scottmcm:three-way-compare, r=davidtwco | bors | -0/+1 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -2/+2 |
| 2024-03-29 | Auto merge of #122671 - Mark-Simulacrum:const-panic-msg, r=Nilstrieb | bors | -0/+19 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -2/+2 |
| 2024-03-27 | Use a `dyn Debug` trait object instead of a closure. | Oli Scherer | -2/+2 |
| 2024-03-26 | Rollup merge of #122835 - compiler-errors:deref-pure, r=Nadrieril | Matthias Krüger | -0/+1 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -14/+8 |
| 2024-03-25 | Require DerefPure for patterns | Michael Goulet | -0/+1 |
| 2024-03-23 | Add+Use `mir::BinOp::Cmp` | Scott McMurray | -0/+1 |
| 2024-03-22 | Update docs of hir::TypeBinding | León Orell Valerian Liehr | -14/+8 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -3/+3 |
| 2024-03-22 | Rename `hir::Node::expect_local` into `hir::Node::expect_let_stmt` | Guillaume Gomez | -1/+1 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -9/+9 |
| 2024-03-22 | Codegen const panic messages as function calls | Mark Rousskov | -0/+19 |
| 2024-03-22 | Auto merge of #122869 - matthiaskrgr:rollup-0navj4l, r=matthiaskrgr | bors | -0/+3 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -6/+2 |
| 2024-03-22 | Rollup merge of #122829 - ShoyuVanilla:gen-block-impl-fused-iter, r=compiler-... | Matthias Krüger | -0/+1 |
| 2024-03-22 | Implement `FusedIterator` for `gen` block | Shoyu Vanilla | -0/+1 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -3/+8 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -2/+16 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -2/+16 |
| 2024-03-20 | Rollup merge of #122776 - GuillaumeGomez:rename-hir-let, r=oli-obk | Jacob Pratt | -3/+3 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -3/+3 |
| 2024-03-20 | step cfgs | Mark Rousskov | -1/+0 |
| 2024-03-19 | Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead | Matthias Krüger | -13/+9 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -14/+21 |
| 2024-03-19 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -13/+9 |
| 2024-03-18 | Deduplicate `associated_body` and `body_id` | Oli Scherer | -14/+21 |
| 2024-03-18 | Add missing `try_visit` calls in visitors. | Jason Newcomb | -1/+1 |
| 2024-03-17 | Detect when move of `!Copy` value occurs within `loop` and should likely not ... | Esteban Küber | -1/+1 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -6/+5 |
| 2024-03-14 | Rollup merge of #122487 - GuillaumeGomez:rename-stmtkind-local, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-03-14 | Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk | bors | -1/+13 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -2/+2 |
| 2024-03-14 | Enable `f16` and `f128` in HIR | Trevor Gross | -6/+5 |
| 2024-03-13 | Rollup merge of #122430 - GuillaumeGomez:link-to-local, r=TaKO8Ki | Matthias Krüger | -4/+4 |
| 2024-03-13 | Create some minimal HIR for associated opaque types | Vadim Petrochenkov | -1/+13 |
| 2024-03-13 | Generate link to `Local` in `hir::Let` documentation | Guillaume Gomez | -4/+4 |
| 2024-03-12 | Some comment nits | Oli Scherer | -1/+1 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -1/+1 |
| 2024-03-12 | Ensure nested allocations in statics do not get deduplicated | Oli Scherer | -0/+3 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -0/+2 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -8/+11 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -1/+1 |
| 2024-03-08 | Rollup merge of #122103 - compiler-errors:taits-capture-everything, r=oli-obk | Matthias Krüger | -0/+2 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -1/+14 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -0/+2 |