| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | Add `rustc_allow_const_fn_unstable` annotations to pre-existing `Layout` methods | Scott McMurray | -1/+7 |
| 2022-09-20 | Add `ptr::Alignment` type | Scott McMurray | -53/+90 |
| 2022-09-17 | Auto merge of #101890 - rust-lang:pa-bump-version, r=pietroalbini | bors | -1/+1 |
| 2022-09-17 | Auto merge of #101857 - lcnr:make-dyn-again, r=jackh726 | bors | -23/+20 |
| 2022-09-17 | Auto merge of #101938 - Dylan-DPC:rollup-6vlohhs, r=Dylan-DPC | bors | -236/+437 |
| 2022-09-17 | Rollup merge of #101931 - msakuta:master, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-17 | Rollup merge of #101915 - notriddle:notriddle/redirect, r=GuillaumeGomez | Dylan DPC | -1/+1 |
| 2022-09-17 | Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnr | Dylan DPC | -19/+96 |
| 2022-09-17 | Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta... | Dylan DPC | -3/+37 |
| 2022-09-17 | Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obk | Dylan DPC | -1/+132 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -211/+170 |
| 2022-09-17 | Auto merge of #101784 - reitermarkus:const-memchr, r=thomcc | bors | -25/+23 |
| 2022-09-17 | Auto merge of #101928 - notriddle:rollup-pexhhxe, r=notriddle | bors | -212/+307 |
| 2022-09-17 | Fix a typo in docstring | msakuta | -1/+1 |
| 2022-09-16 | Rollup merge of #101921 - est31:bootstrap_cfg_rustdoc, r=joshtriplett | Michael Howell | -4/+13 |
| 2022-09-16 | Rollup merge of #101914 - aDotInTheVoid:rdj-path-union-docs, r=jsha | Michael Howell | -1/+9 |
| 2022-09-16 | Rollup merge of #101911 - notriddle:notriddle/source-content, r=GuillaumeGomez | Michael Howell | -2/+0 |
| 2022-09-16 | Rollup merge of #101898 - GuillaumeGomez:rm-unused-css, r=notriddle | Michael Howell | -105/+46 |
| 2022-09-16 | Rollup merge of #101878 - Rageking8:More-simple-formatting, r=lcnr | Michael Howell | -48/+48 |
| 2022-09-16 | Rollup merge of #101782 - JhonnyBillM:refactor-symbol-mangling-diags-migratio... | Michael Howell | -39/+35 |
| 2022-09-16 | Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry | Michael Howell | -11/+21 |
| 2022-09-16 | Rollup merge of #101340 - andrewpollack:fuchsia-zxdb-docs, r=tmandry | Michael Howell | -2/+135 |
| 2022-09-17 | Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr | bors | -324/+384 |
| 2022-09-16 | Pass --cfg=bootstrap for rustdoc for proc_macro crates | est31 | -4/+13 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -11/+423 |
| 2022-09-16 | doc: fix redirected link in `/index.html` | Michael Howell | -1/+1 |
| 2022-09-16 | Adding needs-unwind arg to applicable compiler ui tests | Andrew Pollack | -11/+21 |
| 2022-09-16 | Adding Fuchsia zxdb debugging walkthrough to docs | Andrew Pollack | -2/+135 |
| 2022-09-16 | Document that ResolvedPath can also be a union | Nixon Enraght-Moony | -1/+9 |
| 2022-09-16 | rustdoc: remove no-op CSS `.source .content { max-width: none }` | Michael Howell | -1/+0 |
| 2022-09-16 | rustdoc: remove no-op CSS `.source .content { margin-left: 0 }` | Michael Howell | -1/+0 |
| 2022-09-16 | fix typo in comment noted by bjorn3. | Felix S. Klock II | -1/+1 |
| 2022-09-16 | Do not run run-make test tied to unix-style `$(CC)` on MSVC host. | Felix S. Klock II | -0/+2 |
| 2022-09-16 | Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakis | bors | -495/+179 |
| 2022-09-16 | Remove unneeded empty ayu CSS rules | Guillaume Gomez | -21/+3 |
| 2022-09-16 | Remove unused `.block a.current*` rules | Guillaume Gomez | -48/+51 |
| 2022-09-16 | Remove some unused CSS rules | Guillaume Gomez | -62/+18 |
| 2022-09-16 | Add test for #101844 | Jack Huey | -0/+73 |
| 2022-09-16 | Revert "Better errors for implied static bound" | Jack Huey | -330/+98 |
| 2022-09-16 | Revert "Use Predicate ConstraintCategory when normalizing" | Jack Huey | -172/+15 |
| 2022-09-16 | Auto merge of #101895 - GuillaumeGomez:rollup-ured85q, r=GuillaumeGomez | bors | -453/+542 |
| 2022-09-16 | more simple formatting | Rageking8 | -48/+48 |
| 2022-09-16 | Rollup merge of #101877 - notriddle:notriddle/block, r=Dylan-DPC | Guillaume Gomez | -3/+0 |
| 2022-09-16 | Rollup merge of #101868 - notriddle:notriddle/short-links-jump-to-definition,... | Guillaume Gomez | -19/+54 |
| 2022-09-16 | Rollup merge of #101859 - Rageking8:slight-vertical-formatting, r=compiler-er... | Guillaume Gomez | -12/+12 |
| 2022-09-16 | Rollup merge of #101843 - chenyukang:fix-101797, r=oli-obk | Guillaume Gomez | -4/+43 |
| 2022-09-16 | Rollup merge of #101825 - spastorino:fix-rpit-changes, r=oli-obk | Guillaume Gomez | -176/+137 |
| 2022-09-16 | Rollup merge of #101813 - GuillaumeGomez:check-css-variables, r=notriddle | Guillaume Gomez | -233/+296 |
| 2022-09-16 | Rollup merge of #101494 - jsha:notable-traits-right, r=GuillaumeGomez | Guillaume Gomez | -6/+0 |
| 2022-09-16 | Auto merge of #101860 - oli-obk:information_throwing, r=compiler-errors | bors | -26/+22 |