| Age | Commit message (Expand) | Author | Lines |
| 2022-06-15 | simply the IfEq bound -- we only ever use a region | Niko Matsakis | -7/+6 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -6/+8 |
| 2022-06-15 | Rollup merge of #98067 - klensy:compiler-deps2, r=Dylan-DPC | Yuki Okushi | -1/+0 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -3/+25 |
| 2022-06-14 | Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr | Dylan DPC | -20/+20 |
| 2022-06-14 | Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obk | bors | -46/+34 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -20/+20 |
| 2022-06-13 | remove currently unused deps | klensy | -1/+0 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -13/+13 |
| 2022-06-13 | Remove RegionckMode in favor of calling new skip_region_resolution | Jack Huey | -46/+34 |
| 2022-06-12 | Rollup merge of #98012 - compiler-errors:poly-trait-refs-are-traits, r=cjgillot | Dylan DPC | -1/+3 |
| 2022-06-11 | Make is_suggestable work on all TypeFoldable | Michael Goulet | -5/+1 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -9/+4 |
| 2022-06-11 | ValuePairs::PolyTraitRefs should be called 'trait' | Michael Goulet | -1/+3 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -6/+8 |
| 2022-06-11 | remove an unnecessary format macro | Takayuki Maeda | -5/+2 |
| 2022-06-11 | Rollup merge of #97967 - BoxyUwU:at_docs_mention_trace, r=compiler-errors | Dylan DPC | -0/+21 |
| 2022-06-11 | Rollup merge of #97703 - lcnr:post-89862, r=estebank | Dylan DPC | -73/+31 |
| 2022-06-10 | the day that i make a PR without a tidy error.. | Ellen | -7/+7 |
| 2022-06-10 | a | Ellen | -0/+21 |
| 2022-06-10 | use FxHashMap instead of BTreeMap | lcnr | -4/+3 |
| 2022-06-10 | eagerly check whether we replace any bound vars | lcnr | -24/+15 |
| 2022-06-10 | update higher_ranked_sub docs | lcnr | -27/+35 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -5/+3 |
| 2022-06-10 | replace bound vars: make caching explicit | lcnr | -23/+34 |
| 2022-06-09 | rewrite combine doc comment | lcnr | -23/+23 |
| 2022-06-08 | add test + don't warn on `Res::SelfTy` | lcnr | -0/+3 |
| 2022-06-08 | lub: don't bail out due to empty binders | lcnr | -12/+28 |
| 2022-06-08 | need_type_info: don't ICE when detected ty alias | lcnr | -6/+15 |
| 2022-06-08 | dedup diagnostics default params handling | lcnr | -67/+13 |
| 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 |