| Age | Commit message (Expand) | Author | Lines |
| 2022-11-23 | add more tests | b-naber | -0/+31 |
| 2022-11-23 | add tests | b-naber | -0/+21 |
| 2022-11-23 | Auto merge of #102750 - the8472:opt-field-order, r=wesleywiser | bors | -25/+47 |
| 2022-11-23 | Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearth | bors | -254/+413 |
| 2022-11-22 | Rollup merge of #104750 - mati865:bump-fd-lock-again, r=jyn514 | Manish Goregaokar | -61/+22 |
| 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/+294 |
| 2022-11-23 | Auto merge of #104752 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2022-11-23 | Update cargo | Weihang Lo | -0/+0 |
| 2022-11-23 | Bump `fd-lock` in `bootstrap` again | Mateusz Mikuła | -61/+22 |
| 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-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 #104720 - notriddle:notriddle/popover-before-display-inline, ... | Yuki Okushi | -2/+0 |
| 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/+2 |
| 2022-11-22 | Speed up mpsc_stress test | mejrs | -16/+51 |
| 2022-11-22 | Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -18373/+8247 |
| 2022-11-22 | Fix `ClosureKind::to_def_id` | Maybe Waffle | -9/+32 |
| 2022-11-22 | rustdoc: remove no-op CSS `a.test-arrow { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | rustdoc: remove no-op CSS `.popover::before { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | Add failing test for projections used as const generic | Guillaume Gomez | -0/+31 |
| 2022-11-22 | Clippy: Workaround for let_chains issue | Philipp Krones | -5/+6 |
| 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 | -330/+158 |
| 2022-11-22 | Tests for bad --extern library path and file | Steven Tang | -0/+41 |
| 2022-11-22 | Rollup merge of #104622 - nicholasbishop:bishop-uefi-clang, r=Mark-Simulacrum | Manish Goregaokar | -1/+59 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -11/+1 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -0/+39 |
| 2022-11-22 | Auto merge of #104696 - matthiaskrgr:rollup-gi1pdb0, r=matthiaskrgr | bors | -69/+165 |
| 2022-11-22 | Rollup merge of #104666 - GuillaumeGomez:migrate-alias-search-result, r=notri... | Matthias Krüger | -41/+52 |
| 2022-11-22 | Rollup merge of #104663 - notriddle:notriddle/button-cursor, r=GuillaumeGomez | Matthias Krüger | -8/+28 |
| 2022-11-22 | Rollup merge of #104657 - hi-rustin:rustin-patch-check-transmute, r=compiler-... | Matthias Krüger | -0/+19 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-11-22 | Rollup merge of #104597 - compiler-errors:need_migrate_deref_output_trait_obj... | Matthias Krüger | -2/+2 |
| 2022-11-22 | Rollup merge of #104559 - nnethercote:split-MacArgs, r=petrochenkov | Matthias Krüger | -16/+20 |
| 2022-11-22 | Rollup merge of #104557 - eholk:dyn-star-in-traits, r=compiler-errors | Matthias Krüger | -0/+36 |
| 2022-11-22 | Rollup merge of #104416 - clubby789:fix-104414, r=eholk | Matthias Krüger | -1/+7 |
| 2022-11-22 | Split `MacArgs` in two. | Nicholas Nethercote | -16/+20 |
| 2022-11-21 | Auto merge of #104533 - oli-obk:method_callee, r=lcnr | bors | -28/+56 |
| 2022-11-21 | Simplify test | Oli Scherer | -3/+1 |
| 2022-11-21 | Use `as_closure` helper method | Oli Scherer | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -12/+8 |
| 2022-11-21 | Fix clippy's missing substs | Oli Scherer | -13/+19 |
| 2022-11-21 | Fix an ICE that I just made worse | Oli Scherer | -0/+28 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -4/+4 |