| Age | Commit message (Expand) | Author | Lines |
| 2023-01-05 | fix [type error] for error E0029 and E0277 | Yiming Lei | -4/+11 |
| 2023-01-06 | Tweak output | Esteban Küber | -4/+4 |
| 2023-01-06 | Report WF error for new solver too | Michael Goulet | -2/+2 |
| 2023-01-06 | Detect bindings assigned blocks without tail expressions in trait errors | Esteban Küber | -19/+107 |
| 2023-01-05 | Auto merge of #106482 - compiler-errors:rollup-g7n1p39, r=compiler-errors | bors | -24/+25 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -13/+11 |
| 2023-01-05 | Auto merge of #105409 - compiler-errors:closure-infer-cycle, r=jackh726 | bors | -1/+20 |
| 2023-01-04 | Rename stock solver to classic | Michael Goulet | -2/+2 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -11/+14 |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -4/+2 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -11/+11 |
| 2023-01-03 | Simplify some canonical type alias names | Michael Goulet | -41/+41 |
| 2023-01-03 | has_overflow only if value is *not* within limit | Michael Goulet | -1/+1 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -1/+1 |
| 2022-12-30 | Auto merge of #106210 - fee1-dead-contrib:const-closure-trait-method, r=compi... | bors | -7/+27 |
| 2022-12-29 | Auto merge of #106266 - matthiaskrgr:rollup-cxrdbzy, r=matthiaskrgr | bors | -4/+10 |
| 2022-12-29 | Rollup merge of #106202 - estebank:trim-paths, r=Nilstrieb | Matthias Krüger | -4/+10 |
| 2022-12-29 | Rollup merge of #106223 - estebank:suggest-let-ty-borrow, r=compiler-errors | Matthias Krüger | -0/+9 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -1/+1 |
| 2022-12-28 | On unsized locals with explicit types suggest `&` | Esteban Küber | -0/+9 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -1/+1 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -1/+1 |
| 2022-12-28 | Allow trait method paths to satisfy const Fn bounds | Deadbeef | -7/+27 |
| 2022-12-28 | better names and a comment | Michael Goulet | -1/+1 |
| 2022-12-27 | Trim more paths in obligation types | Esteban Küber | -4/+10 |
| 2022-12-27 | Restore cyclic closure message | Michael Goulet | -1/+20 |
| 2022-12-27 | Rollup merge of #106151 - TaKO8Ki:remove-unused-imports, r=jackh726 | fee1-dead | -1/+0 |
| 2022-12-26 | remove unused imports | Takayuki Maeda | -1/+0 |
| 2022-12-25 | fix more clippy::style findings | Matthias Krüger | -24/+19 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -11/+8 |
| 2022-12-23 | Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errors | nils | -69/+1422 |
| 2022-12-21 | Don't call typeck if we have no typeck results | Michael Goulet | -11/+8 |
| 2022-12-21 | CollectAllMismatches relation should respect int/float infer vars | Michael Goulet | -7/+20 |
| 2022-12-21 | Rename things to be a bit clearer | Michael Goulet | -14/+11 |
| 2022-12-21 | Substitute things correctly | Michael Goulet | -1/+2 |
| 2022-12-21 | Remove some unnecessary try_map_bound | Michael Goulet | -8/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -11/+8 |
| 2022-12-20 | dedup assembly | lcnr | -298/+267 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -69/+1453 |
| 2022-12-19 | Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726 | Dylan DPC | -5/+3 |
| 2022-12-19 | Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnr | Dylan DPC | -17/+22 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -8/+8 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -2/+2 |
| 2022-12-18 | Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errors | Matthias Krüger | -6/+1 |
| 2022-12-18 | Don't ICE in closure arg borrow suggestion | Michael Goulet | -5/+3 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -2/+2 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -8/+8 |
| 2022-12-18 | remove redundant fn params that were only "used" in recursion | Matthias Krüger | -6/+1 |