| Age | Commit message (Expand) | Author | Lines |
| 2022-11-24 | effective visibility: Fix private visibility calculation for modules | Vadim Petrochenkov | -1/+1 |
| 2022-11-24 | effective visibility: Remove questionable optimizations | Vadim Petrochenkov | -6/+50 |
| 2022-11-23 | Account for closures | Esteban Küber | -19/+0 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -18/+328 |
| 2022-11-23 | review comments: inline bindings and fix typo | Esteban Küber | -19/+19 |
| 2022-11-23 | Fix rebase | Esteban Küber | -0/+5 |
| 2022-11-23 | Tweak output to account for alternative bindings in the same pattern | Esteban Küber | -8/+2 |
| 2022-11-23 | Fix wording | Esteban Küber | -19/+19 |
| 2022-11-23 | Tweak output in for loops | Esteban Küber | -16/+0 |
| 2022-11-23 | Remove logic duplication | Esteban Küber | -19/+19 |
| 2022-11-23 | Do not suggest `ref` multiple times for the same binding | Esteban Küber | -8/+0 |
| 2022-11-23 | Suggest `.clone()` or `ref binding` on E0382 | Esteban Küber | -20/+905 |
| 2022-11-23 | add invariance test | b-naber | -0/+24 |
| 2022-11-23 | Separate lifetime ident from resolution in HIR. | Camille GILLOT | -4/+4 |
| 2022-11-23 | add more tests | b-naber | -0/+31 |
| 2022-11-23 | add tests | b-naber | -0/+21 |
| 2022-11-23 | Bump the const eval step limit | Oli Scherer | -4/+4 |
| 2022-11-23 | Add regression test for issue 99938 | est31 | -0/+31 |
| 2022-11-23 | Use nicer spans for `deref_into_dyn_supertrait` | Maybe Waffle | -10/+7 |
| 2022-11-23 | Make `deref_into_dyn_supertrait` lint the impl and not the usage | Maybe Waffle | -6/+14 |
| 2022-11-23 | Rollup merge of #104751 - nnethercote:fix-104620, r=petrochenkov | Dylan DPC | -0/+12 |
| 2022-11-23 | Rollup merge of #104744 - notriddle:notriddle/struct-fields-display-block, r=... | Dylan DPC | -0/+10 |
| 2022-11-23 | Rollup merge of #104286 - ozkanonur:fix-doc-bootstrap-recompilation, r=jyn514 | Dylan DPC | -0/+37 |
| 2022-11-23 | Rollup merge of #104269 - compiler-errors:hang-in-where-clause-sugg, r=lcnr | Dylan DPC | -0/+68 |
| 2022-11-23 | Auto merge of #102750 - the8472:opt-field-order, r=wesleywiser | bors | -25/+47 |
| 2022-11-23 | Fix #104639, find the right lower bound region in the scenario of partial ord... | yukang | -0/+10 |
| 2022-11-23 | Add fatal overflow test | Michael Goulet | -0/+41 |
| 2022-11-23 | Do not need to account for overflow in predicate_can_apply | Michael Goulet | -0/+27 |
| 2022-11-22 | Consolidate rustdoc's lint passes into a single pass | Noah Lev | -6/+2 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -0/+41 |
| 2022-11-22 | Rollup merge of #104359 - Nilstrieb:plus-one, r=fee1-dead | Manish Goregaokar | -33/+56 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -160/+292 |
| 2022-11-23 | Pass InferCtxt to DropRangeVisitor so we can resolve vars | Michael Goulet | -0/+168 |
| 2022-11-23 | Fix an ICE parsing a malformed attribute. | Nicholas Nethercote | -0/+12 |
| 2022-11-22 | add tests for field ordering optimization | The 8472 | -0/+21 |
| 2022-11-22 | fix tests, update size asserts | The 8472 | -25/+26 |
| 2022-11-22 | rustdoc: make struct fields `display: block` | Michael Howell | -0/+10 |
| 2022-11-23 | Rollup merge of #104724 - WaffleLapkin:to_def_idn't, r=compiler-errors | Yuki Okushi | -9/+32 |
| 2022-11-23 | Rollup merge of #104722 - mejrs:stress, r=ChrisDenton | Yuki Okushi | -16/+51 |
| 2022-11-23 | Rollup merge of #104717 - GuillaumeGomez:test-projection-used-as-const-generi... | Yuki Okushi | -0/+31 |
| 2022-11-23 | Rollup merge of #102293 - ecnelises:aix.initial, r=davidtwco | Yuki Okushi | -1/+1 |
| 2022-11-22 | Speed up mpsc_stress test | mejrs | -16/+51 |
| 2022-11-22 | Fix `ClosureKind::to_def_id` | Maybe Waffle | -9/+32 |
| 2022-11-22 | Add failing test for projections used as const generic | Guillaume Gomez | -0/+31 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -0/+36 |
| 2022-11-22 | Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi... | Dylan DPC | -0/+7 |
| 2022-11-22 | Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -0/+29 |
| 2022-11-22 | Auto merge of #103578 - petrochenkov:nofict, r=nagisa | bors | -294/+122 |
| 2022-11-22 | Tests for bad --extern library path and file | Steven Tang | -0/+41 |
| 2022-11-21 | Fix incorrect span when using byte-escaped rbrace | Cassaundra Smith | -0/+28 |