| Age | Commit message (Expand) | Author | Lines |
| 2022-06-23 | Rollup merge of #98365 - jyn514:improve-obligation-errors-review-comments, r=... | Michael Goulet | -1/+15 |
| 2022-06-21 | Address review comments from #98259 | Joshua Nelson | -1/+15 |
| 2022-06-19 | Move RegionKind to rustc_type_ir | Jack Huey | -3/+9 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -33/+67 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2022-06-14 | Separate `source_span` and `expn_that_defined` from `Definitions`. | Camille GILLOT | -6/+44 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -39/+35 |
| 2022-06-14 | rebase | b-naber | -45/+19 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -21/+47 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -6/+6 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -1/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -3/+3 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -39/+1 |
| 2022-06-06 | Rollup merge of #97312 - cjgillot:no-path-in-scope, r=compiler-errors | Dylan DPC | -5/+1 |
| 2022-06-04 | Rollup merge of #97609 - Elliot-Roberts:unused-trait-refactor, r=cjgillot | Matthias Krüger | -2/+2 |
| 2022-06-04 | Iterate over `maybe_unused_trait_imports` when checking dead trait imports | Elliot Roberts | -2/+2 |
| 2022-06-04 | Completely remove LifetimeScopeForPath. | Camille GILLOT | -5/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -39/+1 |
| 2022-06-03 | Compute `is_late_bound` in a separate query. | Camille GILLOT | -0/+7 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -10/+1 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -37/+1 |
| 2022-05-28 | Fix TyKind lint, make consts no longer fn, etc | Michael Goulet | -0/+2 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -1/+1 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -105/+70 |
| 2022-05-25 | try to cache region_scope_tree as a query | Ding Xiang Fei | -8/+0 |
| 2022-05-22 | Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis | bors | -0/+16 |
| 2022-05-22 | factor out the rvalue lifetime rule | Ding Xiang Fei | -0/+16 |
| 2022-05-22 | Auto merge of #97177 - oli-obk:const-stability, r=davidtwco | bors | -1/+16 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -1/+1 |
| 2022-05-19 | Proper const stability check, default to unstable | Jacob Pratt | -0/+15 |
| 2022-05-19 | Add and use stability helper methods | Jacob Pratt | -1/+1 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+2 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -7/+6 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -6/+7 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -2/+1 |
| 2022-05-09 | review | lcnr | -0/+23 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -2/+3 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -2/+3 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-16 | Provide a better diagnostic on failure to meet send bound on futures in a for... | oribenshir | -0/+32 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -58/+2 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -58/+2 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -5/+0 |
| 2022-04-09 | Auto merge of #95524 - oli-obk:cached_stable_hash_cleanups, r=nnethercote | bors | -9/+10 |
| 2022-04-07 | Document and rename the new wrapper type | Oli Scherer | -8/+10 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-03-31 | Move stable hash from TyS into a datastructure that can be shared with other ... | Oli Scherer | -9/+8 |
| 2022-03-28 | Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" | Oli Scherer | -3/+8 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -7/+13 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -48/+8 |