| Age | Commit message (Expand) | Author | Lines |
| 2024-06-12 | Rollup merge of #126187 - surechen:fix_125997, r=oli-obk | Jubilee | -0/+1 |
| 2024-06-12 | For E0277 suggest adding `Result` return type for function which using Quesio... | surechen | -0/+1 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -4/+13 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -1/+13 |
| 2024-06-07 | Revert "Cache whether a body has inline consts" | Oli Scherer | -3/+0 |
| 2024-06-06 | Improve Docs for `hir::Impl` and `hir::ImplItem` | Veera | -1/+7 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -7/+7 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -69/+109 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -69/+109 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -0/+3 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -13/+1 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -14/+14 |
| 2024-05-16 | Uplift FnSig | Michael Goulet | -1/+1 |
| 2024-05-13 | Warn against redundant use<...> | Michael Goulet | -1/+10 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -7/+3 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -27/+23 |
| 2024-04-30 | Remove `extern crate tracing` from numerous crates. | Nicholas Nethercote | -2/+1 |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -0/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from numerous crates. | Nicholas Nethercote | -1/+1 |
| 2024-04-26 | `Span`s are already 64 bit, just like references, so stop putting them behind... | Oli Scherer | -8/+4 |
| 2024-04-26 | Move `ConstArg::span` to `AnonConst::span` | Oli Scherer | -2/+2 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -17/+17 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -3/+6 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -0/+35 |
| 2024-04-23 | Wrap dyn type with parentheses in suggestion | long-long-float | -5/+41 |
| 2024-04-18 | Auto merge of #124008 - nnethercote:simpler-static_assert_size, r=Nilstrieb | bors | -1/+1 |
| 2024-04-18 | Simplify `static_assert_size`s. | Nicholas Nethercote | -1/+1 |
| 2024-04-17 | Rename `BindingAnnotation` to `BindingMode` | Jules Bertholet | -2/+2 |
| 2024-04-15 | More polishing | Michael Goulet | -0/+5 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -1/+10 |
| 2024-04-15 | Lower and resolve precise captures in HIR | Michael Goulet | -0/+9 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -1/+1 |
| 2024-04-08 | Thread pattern types through the HIR | Oli Scherer | -0/+2 |
| 2024-04-03 | Rollup merge of #123401 - Zalathar:assert-size-aarch64, r=fmease | Jacob Pratt | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -3/+2 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -2/+2 |
| 2024-03-26 | Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-... | Matthias Krüger | -14/+8 |
| 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 | -7/+7 |
| 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-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -2/+5 |
| 2024-03-21 | Auto merge of #121587 - ShoyuVanilla:fix-issue-121267, r=TaKO8Ki | bors | -2/+14 |
| 2024-03-21 | Fix bad span for explicit lifetime suggestion | Shoyu Vanilla | -2/+14 |
| 2024-03-20 | Rename `hir::Let` into `hir::LetExpr` | Guillaume Gomez | -2/+2 |
| 2024-03-19 | Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead | Matthias Krüger | -13/+9 |