| Age | Commit message (Expand) | Author | Lines |
| 2023-12-15 | Annotate some bugs | Michael Goulet | -2/+4 |
| 2023-12-14 | consistently use "next solver" instead of "new solver" | lcnr | -9/+9 |
| 2023-12-14 | update use of feature flags | lcnr | -2/+2 |
| 2023-12-08 | temporarily revert "ice on ambguity in mir typeck" | Ali MJ Al-Nasrawy | -12/+4 |
| 2023-12-07 | add unused `NormalizesTo` predicate | lcnr | -7/+6 |
| 2023-12-02 | Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`. | Nicholas Nethercote | -8/+8 |
| 2023-11-25 | Don't ICE when encountering placeholders in implied bounds computation | Michael Goulet | -2/+4 |
| 2023-11-24 | Auto merge of #118189 - compiler-errors:cache-flags-for-const, r=nnethercote | bors | -7/+5 |
| 2023-11-22 | Cache flags for ty::Const | Michael Goulet | -7/+5 |
| 2023-11-22 | Auto merge of #118120 - compiler-errors:closure-kind, r=lcnr | bors | -1/+0 |
| 2023-11-21 | Fix `clippy::needless_borrow` in the compiler | Nilstrieb | -4/+2 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -1/+0 |
| 2023-11-19 | Make regionck care about placeholders in outlives components | Michael Goulet | -0/+3 |
| 2023-11-13 | rename `ReLateBound` to `ReBound` | lcnr | -1/+1 |
| 2023-11-03 | Auto merge of #117507 - nnethercote:rustc_span, r=Nilstrieb | bors | -4/+3 |
| 2023-11-02 | only erase param env regions where needed | lcnr | -1/+1 |
| 2023-11-02 | dropck_outlives check generator witness needs_drop | lcnr | -13/+22 |
| 2023-11-02 | Minimize `pub` usage in `source_map.rs`. | Nicholas Nethercote | -4/+3 |
| 2023-10-30 | Don't super-fold types when we hit the recursion limit | Michael Goulet | -7/+4 |
| 2023-10-25 | Uplift Canonical to rustc_type_ir | Michael Goulet | -1/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -9/+9 |
| 2023-10-20 | s/Generator/Coroutine/ | Oli Scherer | -5/+5 |
| 2023-10-08 | delay a bug when encountering an ambiguity in MIR typeck | Ali MJ Al-Nasrawy | -4/+12 |
| 2023-09-23 | Remove GeneratorWitness and rename GeneratorWitnessMIR. | Camille GILLOT | -3/+1 |
| 2023-09-18 | Remove unused `Lift` derives. | Nicholas Nethercote | -2/+2 |
| 2023-09-13 | make the eval() functions on our const types return the resulting value | Ralf Jung | -1/+1 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -3/+3 |
| 2023-08-02 | Auto merge of #114170 - lcnr:add-commmentz, r=compiler-errors | bors | -10/+0 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -3/+3 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -4/+3 |
| 2023-07-28 | dropck_outlives comments | lcnr | -10/+0 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -13/+1 |
| 2023-07-14 | Auto merge of #113471 - compiler-errors:new-solver-norm-escaping, r=lcnr | bors | -20/+21 |
| 2023-07-14 | Allow escaping bound vars during normalize_erasing_regions in new solver | Michael Goulet | -20/+21 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -32/+29 |
| 2023-07-05 | Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk | Michael Goulet | -8/+21 |
| 2023-07-04 | -Ztrait-solver=next: stop depending on old solver | lcnr | -8/+21 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -1/+1 |
| 2023-07-03 | add deep normalization via the new solver | lcnr | -2/+12 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -2/+2 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -2/+2 |
| 2023-06-27 | Normalize opaques with escaping bound vars | Michael Goulet | -6/+1 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -1/+1 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -2/+2 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -13/+14 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -13/+14 |
| 2023-06-18 | Continue folding in query normalizer on weak aliases | Michael Goulet | -2/+6 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -1/+1 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -4/+7 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -1/+2 |