| Age | Commit message (Expand) | Author | Lines |
| 2023-02-27 | Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obk | bors | -40/+12 |
| 2023-02-27 | avoid `&str` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2023-02-26 | Wrap more into into closure_typeinfo query. | Camille GILLOT | -40/+12 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-23 | Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error... | bors | -7/+4 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -2/+2 |
| 2023-02-22 | diagnostics: if AssocFn has self argument, describe as method | Michael Howell | -7/+4 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -8/+7 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -5/+7 |
| 2023-02-16 | Auto merge of #108127 - matthiaskrgr:rollup-kpzfc6j, r=matthiaskrgr | bors | -16/+5 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -6/+6 |
| 2023-02-16 | Replace some `then`s with some `then_some`s | Maybe Waffle | -1/+1 |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -16/+5 |
| 2023-02-15 | Rollup merge of #108010 - compiler-errors:can_eq-returns-bool, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -6/+6 |
| 2023-02-14 | Add `of_trait` to DefKind::Impl. | Camille GILLOT | -9/+9 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -1/+1 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -3/+7 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -1/+1 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+1 |
| 2023-02-04 | Rollup merge of #107646 - estebank:specific-span, r=compiler-errors | Matthias Krüger | -6/+57 |
| 2023-02-04 | Auto merge of #107267 - cjgillot:keep-aggregate, r=oli-obk | bors | -1/+4 |
| 2023-02-03 | review comments | Esteban Küber | -14/+17 |
| 2023-02-03 | Provide structured suggestion for binding needing type on E0594 | Esteban Küber | -6/+54 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -1/+4 |
| 2023-02-02 | Suggest `move` in nested closure when appropriate | Esteban Küber | -16/+12 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2023-01-30 | errors: implement `IntoDiagnosticArg` for `&T` | David Wood | -0/+6 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -1/+1 |
| 2023-01-28 | Also erase substs for new infcx in pin move error | Nilstrieb | -0/+4 |
| 2023-01-26 | add method_substs to CallKind | Kyle Matsuda | -4/+2 |
| 2023-01-26 | fix up subst_identity vs skip_binder; add some FIXMEs as identified in review | Kyle Matsuda | -1/+3 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -2/+2 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -2/+2 |
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -2/+35 |
| 2023-01-25 | Rollup merge of #105345 - yanchen4791:issue-103582-fix, r=jackh726 | Matthias Krüger | -19/+40 |
| 2023-01-23 | Add hint for missing lifetime bound on trait object when type alias is used | yanchen4791 | -19/+40 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -1/+1 |
| 2023-01-21 | Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot | bors | -2/+2 |
| 2023-01-17 | Lazy dominator tree construction in borrowck | Tomasz Miąsko | -2/+2 |
| 2023-01-17 | Add 'static lifetime suggestion when GAT implied 'static requirement from HRTB | yanchen4791 | -4/+113 |
| 2023-01-17 | Account for method call and indexing when looking for inner-most path in expr... | Esteban Küber | -1/+3 |
| 2023-01-17 | Account for field access when looking for inner-most path in expression | Esteban Küber | -1/+2 |
| 2023-01-17 | Account for `*` when looking for inner-most path in expression | Esteban Küber | -1/+3 |
| 2023-01-15 | Tweak E0597 | Esteban Küber | -2/+30 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -27/+21 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -5/+145 |
| 2023-01-12 | Fix ICE formatting | Esteban Küber | -1/+1 |
| 2023-01-12 | take care when there is no args in method call | yukang | -14/+12 |