| Age | Commit message (Expand) | Author | Lines |
| 2022-06-30 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -0/+5 |
| 2022-06-29 | Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dyl... | Matthias Krüger | -2/+1 |
| 2022-06-29 | Rollup merge of #98499 - JulianKnodt:erase_lifetime, r=lcnr | Dylan DPC | -1/+2 |
| 2022-06-29 | avoid many `&str` to `String` conversions with `MultiSpan::push_span_label` | Takayuki Maeda | -2/+1 |
| 2022-06-29 | Auto merge of #98656 - Dylan-DPC:rollup-hhytn0c, r=Dylan-DPC | bors | -9/+9 |
| 2022-06-29 | Erase regions in new abstract consts | kadmin | -1/+2 |
| 2022-06-29 | Auto merge of #98542 - jackh726:coinductive-wf, r=oli-obk | bors | -15/+100 |
| 2022-06-29 | Avoid constructing an unnecessary `InferCtxt`. | Nicholas Nethercote | -4/+1 |
| 2022-06-29 | Change `Search::infcx` to `tcx`. | Nicholas Nethercote | -14/+10 |
| 2022-06-28 | Note concrete type being coerced into object | Michael Goulet | -2/+3 |
| 2022-06-28 | Fix trait object reborrow suggestion | Michael Goulet | -8/+7 |
| 2022-06-28 | Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk | Dylan DPC | -17/+4 |
| 2022-06-28 | Take into account trait predicate coinductiveness | Jack Huey | -6/+36 |
| 2022-06-28 | Make empty bounds lower to WellFormed and make WellFormed coinductive | Jack Huey | -15/+70 |
| 2022-06-27 | Rollup merge of #98576 - lcnr:region-stuff-cool-beans, r=jackh726 | Matthias Krüger | -6/+2 |
| 2022-06-27 | Rollup merge of #98506 - compiler-errors:object-safety-suggestions, r=oli-obk | Matthias Krüger | -33/+45 |
| 2022-06-27 | outside of borrowck, do not provide an implicit_region_bound | lcnr | -6/+2 |
| 2022-06-27 | Remove a back-compat hack on lazy TAIT | Yuki Okushi | -17/+4 |
| 2022-06-27 | Auto merge of #98221 - cjgillot:single-coh, r=lcnr | bors | -1/+1 |
| 2022-06-25 | Fix span issues in object safety suggestions | Michael Goulet | -33/+45 |
| 2022-06-25 | Rollup merge of #98311 - eggyal:reverse-folder-hierarchy, r=jackh726 | Matthias Krüger | -4/+2 |
| 2022-06-23 | Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=... | Michael Goulet | -22/+4 |
| 2022-06-23 | Rollup merge of #98259 - jyn514:improve-obligation-errors, r=estebank | Michael Goulet | -12/+93 |
| 2022-06-22 | Perform coherence checking per impl. | Camille GILLOT | -1/+1 |
| 2022-06-21 | Point at return expression for RPIT-related error | Michael Goulet | -0/+11 |
| 2022-06-21 | Address review comments from #98259 | Joshua Nelson | -22/+4 |
| 2022-06-21 | Reverse folder hierarchy | Alan Egerton | -4/+2 |
| 2022-06-21 | Rollup merge of #97805 - coolreader18:trace-suggestions, r=oli-obk | Yuki Okushi | -58/+36 |
| 2022-06-20 | Auto merge of #97674 - nnethercote:oblig-forest-tweaks, r=nikomatsakis | bors | -60/+38 |
| 2022-06-20 | Fix minor documentation typo | Peter Hebden | -1/+1 |
| 2022-06-19 | Greatly improve error reporting for futures and generators in `note_obligatio... | Joshua Nelson | -12/+93 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -3/+2 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -3/+2 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -9/+9 |
| 2022-06-14 | rebase | b-naber | -6/+2 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -34/+55 |
| 2022-06-14 | Rollup merge of #97935 - nnethercote:rename-ConstS-val-as-kind, r=lcnr | Dylan DPC | -27/+27 |
| 2022-06-14 | Auto merge of #98041 - jackh726:remove-regionckmode, r=oli-obk | bors | -8/+4 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -27/+27 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -23/+18 |
| 2022-06-13 | Remove RegionckMode in favor of calling new skip_region_resolution | Jack Huey | -8/+4 |
| 2022-06-11 | Address comments | Michael Goulet | -48/+95 |
| 2022-06-11 | Properly replace `impl Trait` in fn args, turn {integer} to i32 | Michael Goulet | -12/+27 |
| 2022-06-11 | Make is_suggestable work on all TypeFoldable | Michael Goulet | -22/+18 |
| 2022-06-11 | Handle empty where-clause better | Michael Goulet | -5/+6 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -9/+9 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -11/+8 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -6/+8 |
| 2022-06-08 | Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors | Dylan DPC | -6/+8 |
| 2022-06-08 | Auto merge of #97447 - nnethercote:improve-folding, r=jackh726 | bors | -24/+20 |