| Age | Commit message (Expand) | Author | Lines |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -16/+19 |
| 2023-07-05 | Rollup merge of #113319 - lcnr:type-param-def-def-id, r=compiler-errors | Michael Goulet | -1/+1 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -13/+14 |
| 2023-07-04 | `TypeParameterDefinition` always require a `DefId` | lcnr | -1/+1 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -28/+13 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -28/+13 |
| 2023-06-24 | instantiate hidden types in root universe | Ali MJ Al-Nasrawy | -0/+1 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -0/+17 |
| 2023-06-06 | Fix comment for `get_region_var_origins` | Nilstrieb | -5/+5 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -0/+17 |
| 2023-05-30 | rework the leak_check to take the outer_universe | lcnr | -33/+22 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -1/+1 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -12/+1 |
| 2023-05-16 | Rollup merge of #111602 - tmiasko:erroneous-constant-used, r=oli-obk | Nilstrieb | -1/+1 |
| 2023-05-15 | Combine TypeGeneralizer and Generalizer | Michael Goulet | -0/+1 |
| 2023-05-15 | Suppress "erroneous constant used" for constants tainted by errors | Tomasz Miąsko | -1/+1 |
| 2023-05-09 | add EarlyBinder to thir_abstract_const; remove tcx.bound_abstract_const | Kyle Matsuda | -1/+1 |
| 2023-05-03 | remove `inside_canonicalization_ctxt` flag | lcnr | -32/+0 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -2/+2 |
| 2023-04-22 | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjay | bors | -2/+2 |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -2/+2 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -3/+3 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -4/+4 |
| 2023-04-12 | region error cleanup | lcnr | -141/+1 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -1/+1 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -6/+10 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -4/+0 |
| 2023-03-28 | Rollup merge of #102472 - lcnr:static-in-eval, r=jackh726 | nils | -6/+1 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -4/+0 |
| 2023-03-23 | Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgr | bors | -2/+2 |
| 2023-03-22 | assertion for only collection nll region variable information for debug in no... | b-naber | -0/+32 |
| 2023-03-22 | stop special-casing `'static` in evaluate | lcnr | -6/+1 |
| 2023-03-21 | enable `intercrate` in the solver `InferCtxt` | lcnr | -2/+2 |
| 2023-03-17 | Fast path that skips over unchanged obligations in process_obligations | The 8472 | -0/+32 |
| 2023-03-16 | Rollup merge of #109166 - lcnr:define_opaque_types-explicit, r=oli-obk | Matthias Krüger | -4/+6 |
| 2023-03-15 | always make `define_opaque_types` explicit | lcnr | -4/+6 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -4/+0 |
| 2023-03-14 | Don't make projection tys out of anon consts | Michael Goulet | -0/+1 |
| 2023-03-09 | Fix canonicalizer bug for int/float vars too | Michael Goulet | -0/+22 |
| 2023-03-09 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -4/+0 |
| 2023-03-08 | Rollup merge of #108839 - compiler-errors:canonicalize-the-root-var, r=lcnr | Matthias Krüger | -0/+4 |
| 2023-03-07 | Canonicalize the ROOT VAR | Michael Goulet | -0/+4 |
| 2023-03-07 | Rollup merge of #108728 - tshepang:fix-and-improve, r=michaelwoerister | Yuki Okushi | -29/+32 |
| 2023-03-04 | infer: fix and improve comments | Tshepang Mbambo | -29/+32 |
| 2023-03-04 | field is not used outside the crate | Tshepang Mbambo | -3/+3 |
| 2023-02-28 | Some `infer/mod.rs` cleanups | Nilstrieb | -39/+11 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -10/+10 |
| 2023-02-21 | Rollup merge of #104239 - b-naber:sccs-info, r=jackh726 | Matthias Krüger | -0/+2 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -1/+1 |
| 2023-02-19 | collect region contexts during mir renumbering | b-naber | -0/+2 |