| Age | Commit message (Expand) | Author | Lines |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -14/+20 |
| 2022-07-16 | Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil... | Matthias Krüger | -2/+2 |
| 2022-07-17 | avoid some `Symbol` to `String` conversions | Takayuki Maeda | -2/+2 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -59/+37 |
| 2022-07-15 | Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillot | Dylan DPC | -7/+4 |
| 2022-07-15 | Auto merge of #97406 - aliemjay:verify-bounds-fix-master, r=oli-obk | bors | -53/+46 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -7/+4 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -3/+8 |
| 2022-07-14 | Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPC | bors | -2/+2 |
| 2022-07-14 | Fix overlapping impls | kadmin | -3/+8 |
| 2022-07-14 | Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot | Dylan DPC | -2/+2 |
| 2022-07-14 | Make outlives::{components,verify} agree | Ali MJ Al-Nasrawy | -53/+46 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -1/+1 |
| 2022-07-12 | Add an indirection for closures in `hir::ExprKind` | Maybe Waffle | -2/+2 |
| 2022-07-09 | Auto merge of #99056 - lcnr:higher_ranked_sub, r=oli-obk | bors | -21/+17 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -1/+9 |
| 2022-07-08 | don't use `commit_if_ok` during `higher_ranked_sub` | lcnr | -21/+17 |
| 2022-07-08 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -1/+1 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -38/+22 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -5/+3 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -17/+17 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -6/+9 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -3/+3 |
| 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 | 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 | -18/+8 |
| 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 | -18/+8 |
| 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 |