| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -7/+8 |
| 2023-08-04 | Rollup merge of #114287 - lcnr:overflow, r=compiler-errors | Michael Goulet | -2/+102 |
| 2023-08-04 | Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr | bors | -7/+13 |
| 2023-08-03 | resolve before canonicalization, ICE if unresolved | Michael Goulet | -1/+1 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -7/+13 |
| 2023-08-03 | rewrite stack dependent overflow handling | lcnr | -2/+102 |
| 2023-07-31 | Rollup merge of #114169 - lcnr:unsize, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -26/+23 |
| 2023-07-28 | refactor builtin unsize handling, extend comments | lcnr | -1/+2 |
| 2023-07-25 | Make everything builtin! | Michael Goulet | -85/+35 |
| 2023-07-25 | Restore tuple unsizing feature gate | Michael Goulet | -3/+11 |
| 2023-07-25 | Normalize the RHS of an unsize goal | Michael Goulet | -1/+8 |
| 2023-07-24 | Improve diagnostic for const ctors in array repeat expressions | clubby789 | -3/+23 |
| 2023-07-23 | match on chars instead of &strs for .split() or .strip_prefix() | Matthias Krüger | -2/+2 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -9/+11 |
| 2023-07-13 | typo | lcnr | -1/+1 |
| 2023-07-13 | refactor proof tree formatting | lcnr | -57/+63 |
| 2023-07-05 | Add some extra information to opaque type cycle errors | Oli Scherer | -0/+4 |
| 2023-07-03 | Remove chalk from the compiler | Michael Goulet | -401/+0 |
| 2023-06-28 | Rollup merge of #112867 - compiler-errors:more-impl-source-nits, r=lcnr | Dylan DPC | -37/+2 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -4/+2 |
| 2023-06-20 | yeet upcast_trait_def_id from ImplSourceObjectData | Michael Goulet | -6/+2 |