| Age | Commit message (Expand) | Author | Lines |
| 2024-04-29 | Remove `extern crate rustc_data_structures` from numerous crates. | Nicholas Nethercote | -1/+1 |
| 2024-04-29 | Remove `extern crate rustc_macros` from `rustc_middle`. | Nicholas Nethercote | -0/+9 |
| 2024-04-27 | Record certainty of evaluate_added_goals_and_make_canonical_response call in ... | Michael Goulet | -0/+9 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -0/+1 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -2/+7 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -2/+7 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -0/+1 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -1/+1 |
| 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-16 | Avoid lots of `hir::HirId{,Map,Set}` qualifiers. | Nicholas Nethercote | -15/+16 |
| 2024-04-15 | Stop using PolyTraitRef for closure/coroutine predicates already instantiated... | Michael Goulet | -3/+2 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -30/+1 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -10/+8 |
| 2024-04-05 | Fix typo | Waffle Maybe | -1/+1 |
| 2024-04-04 | normalizes-to change from '1' to '0 to inf' steps | lcnr | -10/+5 |
| 2024-04-03 | Check `x86_64` size assertions on `aarch64`, too | Zalathar | -1/+1 |
| 2024-03-31 | Remove EvaluatedToErrStackDependent | Michael Goulet | -48/+4 |
| 2024-03-27 | Stop doing expensive work in opt_suggest_box_span eagerly | Michael Goulet | -2/+4 |
| 2024-03-18 | cleanup + review | lcnr | -13/+4 |
| 2024-03-18 | `NormalizesTo` return nested goals | lcnr | -2/+21 |
| 2024-03-14 | eagerly instantiate binders to avoid relying on `sub` | lcnr | -0/+1 |
| 2024-03-11 | Eliminate `DefiningAnchor::Error`, it is indistinguishable from `DefiningAnch... | Oli Scherer | -4/+4 |
| 2024-03-11 | Make `DefiningAnchor::Bind` only store the opaque types that may be constrain... | Oli Scherer | -6/+12 |
| 2024-03-08 | inspect formatter: add braces | lcnr | -17/+30 |
| 2024-03-05 | Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult` | Jason Newcomb | -14/+6 |
| 2024-02-29 | distinguish recursion limit based overflow for diagnostics | lcnr | -10/+20 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-26 | always emit `AliasRelate` goals when relating aliases | lcnr | -16/+1 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-20 | Rollup merge of #121344 - fmease:lta-constr-by-input, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-02-20 | Rename some normalization-related items | León Orell Valerian Liehr | -3/+3 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -2/+2 |
| 2024-02-15 | Remove a suggestion that is redundant | Michael Goulet | -1/+0 |
| 2024-02-15 | Only point out non-diverging arms for match suggestions | Michael Goulet | -1/+1 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -3/+4 |
| 2024-02-07 | improve pretty printing for trait objects | Lukas Markeffsky | -20/+34 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -1/+3 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -0/+7 |
| 2024-01-24 | Deduplicate more sized errors on call exprs | Esteban Küber | -0/+2 |
| 2024-01-17 | Correctly handle normalization in implied bounds | Ali MJ Al-Nasrawy | -1/+1 |
| 2024-01-15 | Rollup merge of #119897 - compiler-errors:fulfillment-errors, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-01-12 | Remove unused ErrorReporting variant from overflow handling | Michael Goulet | -5/+0 |
| 2024-01-12 | OutputTypeParameterMismatch -> SignatureMismatch | Michael Goulet | -2/+2 |
| 2024-01-12 | Auto merge of #119879 - matthiaskrgr:rollup-y710der, r=matthiaskrgr | bors | -10/+4 |
| 2024-01-11 | `specialization_graph_of`'s `errored` field is used in the only call site, an... | Oli Scherer | -10/+4 |
| 2024-01-09 | readd the provisional cache | lcnr | -0/+4 |
| 2024-01-03 | Track `HirId` instead of `Span` in `ObligationCauseCode::SizedArgumentType` | Esteban Küber | -1/+1 |
| 2023-12-26 | Auto merge of #118431 - sjwang05:issue-44695, r=estebank | bors | -1/+18 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -1/+1 |