| Age | Commit message (Expand) | Author | Lines |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -26/+16 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -15/+12 |
| 2022-06-08 | Avoid some unnecessary `return`s. | Nicholas Nethercote | -10/+3 |
| 2022-06-08 | Use `super_visit_with` in a couple of `visit_binder` methods. | Nicholas Nethercote | -1/+1 |
| 2022-06-07 | Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726 | bors | -18/+27 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -36/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -36/+2 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -1/+1 |
| 2022-06-03 | Auto merge of #89862 - lcnr:path-generics-diagnostics, r=estebank | bors | -886/+830 |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -49/+66 |
| 2022-06-02 | `generic_arg_contains_target`: ignore closures | lcnr | -2/+8 |
| 2022-06-02 | eagerly fetch the typeck_results | lcnr | -28/+52 |
| 2022-06-02 | use verbose suggestions | lcnr | -2/+2 |
| 2022-06-02 | add new `emit_inference_failure_err` | lcnr | -23/+807 |
| 2022-06-02 | remove the old `emit_inference_failure_err` | lcnr | -913/+43 |
| 2022-05-30 | Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwco | Dylan DPC | -1/+8 |
| 2022-05-29 | Note pattern mismatch coming from for-loop desugaring | Michael Goulet | -1/+8 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -1/+0 |
| 2022-05-29 | Handle anonymous lifetimes properly in diagnostics. | Camille GILLOT | -31/+31 |
| 2022-05-29 | Make lifetime errors more precise in the presence of `Fresh` lifetimes. | Camille GILLOT | -26/+43 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -1/+0 |
| 2022-05-25 | suggest constraining dyn trait in impl in NLL | b-naber | -0/+11 |
| 2022-05-25 | make TraitObject visitors public | b-naber | -3/+3 |
| 2022-05-23 | Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwco | Dylan DPC | -1/+1 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -1/+1 |
| 2022-05-22 | Do leak check after function ptr coercion | Jack Huey | -3/+8 |
| 2022-05-20 | Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa... | Matthias Krüger | -0/+23 |
| 2022-05-20 | report ambiguous type parameters when their parents are impl or fn | Takayuki Maeda | -6/+7 |
| 2022-05-20 | update comments | lcnr | -8/+2 |
| 2022-05-17 | Rollup merge of #97080 - lcnr:relate-sus, r=oli-obk | Yuki Okushi | -16/+1 |
| 2022-05-17 | fix misleading `cannot infer type for type parameter` error | Takayuki Maeda | -0/+22 |
| 2022-05-17 | Auto merge of #96892 - oli-obk:🐌_obligation_cause_code_🐌, r=estebank | bors | -1/+8 |
| 2022-05-16 | Split some logic from a loop into a separate function | Oli Scherer | -17/+26 |
| 2022-05-16 | Some tracing cleanups | Oli Scherer | -1/+1 |
| 2022-05-16 | remove the `RelateResultCompare` trait | lcnr | -16/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -13/+15 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -7/+7 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -4/+4 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -1/+1 |
| 2022-05-11 | stop suggesting non-existing fully qualified paths | Takayuki Maeda | -11/+16 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -12/+14 |
| 2022-05-10 | Remove `clone_code` method | Oli Scherer | -1/+1 |
| 2022-05-10 | Move an extension trait method onto the type directly and reuse it | Oli Scherer | -1/+8 |
| 2022-05-08 | Auto merge of #96155 - jackh726:param-heuristics-followup, r=estebank | bors | -3/+4 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -45/+54 |
| 2022-05-06 | Resolve vars in note_type_err | Jack Huey | -3/+4 |
| 2022-05-06 | suggest fully qualified path with appropriate params | Takayuki Maeda | -1/+22 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -45/+54 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -6/+4 |