| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr | nils | -6/+21 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -4/+4 |
| 2023-01-11 | Rollup merge of #106521 - oskgo:remove-E0280, r=jackh726 | Yuki Okushi | -7/+11 |
| 2023-01-10 | remove E0280 and ICE instead | bowlerman | -7/+11 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -3/+0 |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -3/+0 |
| 2023-01-09 | Check impl's where clauses in consider_impl_candidate in experimental solver | Michael Goulet | -6/+21 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -41/+41 |
| 2023-01-09 | Rollup merge of #105655 - RedDocMD:bug-105645, r=oli-obk | fee1-dead | -0/+7 |
| 2023-01-09 | Clean up | kadmin | -23/+9 |
| 2023-01-09 | Check for duplicates | kadmin | -3/+15 |
| 2023-01-09 | Set !const_evaluatable if ambig. and not inferred | kadmin | -12/+10 |
| 2023-01-09 | Change based on comments | kadmin | -7/+26 |
| 2023-01-09 | Change commit_if_ok to probe | kadmin | -8/+3 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -1/+62 |
| 2023-01-08 | Add type flags support for Ty and Const late-bound regions | Michael Goulet | -4/+3 |
| 2023-01-07 | Auto merge of #106519 - estebank:tail-unit, r=cjgillot | bors | -19/+107 |
| 2023-01-06 | Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726 | Michael Goulet | -2/+2 |
| 2023-01-07 | use type_implements_trait to check Param clone | yukang | -20/+7 |
| 2023-01-07 | comments feedback | yukang | -50/+51 |
| 2023-01-07 | Suggest possible clone when we have &T | yukang | -2/+75 |
| 2023-01-06 | Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebank | Dylan DPC | -4/+11 |
| 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 |