| Age | Commit message (Expand) | Author | Lines |
| 2024-04-17 | Auto merge of #123674 - oli-obk:bogus_note, r=estebank | bors | -2/+8 |
| 2024-04-15 | More polishing | Michael Goulet | -0/+8 |
| 2024-04-15 | Some ordering and duplication checks | Michael Goulet | -14/+43 |
| 2024-04-15 | Add hir::Node::PreciseCapturingNonLifetimeArg | Michael Goulet | -1/+3 |
| 2024-04-15 | Validation and other things | Michael Goulet | -2/+93 |
| 2024-04-13 | remove some ancient debug output, looks unused? | klensy | -1/+0 |
| 2024-04-11 | Rollup merge of #123704 - estebank:diag-changes, r=compiler-errors | Matthias Krüger | -1/+0 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -1/+0 |
| 2024-04-09 | Silence some follow-up errors on trait impls in case the trait has conflictin... | Oli Scherer | -2/+8 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -6/+3 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-01 | Use the `Align` type when parsing alignment attributes | beetrees | -1/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -1/+4 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -3/+3 |
| 2024-03-22 | Update (doc) comments | León Orell Valerian Liehr | -2/+2 |
| 2024-03-13 | Delay a bug for stranded opaques | Michael Goulet | -1/+7 |
| 2024-03-12 | Manual rustfmt | Oli Scherer | -1/+1 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -2/+2 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -2/+2 |
| 2024-03-08 | Rename some functions to represent their generalized behavior | Michael Goulet | -1/+1 |
| 2024-03-08 | Make TAITs capture all higher-ranked lifetimes in scope | Michael Goulet | -10/+11 |
| 2024-03-07 | Apply `EarlyBinder` only to `TraitRef` in `ImplTraitHeader` | Yoshitomo Nakanishi | -11/+8 |
| 2024-03-06 | Auto merge of #121679 - lcnr:opaque-wf-check-2, r=oli-obk | bors | -32/+24 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -3/+2 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -2/+2 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -2/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | yeet now unnecessary special-case | lcnr | -18/+5 |
| 2024-02-27 | use typeck root when checking closure oblig | lcnr | -1/+3 |
| 2024-02-27 | wf-check RPITs | lcnr | -18/+21 |
| 2024-02-25 | remove platform-intrinsics ABI; make SIMD intrinsics be regular intrinsics | Ralf Jung | -11/+0 |
| 2024-02-22 | Rollup merge of #121386 - oli-obk:no_higher_ranked_opaques, r=lcnr | Matthias Krüger | -1/+1 |
| 2024-02-22 | `report_mismatch` did not actually report anymore | Oli Scherer | -1/+1 |
| 2024-02-22 | Avoid emitting type mismatches against `{type error}` | Oli Scherer | -1/+1 |
| 2024-02-21 | Convert `delayed_bug`s to `bug`s. | Nicholas Nethercote | -4/+3 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -1/+1 |
| 2024-02-18 | Auto merge of #117772 - surechen:for_117448, r=petrochenkov | bors | -2/+1 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -2/+1 |
| 2024-02-17 | Add more checks for `unnamed_field` during HIR analysis | clubby789 | -10/+13 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -5/+25 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -1/+1 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -1/+1 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -10/+14 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-02-12 | Check signature of intrinsics with fallback bodies | Oli Scherer | -2/+19 |
| 2024-02-12 | Make check_intrinsic_type not require ForeignItems anymore | Oli Scherer | -4/+7 |
| 2024-02-12 | Stop calling `impl_polarity` when `impl_trait_ref` was also called | Oli Scherer | -10/+14 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -3/+3 |
| 2024-02-12 | Improve some codes according to the reviews | Frank King | -1/+5 |
| 2024-02-12 | Check representation of unnamed fields | Frank King | -0/+49 |