| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | promote placeholder bounds to 'static obligations | Niko Matsakis | -5/+33 |
| 2022-06-24 | Auto merge of #98109 - nikomatsakis:issue-98095, r=jackh726 | bors | -20/+81 |
| 2022-06-23 | run `x.py fmt` | Niko Matsakis | -4/+1 |
| 2022-06-23 | apply suggestions from oli-obk | Niko Matsakis | -1/+1 |
| 2022-06-23 | rename IfEqBound to IfEq | Niko Matsakis | -4/+4 |
| 2022-06-23 | remove VerifyBound::IfEq variant | Niko Matsakis | -23/+0 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -1/+1 |
| 2022-06-15 | fix universes in the NLL type tests | Niko Matsakis | -1/+24 |
| 2022-06-15 | implement (unused) matching solver | Niko Matsakis | -21/+80 |
| 2022-06-15 | simply the IfEq bound -- we only ever use a region | Niko Matsakis | -3/+8 |
| 2022-05-25 | add def_id and substs to ConstraintCategory::CallArgument | b-naber | -4/+4 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -57/+63 |
| 2022-05-13 | For non-defining opaque type usage errors, don't try to also prove all trait ... | Oli Scherer | -106/+1 |
| 2022-05-10 | Auto merge of #96736 - oli-obk:tait_missing_wf_check, r=davidtwco | bors | -0/+1 |
| 2022-05-10 | Check hidden types for well formedness at the definition site instead of only... | Oli Scherer | -0/+1 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -13/+13 |
| 2022-04-19 | Add an explicit `Span` field to `OutlivesConstraint` | Aaron Hill | -5/+10 |
| 2022-04-07 | Deduplicate the error printing code for hidden type mismatches | Oli Scherer | -10/+3 |
| 2022-04-07 | Report opaque type mismatches directly during borrowck of the function instea... | Oli Scherer | -10/+21 |
| 2022-04-06 | Check that all hidden types are the same and then deduplicate them. | Oli Scherer | -62/+80 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -2/+2 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -2/+2 |
| 2022-03-28 | Have the spans of TAIT type conflict errors point to the actual site instead ... | Oli Scherer | -17/+15 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -21/+41 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -4/+4 |
| 2022-03-01 | compiler: fix some typos | cuishuang | -1/+1 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -1/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -7/+5 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -18/+0 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -1/+1 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -4/+4 |
| 2022-02-15 | Overhaul `TyS` and `Ty`. | Nicholas Nethercote | -1/+1 |
| 2022-02-12 | Bless nll tests. | Camille GILLOT | -0/+18 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -38/+20 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -3/+1 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -1/+3 |
| 2022-02-02 | Avoid an ICE in the presence of HKL | Oli Scherer | -0/+4 |
| 2022-02-02 | Reduce follow-up errors that are not helpful | Oli Scherer | -3/+9 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -22/+30 |
| 2022-01-19 | Remove ordering traits from `rustc_borrowck::constraints::OutlivesConstraint` | pierwill | -2/+2 |
| 2021-12-30 | Use SparseIntervalMatrix instead of SparseBitMatrix | Mark Rousskov | -9/+11 |
| 2021-12-07 | Store impl_trait_fn inside OpaqueTyOrigin. | Camille GILLOT | -1/+1 |
| 2021-11-24 | Auto merge of #90491 - Mark-Simulacrum:push-pred-faster, r=matthewjasper | bors | -23/+5 |
| 2021-11-07 | Rename functions reflect that inline const is also "typeck_child" | Gary Guo | -3/+2 |
| 2021-11-07 | Implement type inference for inline consts | Gary Guo | -1/+2 |
| 2021-11-06 | use matches!() macro in more places | Matthias Krüger | -7/+7 |
| 2021-11-03 | Optimize live point computation | Mark Rousskov | -23/+5 |
| 2021-10-15 | simplify constrain_opaque_types | Niko Matsakis | -0/+10 |
| 2021-10-07 | Add check that region is live in sanitize_promoted | Noble-Mushtak | -10/+12 |
| 2021-10-03 | Replace Fn impls with RPIT impls in rustc_index | bjorn3 | -1/+1 |