| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -1/+1 |
| 2022-11-21 | Unreserve braced enum variants in value namespace | Vadim Petrochenkov | -330/+158 |
| 2022-11-21 | Auto merge of #104120 - mejrs:diag, r=davidtwco | bors | -132/+167 |
| 2022-11-21 | Coercions work now | Eric Holk | -1/+1 |
| 2022-11-21 | Add a test case for async dyn* traits | Eric Holk | -0/+36 |
| 2022-11-21 | rustdoc: add test case for pointer cursor | Michael Howell | -0/+24 |
| 2022-11-21 | Auto merge of #104673 - matthiaskrgr:rollup-85f65ov, r=matthiaskrgr | bors | -100/+84 |
| 2022-11-21 | Fix make test | mejrs | -3/+3 |
| 2022-11-21 | Improve slug name error | mejrs | -0/+35 |
| 2022-11-21 | Fix tests | mejrs | -129/+129 |
| 2022-11-21 | Rollup merge of #104667 - WaffleLapkin:unfmttest, r=Dylan-DPC | Matthias Krüger | -5/+5 |
| 2022-11-21 | Rollup merge of #104662 - nnethercote:tweak-deriving-for-packed-non-copy, r=j... | Matthias Krüger | -17/+6 |
| 2022-11-21 | Rollup merge of #104628 - alex-pinkus:revert-android-ndk-upgrade, r=pietroalbini | Matthias Krüger | -29/+42 |
| 2022-11-21 | Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-11-21 | Rollup merge of #104511 - dpaoliello:privateglobalworkaround, r=michaelwoerister | Matthias Krüger | -0/+16 |
| 2022-11-21 | Rollup merge of #104499 - Enselic:no-method-in-rustdoc-json, r=GuillaumeGomez | Matthias Krüger | -48/+14 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -79/+230 |
| 2022-11-21 | Only declare bindings for if-let guards once per arm | Léo Lanteri Thauvin | -0/+7 |
| 2022-11-21 | Revert formatting changes of a test | Maybe Waffle | -5/+5 |
| 2022-11-21 | Extend GUI test for alias search result | Guillaume Gomez | -17/+36 |
| 2022-11-21 | Migrate search result alias to CSS variables | Guillaume Gomez | -24/+16 |
| 2022-11-20 | rustdoc: factor out common button CSS | Michael Howell | -8/+4 |
| 2022-11-21 | Auto merge of #103454 - camsteffen:remove-conservatively-uninhabited, r=oli-obk | bors | -3/+3 |
| 2022-11-21 | Streamline deriving on packed structs. | Nicholas Nethercote | -17/+6 |
| 2022-11-21 | Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa | bors | -0/+39 |
| 2022-11-20 | Factor out conservative_is_privately_uninhabited | Cameron Steffen | -2/+2 |