| 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 | -21/+82 |
| 2022-06-23 | Rollup merge of #98184 - compiler-errors:elided-lifetime-in-impl-nll, r=cjgillot | Michael Goulet | -5/+56 |
| 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-22 | Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkov | bors | -1/+8 |
| 2022-06-21 | Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obk | Yuki Okushi | -10/+14 |
| 2022-06-20 | Give name if anonymous region appears in impl signature | Michael Goulet | -5/+56 |
| 2022-06-19 | Only use special async fn case for actual async fns in borrowck diagnostics. | Camille GILLOT | -1/+8 |
| 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 | -22/+81 |
| 2022-06-15 | simply the IfEq bound -- we only ever use a region | Niko Matsakis | -3/+8 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -13/+15 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -2/+2 |
| 2022-06-13 | remove unnecessary `to_string` and `String::new` | Takayuki Maeda | -16/+16 |
| 2022-06-12 | Fix erroneous span for borrowck error | Michael Goulet | -10/+14 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -13/+15 |
| 2022-06-10 | bound_vars -> infer: don't return lt map | lcnr | -7/+5 |
| 2022-06-10 | only expect lb lt for fn calls in mir typeck | lcnr | -6/+8 |
| 2022-06-07 | Auto merge of #97081 - oli-obk:outlives_query_fast_path, r=jackh726 | bors | -1/+1 |
| 2022-06-03 | Rollup merge of #97415 - cjgillot:is-late-bound-solo, r=estebank | Dylan DPC | -4/+4 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -2/+2 |
| 2022-06-03 | Manipulate lifetimes by LocalDefId for region resolution. | Camille GILLOT | -2/+2 |
| 2022-06-03 | Rollup merge of #97653 - RalfJung:int-to-ptr, r=oli-obk | Dylan DPC | -13/+37 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -13/+37 |
| 2022-06-02 | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebank | Dylan DPC | -4/+6 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -1/+1 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -3/+17 |
| 2022-05-29 | Handle anonymous lifetimes properly in diagnostics. | Camille GILLOT | -4/+6 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -3/+5 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -2/+4 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -64/+263 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-05-26 | rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint... | b-naber | -21/+16 |
| 2022-05-25 | suggest constraining dyn trait in impl in NLL | b-naber | -28/+197 |
| 2022-05-25 | add def_id and substs to ConstraintCategory::CallArgument | b-naber | -36/+71 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -25/+24 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -14/+18 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -199/+217 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -6/+6 |
| 2022-05-16 | Some tracing cleanups | Oli Scherer | -1/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -4/+9 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -4/+5 |
| 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 | Introduce EarlyBinder | Jack Huey | -5/+9 |
| 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 |