| Age | Commit message (Expand) | Author | Lines |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+1 |
| 2022-06-28 | Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk | Dylan DPC | -8/+6 |
| 2022-06-27 | lower-generic vs. outlive | lcnr | -2/+2 |
| 2022-06-27 | fold_region: remove unused parameter | lcnr | -2/+2 |
| 2022-06-27 | outside of borrowck, do not provide an implicit_region_bound | lcnr | -11/+7 |
| 2022-06-27 | Remove a back-compat hack on lazy TAIT | Yuki Okushi | -8/+6 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-25 | Rollup merge of #98311 - eggyal:reverse-folder-hierarchy, r=jackh726 | Matthias Krüger | -4/+2 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -100/+373 |
| 2022-06-23 | run `x.py fmt` | Niko Matsakis | -5/+1 |
| 2022-06-23 | remove misleading comment | Niko Matsakis | -4/+1 |
| 2022-06-23 | try to clarify confusing comment | Niko Matsakis | -1/+9 |
| 2022-06-23 | normalize if-eq bounds before testing | Niko Matsakis | -1/+2 |
| 2022-06-23 | apply suggestions from oli-obk | Niko Matsakis | -7/+7 |
| 2022-06-23 | coallesce docs | Niko Matsakis | -65/+32 |
| 2022-06-23 | rename IfEqBound to IfEq | Niko Matsakis | -7/+7 |
| 2022-06-23 | remove VerifyBound::IfEq variant | Niko Matsakis | -36/+31 |
| 2022-06-22 | Rollup merge of #97818 - compiler-errors:rpit-error-spanned, r=oli-obk | Yuki Okushi | -3/+7 |
| 2022-06-21 | Point at return expression for RPIT-related error | Michael Goulet | -3/+7 |
| 2022-06-22 | Rollup merge of #97867 - lcnr:lub-binder, r=oli-obk | Yuki Okushi | -12/+28 |
| 2022-06-21 | Reverse folder hierarchy | Alan Egerton | -4/+2 |
| 2022-06-21 | Avoid an ICE and instead let the compiler report a useful error | Oli Scherer | -1/+5 |
| 2022-06-15 | generalize the outlives obligation code | Niko Matsakis | -31/+94 |
| 2022-06-15 | improved debug output | Niko Matsakis | -5/+2 |
| 2022-06-15 | remove compare-fn and use erased-ty | Niko Matsakis | -17/+23 |
| 2022-06-15 | simplify argument type for to take param-ty | Niko Matsakis | -6/+4 |
| 2022-06-15 | implement (unused) matching solver | Niko Matsakis | -2/+248 |
| 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 |