| Age | Commit message (Expand) | Author | Lines |
| 2022-09-09 | Rollup merge of #101492 - TaKO8Ki:suggest-adding-array-length-to-ref-to-array... | Guillaume Gomez | -5/+89 |
| 2022-09-09 | Auto merge of #101603 - matthiaskrgr:rollup-8y6kf20, r=matthiaskrgr | bors | -41/+82 |
| 2022-09-09 | Rollup merge of #101556 - compiler-errors:tweak-generator-print, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-09-09 | Rollup merge of #101253 - lyming2007:issue-101163, r=Amanieu | Matthias Krüger | -36/+36 |
| 2022-09-09 | Rollup merge of #99207 - 5225225:msan-eager-checks, r=jackh726 | Matthias Krüger | -4/+45 |
| 2022-09-09 | Adjust pretty printing of RPITITs | Michael Goulet | -10/+10 |
| 2022-09-09 | Tweak feature error, add test | Michael Goulet | -1/+28 |
| 2022-09-09 | Handle generic parameters. | Camille GILLOT | -4/+32 |
| 2022-09-09 | Deeply check that method signatures match, and allow for nested RPITITs | Michael Goulet | -0/+83 |
| 2022-09-09 | Bless tests, fix ICE with ImplTraitPlaceholder | Michael Goulet | -176/+218 |
| 2022-09-09 | Add tests | Michael Goulet | -0/+140 |
| 2022-09-08 | Auto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r=Dylan-DPC | bors | -20/+229 |
| 2022-09-08 | Rollup merge of #101515 - chenyukang:fix-101477, r=fee1-dead | Dylan DPC | -0/+54 |
| 2022-09-08 | Rollup merge of #101424 - compiler-errors:operator-err-sugg, r=TaKO8Ki | Dylan DPC | -13/+51 |
| 2022-09-08 | Rollup merge of #98933 - oli-obk:opaque_type_late_bound_lifetimes, r=lcnr | Dylan DPC | -7/+124 |
| 2022-09-08 | Auto merge of #101467 - nnethercote:shrink-hir-Ty-Pat, r=spastorino | bors | -38/+39 |
| 2022-09-08 | fix the suggestion of format for asm_sub_register | Yiming Lei | -36/+36 |
| 2022-09-08 | Auto merge of #98900 - lcnr:region-stuff, r=jackh726 | bors | -45/+7 |
| 2022-09-08 | stop evaluating constants in `Relate` | lcnr | -45/+7 |
| 2022-09-08 | Clarify some diagnostic messages | Oli Scherer | -11/+20 |
| 2022-09-08 | Uncomment unsound code example | Oli Scherer | -2/+2 |
| 2022-09-08 | Opaque types' generic params do not imply anything about their hidden type's ... | Oli Scherer | -4/+112 |
| 2022-09-08 | fixes #101477: Recover from typo where == is used in place of = | yukang | -0/+54 |
| 2022-09-08 | Rollup merge of #101399 - cjgillot:borrowck-binding-span, r=estebank | Dylan DPC | -222/+171 |
| 2022-09-08 | Introduce `DotDotPos`. | Nicholas Nethercote | -12/+12 |
| 2022-09-08 | Arena-allocate `hir::Lifetime`. | Nicholas Nethercote | -34/+35 |
| 2022-09-08 | We can print futures with {integer} too | Michael Goulet | -1/+1 |
| 2022-09-08 | Adjust spacing in suggestion, add a test | Michael Goulet | -8/+46 |
| 2022-09-08 | Add associated item binding to non-param-ty where clause suggestions | Michael Goulet | -2/+2 |
| 2022-09-08 | Avoid source-map call in operator error | Michael Goulet | -5/+5 |
| 2022-09-07 | Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk | bors | -25/+105 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -22/+102 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -3/+3 |
| 2022-09-07 | Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-... | Matthias Krüger | -2/+13 |
| 2022-09-07 | Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank | Yuki Okushi | -0/+56 |
| 2022-09-07 | Rollup merge of #101468 - spastorino:fix-ice-rpit-hrtb-without-dyn, r=cjgillot | Yuki Okushi | -0/+43 |
| 2022-09-07 | do not suggest a semicolon for a macro without `!` | Takayuki Maeda | -2/+13 |
| 2022-09-06 | Shrink span for bindings with subpatterns. | Camille GILLOT | -222/+171 |
| 2022-09-07 | suggest adding array lengths to references to arrays | Takayuki Maeda | -5/+89 |
| 2022-09-06 | add list of recognized repr attributes to the unrecognized repr error | asquared31415 | -0/+56 |
| 2022-09-06 | Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-dead | Guillaume Gomez | -3/+48 |
| 2022-09-06 | Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol... | Guillaume Gomez | -10/+44 |
| 2022-09-06 | Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obk | Guillaume Gomez | -232/+232 |
| 2022-09-06 | fix RPIT ICE for implicit HRTB when missing dyn | Santiago Pastorino | -0/+43 |
| 2022-09-06 | Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPC | bors | -0/+91 |
| 2022-09-06 | Rollup merge of #101427 - compiler-errors:issue-101421, r=cjgillot | Dylan DPC | -0/+71 |
| 2022-09-06 | Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnr | Dylan DPC | -0/+20 |
| 2022-09-06 | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | -0/+31 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -0/+20 |
| 2022-09-06 | Auto merge of #101359 - compiler-errors:cannot-call-trait-object-with-unsized... | bors | -3/+1 |