| Age | Commit message (Expand) | Author | Lines |
| 2022-07-05 | Auto merge of #98584 - lcnr:region-stuff-more-beans, r=oli-obk | bors | -136/+48 |
| 2022-07-04 | region obligations, remove `body_id` | lcnr | -19/+9 |
| 2022-07-04 | implied bounds byebye nested hir ids | lcnr | -97/+20 |
| 2022-07-04 | only use `FnCtxt` for regionck inside of bodies | lcnr | -0/+13 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -24/+10 |
| 2022-07-04 | `InferSource::GenericArg`, check for contains | lcnr | -17/+20 |
| 2022-07-04 | resolve vars in node substs | lcnr | -3/+8 |
| 2022-07-04 | stop suggesting things inside of macros | lcnr | -2/+23 |
| 2022-07-04 | update infer cost computation for types | lcnr | -22/+40 |
| 2022-07-04 | remove unused function argument | lcnr | -2/+0 |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -3/+9 |
| 2022-07-01 | Rollup merge of #98610 - lcnr:emit_inference_failure_err-ice, r=estebank | Matthias Krüger | -6/+17 |
| 2022-06-30 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -0/+8 |
| 2022-06-30 | add issue number to fixme | lcnr | -1/+1 |
| 2022-06-30 | use a method instead of manually doing what its body does | Oli Scherer | -1/+1 |
| 2022-06-30 | Rollup merge of #96727 - oli-obk:no_expect, r=lcnr | Matthias Krüger | -14/+7 |
| 2022-06-29 | Rollup merge of #98668 - TaKO8Ki:avoid-many-&str-to-string-conversions, r=Dyl... | Matthias Krüger | -20/+9 |
| 2022-06-29 | Rollup merge of #98607 - compiler-errors:tuple-wrap-suggestion, r=oli-obk | Dylan DPC | -2/+2 |
| 2022-06-29 | avoid many `&str` to `String` conversions with `MultiSpan::push_span_label` | Takayuki Maeda | -20/+9 |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+1 |
| 2022-06-29 | The only reason we had to replace opaque types in closures was due to async f... | Oli Scherer | -22/+4 |
| 2022-06-29 | Make RPIT and TAIT work exactly the same | Oli Scherer | -11/+22 |
| 2022-06-28 | Rollup merge of #97346 - JohnTitor:remove-back-compat-hacks, r=oli-obk | Dylan DPC | -8/+6 |
| 2022-06-28 | fix `emit_inference_failure_err` ICE | lcnr | -6/+17 |
| 2022-06-28 | Remove `final_arg_types`, improve tuple wrapping suggestion | Michael Goulet | -2/+2 |
| 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 |