| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-04-10 | Rollup merge of #95807 - TaKO8Ki:suggest-local-var-for-vector, r=fee1-dead | Dylan DPC | -9/+31 |
| 2022-04-10 | Store LocalDefId in is_late_bound_map. | Camille GILLOT | -5/+3 |
| 2022-04-10 | Avoid accessing HIR from MIR queries. | Camille GILLOT | -14/+15 |
| 2022-04-09 | use `format-args-capture` and remove unnecessary nested blocks | Takayuki Maeda | -133/+116 |
| 2022-04-08 | suggest adding a local for vector to fix borrowck errors | Takayuki Maeda | -9/+31 |
| 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 | -13/+25 |
| 2022-04-06 | Check that all hidden types are the same and then deduplicate them. | Oli Scherer | -62/+80 |
| 2022-04-05 | Rollup merge of #95670 - TaKO8Ki:remove-unused-function-parameters, r=davidtwco | Dylan DPC | -12/+3 |
| 2022-04-05 | remove unused function parameters | Takayuki Maeda | -12/+3 |
| 2022-04-05 | Rollup merge of #95607 - compiler-errors:issue-95272, r=Aaron1011 | Dylan DPC | -4/+15 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+1 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -4/+4 |
| 2022-04-04 | Format invariance notes with backticks | Michael Goulet | -4/+4 |
| 2022-04-04 | Handle reporting invariance of fn pointer | Michael Goulet | -0/+11 |
| 2022-03-31 | update comment | lcnr | -2/+4 |