| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -33/+36 |
| 2022-05-06 | Rollup merge of #96733 - SparrowLii:place_to_string, r=davidtwco | Guillaume Gomez | -132/+78 |
| 2022-05-06 | Auto merge of #96268 - jackh726:remove-mutable_borrow_reservation_conflict-li... | bors | -69/+8 |
| 2022-05-06 | turn `append_place_to_string` from recursion into iteration | SparrowLii | -132/+78 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -33/+36 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -1/+1 |
| 2022-04-29 | Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebank | bors | -41/+12 |
| 2022-04-29 | errors: `span_suggestion` takes `impl ToString` | David Wood | -1/+1 |
| 2022-04-28 | Check that repeat expression elements are Copy (ignoring lifetimes) in typeck... | Oli Scherer | -41/+12 |
| 2022-04-27 | Recover suggestions to introduce named lifetime under NLL | marmeladema | -1/+34 |
| 2022-04-27 | Rollup merge of #96385 - marmeladema:nll-fix-trait-lifetime-bound-suggestions... | Dylan DPC | -77/+42 |
| 2022-04-25 | simplify `describe_field` func in borrowck's diagnostics part | SparrowLii | -19/+10 |
| 2022-04-25 | Recover most `impl Trait` and `dyn Trait` lifetime bound suggestions under NLL | marmeladema | -77/+42 |
| 2022-04-24 | Rollup merge of #96352 - marmeladema:fix-nll-lifetime-bound-suggestions, r=ja... | Matthias Krüger | -1/+5 |
| 2022-04-24 | make `classify_drop_access_kind` iterate | SparrowLii | -35/+38 |
| 2022-04-24 | Recover missing suggestion part under NLL | marmeladema | -1/+4 |
| 2022-04-24 | Improve span for `consider adding an explicit lifetime bound` suggestions und... | marmeladema | -0/+1 |
| 2022-04-22 | Rollup merge of #96315 - SparrowLii:graph_lt, r=petrochenkov | Matthias Krüger | -6/+3 |
| 2022-04-22 | Make the lifetime accurate which is used in the region constraints part | SparrowLii | -6/+3 |
| 2022-04-21 | Rollup merge of #96248 - TaKO8Ki:remove-unnecessary-format-args, r=compiler-e... | Dylan DPC | -1/+1 |
| 2022-04-20 | Remove mutable_borrow_reservation_conflict lint | Jack Huey | -69/+8 |
| 2022-04-20 | remove an unnecessary format arg | Takayuki Maeda | -1/+1 |
| 2022-04-19 | Add an explicit `Span` field to `OutlivesConstraint` | Aaron Hill | -6/+28 |
| 2022-04-17 | Lint elided lifetimes in path on the AST. | Camille GILLOT | -1/+1 |
| 2022-04-11 | Add new `MutatatingUseContext`s for deinit and `SetDiscriminant` | Jakob Degen | -0/+4 |
| 2022-04-11 | Add new `Deinit` statement kind | Jakob Degen | -28/+10 |
| 2022-04-10 | Auto merge of #95889 - Dylan-DPC:rollup-1cmywu4, r=Dylan-DPC | bors | -9/+31 |