| Age | Commit message (Expand) | Author | Lines |
| 2022-08-03 | Auto merge of #99509 - lcnr:commit_unconditionally, r=jackh726 | bors | -12/+0 |
| 2022-08-02 | Auto merge of #100032 - BoxyUwU:no_ty_in_placeholder_const, r=compiler-errors | bors | -1/+1 |
| 2022-08-02 | Rollup merge of #99156 - lcnr:omoe-wa, r=wesleywiser | Matthias Krüger | -4/+2 |
| 2022-08-01 | make `PlaceholderConst` not store the type of the const | Ellen | -1/+1 |
| 2022-07-30 | Auto merge of #99796 - compiler-errors:issue-53475, r=oli-obk | bors | -0/+4 |
| 2022-07-29 | Document check_region_obligations_and_report_errors, simplify a call to resol... | Michael Goulet | -0/+4 |
| 2022-07-28 | `BoundVarReplacer`: trait object instead of 3 fns | lcnr | -25/+50 |
| 2022-07-26 | Rollup merge of #99748 - compiler-errors:better-impl-trait-printing, r=fee1-dead | Dylan DPC | -2/+2 |
| 2022-07-26 | Rollup merge of #99618 - compiler-errors:uhh-idk, r=lcnr | Dylan DPC | -6/+55 |
| 2022-07-26 | Address nits, move substs replacement to separate function | Michael Goulet | -27/+41 |
| 2022-07-26 | Use real opaque type instead of just saying impl Trait | Michael Goulet | -2/+2 |
| 2022-07-25 | handle consts with param/infer in const_eval_resolve better | Michael Goulet | -6/+41 |
| 2022-07-24 | Combine redundant obligation cause codes | Michael Goulet | -22/+5 |
| 2022-07-21 | `region_outlives_predicate` no snapshot | lcnr | -10/+5 |
| 2022-07-21 | move `considering_regions` to the infcx | lcnr | -2/+20 |
| 2022-07-20 | remove `commit_unconditionally` | lcnr | -12/+0 |
| 2022-07-20 | take opaq types | ouz-a | -7/+25 |
| 2022-07-19 | Use LocalDefId in OpaqueTypeKey | Michael Goulet | -1/+1 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -2/+6 |
| 2022-07-14 | Fix overlapping impls | kadmin | -3/+8 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -0/+4 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -4/+0 |
| 2022-07-06 | use `TraitEngineExt` to register obligations | lcnr | -4/+2 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -1/+2 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -1/+1 |
| 2022-07-04 | region obligations, remove `body_id` | lcnr | -3/+2 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -9/+3 |
| 2022-06-30 | Make `evaluate_obligation` not succeed unconditionally if it registered new h... | Oli Scherer | -0/+4 |
| 2022-06-15 | implement (unused) matching solver | Niko Matsakis | -1/+1 |
| 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 | -2/+2 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-13 | Remove RegionckMode in favor of calling new skip_region_resolution | Jack Huey | -18/+29 |
| 2022-06-10 | use FxHashMap instead of BTreeMap | lcnr | -4/+3 |
| 2022-06-10 | eagerly check whether we replace any bound vars | lcnr | -1/+5 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -3/+2 |
| 2022-06-10 | replace bound vars: make caching explicit | lcnr | -12/+24 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -1/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -24/+1 |
| 2022-05-20 | update comments | lcnr | -1/+1 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -2/+2 |
| 2022-04-16 | Rollup merge of #95908 - compiler-errors:shallow_resolve_ty-inline, r=oli-obk | Dylan DPC | -44/+39 |
| 2022-04-16 | Implementation for 65853 | Jack Huey | -2/+2 |
| 2022-04-10 | Inline shallow_resolve_ty into ShallowResolver | Michael Goulet | -44/+39 |
| 2022-04-02 | Rollup merge of #95560 - lcnr:obligation-cause, r=oli-obk | Dylan DPC | -3/+7 |
| 2022-04-01 | convert more `DefId`s to `LocalDefId` | lcnr | -3/+7 |
| 2022-04-01 | remove `unify_key::replace_if_possible` | lcnr | -2/+0 |
| 2022-04-01 | update comments | lcnr | -3/+3 |
| 2022-03-31 | remove unused field from `infcx` | lcnr | -25/+2 |
| 2022-03-30 | Spellchecking compiler comments | Yuri Astrakhan | -1/+1 |