| Age | Commit message (Expand) | Author | Lines |
| 2023-03-10 | Moved thread_local implementation to sys::common | Ayush Singh | -2/+0 |
| 2023-03-10 | Auto merge of #108977 - matthiaskrgr:rollup-1bnl1hu, r=matthiaskrgr | bors | -3/+8 |
| 2023-03-10 | bootstrap: document tidy | Alex Huang | -0/+2 |
| 2023-03-10 | Auto merge of #102256 - cjgillot:let-under, r=lcnr | bors | -0/+1 |
| 2023-03-10 | Rollup merge of #108963 - jhheider:fix-CI-non-git-builds, r=albertlarsan68 | Matthias Krüger | -1/+1 |
| 2023-03-10 | Rollup merge of #108936 - GuillaumeGomez:rustdoc-anonymous-reexport, r=notriddle | Matthias Krüger | -2/+7 |
| 2023-03-10 | Merge commit '3c06e0b1ce003912f8fe0536d3a7fe22558e38cf' into clippyup | Philipp Krones | -775/+2508 |
| 2023-03-10 | Auto merge of #108934 - matthiaskrgr:rollup-vm414p5, r=matthiaskrgr | bors | -100/+198 |
| 2023-03-09 | only call git on git checkouts | Jacob Heider | -1/+1 |
| 2023-03-09 | rustdoc: handle generics better when matching notable traits | Michael Howell | -6/+55 |
| 2023-03-09 | ci: use `apt install --download-only` for solaris debs | Josh Stone | -6/+4 |
| 2023-03-09 | Introduce a no-op PlaceMention statement for `let _ =`. | Camille GILLOT | -0/+1 |
| 2023-03-09 | Install binaries to the miri toolchain's sysroot | Ben Kimock | -4/+5 |
| 2023-03-09 | Don't hide anonymous re-exports but never inline them | Guillaume Gomez | -2/+7 |
| 2023-03-09 | record the cpu usage in a gitignored directory | Pietro Albini | -2/+3 |
| 2023-03-09 | replace legacy copyright annotations in submodules | Pietro Albini | -81/+8 |
| 2023-03-09 | avoid reuse tripping over copyright notices | Pietro Albini | -0/+35 |
| 2023-03-09 | include directories in grouped licensing information | Pietro Albini | -30/+72 |
| 2023-03-09 | strip leading dots from copyright statements | Pietro Albini | -0/+9 |
| 2023-03-09 | Rollup merge of #108929 - eltociear:patch-20, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2023-03-09 | Rollup merge of #108917 - Ayush1325:tidy-improve, r=workingjubilee | Matthias Krüger | -0/+3 |
| 2023-03-09 | Rollup merge of #108870 - GuillaumeGomez:rustdoc-reexport-of-reexport-of-priv... | Matthias Krüger | -43/+85 |
| 2023-03-09 | Rollup merge of #108778 - jyn514:quiet-fmt, r=albertlarsan68 | Matthias Krüger | -1/+7 |
| 2023-03-09 | Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum... | Matthias Krüger | -53/+100 |
| 2023-03-09 | fix broken collect-license-metadata | Pietro Albini | -2/+2 |
| 2023-03-09 | Auto merge of #108920 - matthiaskrgr:rollup-qrr9a0u, r=matthiaskrgr | bors | -27/+34 |
| 2023-03-09 | Fix typo in span_map.rs | Ikko Eltociear Ashimine | -3/+3 |
| 2023-03-09 | Don't print all modified files if there's more than 10 | Joshua Nelson | -1/+7 |
| 2023-03-08 | Auto merge of #108919 - matthiaskrgr:rollup-g271pm2, r=matthiaskrgr | bors | -3/+41 |
| 2023-03-08 | Rollup merge of #108911 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=n... | Matthias Krüger | -23/+25 |
| 2023-03-08 | Rollup merge of #108898 - ferrocene:pa-libc-check-cfg, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2023-03-08 | Rollup merge of #108856 - Zeegomo:remove-drop-and-rep, r=tmiasko | Matthias Krüger | -4/+0 |
| 2023-03-08 | Rollup merge of #108903 - rust-lang:pa-fix-clippy-tests, r=flip1995 | Matthias Krüger | -0/+40 |
| 2023-03-08 | Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jsha | Matthias Krüger | -3/+1 |
| 2023-03-08 | Auto merge of #108665 - weihanglo:update-cargo, r=weihanglo | bors | -2/+11 |
| 2023-03-08 | Update src/librustdoc/html/static/js/storage.js | Michael Howell | -1/+1 |
| 2023-03-08 | Fix eslint errors | Guillaume Gomez | -0/+1 |
| 2023-03-08 | Only load one CSS theme by default | Michael Howell | -53/+99 |
| 2023-03-09 | Consider target_family as pal | Ayush Singh | -0/+3 |
| 2023-03-08 | Improve rustdoc-gui/tester.js code a bit | Guillaume Gomez | -23/+25 |
| 2023-03-08 | Update cargo | Weihang Lo | -0/+0 |
| 2023-03-08 | Fortify clippy tests. | Camille GILLOT | -21/+24 |
| 2023-03-08 | Remove `identity_future` indirection | Arpad Borsos | -23/+3 |
| 2023-03-08 | move clippy tests back to their intended directory | Pietro Albini | -0/+40 |
| 2023-03-08 | set LIBC_CHECK_CFG=1 when building Rust code in bootstrap | Pietro Albini | -0/+9 |
| 2023-03-08 | Auto merge of #108534 - Mark-Simulacrum:compression, r=pietroalbini | bors | -6/+4437 |
| 2023-03-08 | Auto merge of #108312 - michaelwoerister:hash-set-not-hash-stable, r=eholk | bors | -8/+7 |
| 2023-03-07 | Update cargo | Weihang Lo | -2/+11 |
| 2023-03-07 | Fix invalid inlining of reexport of reexport of private item | Guillaume Gomez | -43/+85 |
| 2023-03-07 | Rollup merge of #108866 - Kohei316:master, r=ozkanonur | Matthias Krüger | -2/+13 |