| Age | Commit message (Expand) | Author | Lines |
| 2022-07-07 | Track `WellFormed` obligations with an appropriate cause, instead of `MiscObl... | Esteban Küber | -6/+6 |
| 2022-07-06 | Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r... | Guillaume Gomez | -32/+11 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -1/+1 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -32/+11 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -2/+1 |
| 2022-07-06 | Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 | bors | -21/+27 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -18/+22 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -4/+6 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -2/+2 |
| 2022-07-05 | Auto merge of #98936 - matthiaskrgr:rollup-dvr0ucm, r=matthiaskrgr | bors | -4/+3 |
| 2022-07-05 | Rollup merge of #98921 - TaKO8Ki:refactor-fulfillment-context-select, r=Dylan... | Matthias Krüger | -4/+3 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+1 |
| 2022-07-05 | Auto merge of #98584 - lcnr:region-stuff-more-beans, r=oli-obk | bors | -112/+16 |
| 2022-07-05 | refactor: remove a redundant mutable variable | Takayuki Maeda | -4/+3 |
| 2022-07-04 | region obligations, remove `body_id` | lcnr | -1/+1 |
| 2022-07-04 | implied bounds byebye nested hir ids | lcnr | -21/+4 |
| 2022-07-04 | rip out `RegionCtxt` from hir typeck | lcnr | -67/+3 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -23/+8 |
| 2022-07-04 | remove unused function argument | lcnr | -24/+3 |
| 2022-07-01 | Move Sized check before first error is created | Michael Goulet | -31/+31 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -27/+36 |
| 2022-07-01 | Show source of ambiguity in a few more places | Michael Goulet | -3/+3 |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -2/+12 |
| 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 #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+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-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -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 |