| Age | Commit message (Expand) | Author | Lines |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -4/+31 |
| 2023-12-18 | Check FnPtr/FnDef built-in fn traits correctly with effects | Michael Goulet | -1/+1 |
| 2023-12-18 | dont discard overflow from normalizes-to goals | lcnr | -0/+3 |
| 2023-12-18 | track the source of nested goals | lcnr | -4/+28 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -4/+2 |
| 2023-12-14 | update use of feature flags | lcnr | -1/+1 |
| 2023-12-08 | Implement `async gen` blocks | Michael Goulet | -2/+6 |
| 2023-12-06 | EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva... | Michael Goulet | -10/+10 |
| 2023-11-27 | Auto merge of #117200 - rmehri01:repeated_help, r=WaffleLapkin | bors | -30/+65 |
| 2023-11-26 | don't add redundant help for object safety violations | Ryan Mehri | -30/+65 |
| 2023-11-26 | rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle... | Vadim Petrochenkov | -1/+1 |
| 2023-11-25 | Remove 3 more unused ObligationCauseCodes | Michael Goulet | -9/+0 |
| 2023-11-25 | Remove some more unused codepaths in (region) error reporting | Michael Goulet | -1/+2 |
| 2023-11-25 | Remove unused ObligationCauseCode::ProjectionWf | Michael Goulet | -3/+0 |
| 2023-11-25 | Rollup merge of #118199 - compiler-errors:qpath, r=lcnr | Guillaume Gomez | -1/+1 |
| 2023-11-25 | Remove HirId from QPath::LangItem | Michael Goulet | -1/+1 |
| 2023-11-23 | remove unused pub fn | klensy | -11/+0 |
| 2023-11-22 | Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr | bors | -4/+17 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -1/+1 |
| 2023-11-20 | Document DefiningAnchor a bit more | Michael Goulet | -4/+17 |
| 2023-11-17 | Auto merge of #117278 - lcnr:try-normalize-ty, r=compiler-errors | bors | -0/+10 |
| 2023-11-09 | `try_normalize_ty` end with rigid alias on failure | lcnr | -0/+10 |
| 2023-11-08 | Rollup merge of #113925 - clubby789:const-ctor-repeat, r=estebank | Matthias Krüger | -3/+23 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -1/+1 |
| 2023-11-02 | use global cache when computing proof trees | lcnr | -25/+41 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -1/+1 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+4 |
| 2023-10-21 | Rollup merge of #106601 - estebank:match-semi, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -3/+3 |
| 2023-10-18 | Make sure that non-pretty-printing usages are using the correct elaborator | Michael Goulet | -3/+4 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -0/+1 |
| 2023-09-23 | Check types live across yields in generators too | Michael Goulet | -1/+3 |
| 2023-09-23 | Check that closure's by-value captures are sized | Michael Goulet | -0/+2 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -0/+3 |
| 2023-09-21 | proof trees: use for `intercrate_ambiguity_causes` | lcnr | -9/+59 |
| 2023-09-19 | rustc_hir_analysis: add a helper to check function the signature mismatches | Eduardo Sánchez Muñoz | -0/+3 |
| 2023-09-18 | Rollup merge of #115838 - lcnr:added-goals, r=compiler-errors | Matthias Krüger | -24/+43 |
| 2023-09-18 | Remove more unused `Lift` impls. | Nicholas Nethercote | -10/+3 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -25/+20 |
| 2023-09-14 | differentiate root and nested goals | lcnr | -10/+19 |
| 2023-09-14 | inspect: explicitly store added goals | lcnr | -0/+2 |
| 2023-09-14 | order `added_goals_evaluation` and `nested_probes` | lcnr | -7/+12 |
| 2023-09-14 | `GoalCandidate` to `Probe` | lcnr | -11/+14 |
| 2023-09-11 | dedup `GoalEvaluationStep` and `GoalCandidate` | lcnr | -14/+19 |
| 2023-09-11 | inspect: strongly typed CandidateKind | lcnr | -18/+89 |
| 2023-09-11 | revision -> iteration for added_goals_evaluation | lcnr | -3/+3 |
| 2023-09-11 | split GoalEvaluation and CanonicalGoalEvaluation | lcnr | -50/+43 |
| 2023-08-14 | Move scrutinee `HirId` into `MatchSource::TryDesugar` | Esteban Küber | -2/+1 |
| 2023-08-14 | Point at return type when it influences non-first `match` arm | Esteban Küber | -1/+1 |