| Age | Commit message (Expand) | Author | Lines |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -3/+6 |
| 2024-06-05 | Basic removal of `Ty` from places (boring) | Boxy | -10/+2 |
| 2024-06-05 | Unify optional param info with object lifetime default boolean into an enum t... | Oli Scherer | -8/+3 |
| 2024-06-05 | Remove `allows_infer` now that every use of it is delegated to `HirTyLowerer` | Oli Scherer | -4/+0 |
| 2024-06-05 | Only collect infer vars to error about in case infer vars are actually forbidden | Oli Scherer | -2/+85 |
| 2024-06-05 | Remove an `Option` and instead eagerly create error lifetimes | Oli Scherer | -3/+22 |
| 2024-06-05 | Use a `LocalDefId` for `HirTyLowerer::item_def_id`, since we only ever (can) ... | Oli Scherer | -2/+2 |
| 2024-06-04 | Handle safety keyword for extern block inner items | Santiago Pastorino | -3/+6 |
| 2024-05-29 | Add lang item for Future::Output | Michael Goulet | -1/+1 |
| 2024-05-27 | Rollup merge of #125597 - compiler-errors:early-binder, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -1/+1 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (tedium/diagnostics) | Boxy | -1/+0 |
| 2024-05-20 | Implement BOXED_SLICE_INTO_ITER | Michael Goulet | -2/+19 |
| 2024-05-18 | Auto merge of #125077 - spastorino:add-new-fnsafety-enum2, r=jackh726 | bors | -22/+17 |
| 2024-05-17 | Rename Unsafe to Safety | Santiago Pastorino | -22/+17 |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -2/+2 |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_hir_analysis`. | Nicholas Nethercote | -0/+1 |
| 2024-05-09 | Add `ErrorGuaranteed` to `Recovered::Yes` and use it more. | Nicholas Nethercote | -4/+2 |
| 2024-05-04 | Auto merge of #124401 - oli-obk:some_hir_cleanups, r=cjgillot | bors | -1/+1 |
| 2024-04-27 | Fix ICE on invalid const param types | Gurinder Singh | -0/+2 |
| 2024-04-26 | put `hir::AnonConst` on the hir arena | Oli Scherer | -1/+1 |
| 2024-04-25 | Fix some typos in comments | TechVest | -1/+1 |
| 2024-04-14 | Don't leak unnameable types in -> _ recover | Michael Goulet | -16/+11 |
| 2024-04-10 | Use suggest_impl_trait in return type suggestion | Michael Goulet | -42/+56 |
| 2024-03-22 | Arrange methods on HirTyLowerer more logically | León Orell Valerian Liehr | -15/+15 |
| 2024-03-22 | Rename module astconv to hir_ty_lowering | León Orell Valerian Liehr | -1/+1 |
| 2024-03-22 | Update local variables and tracing calls | León Orell Valerian Liehr | -19/+20 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -9/+7 |
| 2024-03-22 | Rename AstConv to HIR ty lowering | León Orell Valerian Liehr | -30/+35 |
| 2024-03-21 | Rollup merge of #122799 - estebank:issue-122569, r=fee1-dead | Matthias Krüger | -3/+3 |
| 2024-03-21 | Replace closures with `_` when suggesting fully qualified path for method call | Esteban Küber | -3/+3 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -0/+7 |
| 2024-03-14 | Ensure RPITITs are created before def-id freezing | Michael Goulet | -0/+2 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -9/+3 |
| 2024-03-07 | Merge collect_mod_item_types query into check_well_formed | Oli Scherer | -20/+3 |
| 2024-03-07 | Use the same collection order as check_mod_type_wf | Oli Scherer | -3/+3 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -7/+4 |
| 2024-03-07 | Collect mod item types in parallel, just like wfcheck | Oli Scherer | -1/+12 |
| 2024-03-04 | hir_analysis: enums return `None` in `find_field` | David Wood | -1/+6 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -3/+3 |
| 2024-02-27 | Auto merge of #121285 - nnethercote:delayed_bug-audit, r=lcnr | bors | -1/+1 |
| 2024-02-27 | Avoid `span_delayed_bug` on one path in `AdtDef::eval_explicit_discr`. | Nicholas Nethercote | -1/+1 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -4/+1 |
| 2024-02-23 | Rollup merge of #121470 - clubby789:anon-struct-in-enum, r=fmease | Matthias Krüger | -1/+9 |
| 2024-02-23 | Don't ICE on anonymous struct in enum variant | clubby789 | -1/+9 |
| 2024-02-22 | `DefId` to `LocalDefId` | lcnr | -1/+1 |
| 2024-02-20 | Expand weak alias types before collecting constrained and referenced late bou... | León Orell Valerian Liehr | -1/+1 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -1/+1 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -1/+9 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |