| Age | Commit message (Expand) | Author | Lines |
| 2022-09-30 | rustdoc: remove unused CSS selector `a.source` | Michael Howell | -1/+0 |
| 2022-10-01 | Auto merge of #101969 - reez12g:issue-101306, r=reez12g | bors | -0/+2 |
| 2022-10-01 | Add a comment to downloading fmt statement | Rento Ezoe | -0/+1 |
| 2022-09-30 | Auto merge of #102517 - nikic:update-llvm-8, r=cuviper | bors | -0/+0 |
| 2022-09-30 | Rollup merge of #102505 - notriddle:sub-variant-h4, r=GuillaumeGomez | Matthias Krüger | -2/+0 |
| 2022-09-30 | Rollup merge of #102495 - nnethercote:reinstate-hir-stats, r=lqd | Matthias Krüger | -1/+0 |
| 2022-09-30 | Rollup merge of #102421 - lyming2007:issue-101866, r=lcnr | Matthias Krüger | -0/+33 |
| 2022-09-30 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2022-09-30 | Rollup merge of #102491 - notriddle:notriddle/sidebar-opacity, r=GuillaumeGomez | Matthias Krüger | -13/+8 |
| 2022-09-30 | Rollup merge of #102481 - notriddle:notriddle/rust-example-rendered, r=Guilla... | Matthias Krüger | -5/+0 |
| 2022-09-30 | Rollup merge of #102350 - TaKO8Ki:incomplete-fn-in-struct-definition, r=fee1-... | Matthias Krüger | -5/+27 |
| 2022-09-30 | rustdoc: remove no-op CSS `h3.variant, .sub-variant h4 { border-bottom: none }` | Michael Howell | -2/+0 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+20 |
| 2022-09-30 | Reinstate `hir-stats.rs` test for stage 1. | Nicholas Nethercote | -1/+0 |
| 2022-09-29 | Auto merge of #101887 - nnethercote:shrink-Res, r=spastorino | bors | -56/+66 |
| 2022-09-29 | rustdoc: update test case now that the UI animation is removed | Michael Howell | -11/+8 |
| 2022-09-29 | rustdoc: remove no-op source sidebar `opacity` | Michael Howell | -2/+0 |
| 2022-09-29 | remove the unused :: between trait and type to give user correct diagnostic i... | Yiming Lei | -0/+33 |
| 2022-09-29 | Rollup merge of #102468 - RalfJung:tidy, r=jyn514 | Michael Howell | -18/+15 |
| 2022-09-29 | Rollup merge of #102447 - notriddle:notriddle/method-toggle, r=jsha | Michael Howell | -8/+9 |
| 2022-09-29 | Rollup merge of #102442 - notriddle:notriddle/header-weight, r=GuillaumeGomez | Michael Howell | -8/+7 |
| 2022-09-29 | Rollup merge of #102437 - notriddle:notriddle/margin-top-h2, r=jsha | Michael Howell | -0/+7 |
| 2022-09-29 | Rollup merge of #102214 - cassaundra:fix-format-args-span, r=cjgillot | Michael Howell | -0/+64 |
| 2022-09-29 | rustdoc: remove unneeded CSS `.rust-example-rendered { position }` | Michael Howell | -5/+0 |
| 2022-09-29 | more clear function and variable names | Ralf Jung | -17/+14 |
| 2022-09-29 | Rollup merge of #102436 - notriddle:notriddle/normalize-form, r=GuillaumeGomez | Dylan DPC | -13/+11 |
| 2022-09-29 | Rollup merge of #102336 - compiler-errors:issue-102333, r=jackh726 | Dylan DPC | -0/+15 |
| 2022-09-29 | make tidy dependency error less confusing | Ralf Jung | -1/+1 |
| 2022-09-29 | Auto merge of #102328 - cuviper:ibm-stack-probes, r=nagisa | bors | -30/+71 |
| 2022-09-29 | Auto merge of #102450 - JohnTitor:rollup-ahleg93, r=JohnTitor | bors | -24/+107 |
| 2022-09-28 | rustdoc: add method spacing to trait methods | Michael Howell | -8/+9 |
| 2022-09-29 | Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnr | Yuki Okushi | -0/+34 |
| 2022-09-29 | Rollup merge of #102393 - Rageking8:add-regression-test-for-issue-94923, r=Jo... | Yuki Okushi | -0/+49 |
| 2022-09-29 | Rollup merge of #102368 - beetrees:nano-niche, r=joshtriplett | Yuki Okushi | -2/+2 |
| 2022-09-29 | Rollup merge of #102351 - Rageking8:improve-E0585, r=wesleywiser | Yuki Okushi | -19/+19 |
| 2022-09-29 | Rollup merge of #98368 - sunfishcode:sunfishcode/std-os-fd, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2022-09-29 | Auto merge of #101833 - jyn514:cross-compile-compiler-builtins, r=Mark-Simula... | bors | -22/+40 |
| 2022-09-28 | rustdoc: remove bad CSS font-weight on `.impl`, `.method`, etc | Michael Howell | -8/+7 |
| 2022-09-29 | Shrink `hir::def::Res`. | Nicholas Nethercote | -56/+66 |
| 2022-09-28 | rustdoc: clean up "normalize.css 8" input override CSS | Michael Howell | -13/+11 |
| 2022-09-28 | Auto merge of #102384 - camelid:extrainfo, r=GuillaumeGomez | bors | -31/+20 |
| 2022-09-28 | rustdoc: cut margin-top from first header in docblock | Michael Howell | -0/+7 |
| 2022-09-28 | Fix span of byte-escaped left format args brace | Cassaundra Smith | -0/+64 |
| 2022-09-28 | Auto merge of #100719 - CohenArthur:rust-safe-intrinsic-attribute, r=wesleywiser | bors | -4/+46 |
| 2022-09-28 | Add a niche to `Duration`, unix `SystemTime`, and non-apple `Instant` | beetrees | -2/+2 |
| 2022-09-29 | improve E0585 help | Rageking8 | -19/+19 |
| 2022-09-28 | Auto merge of #101454 - cjgillot:concat-binders, r=estebank | bors | -6/+67 |
| 2022-09-28 | Auto merge of #101619 - Xiretza:rustc_parse-session-diagnostics, r=davidtwco | bors | -25/+39 |
| 2022-09-28 | add test | b-naber | -0/+34 |
| 2022-09-28 | add regression test | Rageking8 | -0/+49 |