| Age | Commit message (Expand) | Author | Lines |
| 2024-03-14 | one must imagine tidy happy | lcnr | -1/+0 |
| 2024-03-14 | Rollup merge of #122461 - the8472:fix-step-forward-unchecked, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume... | Matthias Krüger | -134/+264 |
| 2024-03-14 | Auto merge of #122243 - RalfJung:local-place-sanity-check, r=oli-obk | bors | -3/+2 |
| 2024-03-14 | update virtual clock in miri test since signed loops now execute more methods | The 8472 | -1/+1 |
| 2024-03-13 | Rollup merge of #122422 - Enselic:only-unix, r=oli-obk | Matthias Krüger | -0/+3 |
| 2024-03-13 | Auto merge of #122240 - RalfJung:miri-addr-reuse, r=oli-obk | bors | -63/+210 |
| 2024-03-13 | Rollup merge of #122410 - rjeli:rustdoc-no-local-font-preload, r=notriddle | Matthias Krüger | -0/+2 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -8/+15 |
| 2024-03-13 | compiletest: Allow `only-unix` in test headers | Martin Nordholts | -0/+3 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -0/+16 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -9/+0 |
| 2024-03-12 | rustdoc: do not preload fonts when browsing locally | Elijah Riggs | -0/+2 |
| 2024-03-12 | Auto merge of #122394 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-12 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-12 | Rollup merge of #122378 - clubby789:rustbook-rebuild, r=onur-ozkan | Jubilee | -1/+2 |
| 2024-03-12 | Rollup merge of #122355 - fmease:rustdoc-fix-up-old-test, r=notriddle | Jubilee | -1/+0 |
| 2024-03-12 | Rollup merge of #122354 - clubby789:bootstrap-eager-verbose, r=albertlarsan68 | Jubilee | -52/+62 |
| 2024-03-12 | Rollup merge of #122081 - onur-ozkan:validate-path-remaps, r=clubby789 | Jubilee | -1/+14 |
| 2024-03-12 | Rollup merge of #121754 - TimNN:split-target, r=Mark-Simulacrum,onur-ozkan | Jubilee | -11/+43 |
| 2024-03-12 | Properly rebuild rustbooks | clubby789 | -1/+2 |
| 2024-03-12 | Auto merge of #121644 - oli-obk:unique_static_innards2, r=RalfJung,nnethercote | bors | -11/+11 |
| 2024-03-12 | Auto merge of #122170 - alexcrichton:rename-wasi-threads, r=petrochenkov | bors | -24/+28 |
| 2024-03-12 | s/mt/mutability/ | Oli Scherer | -3/+3 |
| 2024-03-12 | Add `nested` bool to `DefKind::Static`. | Oli Scherer | -3/+3 |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -11/+11 |
| 2024-03-12 | Rollup merge of #122339 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-03-12 | Rollup merge of #115141 - ChrisDenton:windows-support, r=wesleywiser | Matthias Krüger | -6/+4 |
| 2024-03-11 | rustdoc-search: add search query syntax `Fn(T) -> U` | Michael Howell | -64/+95 |
| 2024-03-11 | rustdoc: use `const` for the special type name ids | Michael Howell | -25/+11 |
| 2024-03-11 | rustdoc: clean up search.js by removing empty sort case | Michael Howell | -5/+0 |
| 2024-03-11 | rustdoc-search: parse and search with ML-style HOF | Michael Howell | -48/+166 |
| 2024-03-12 | Auto merge of #112268 - lqd:osx-1cgu, r=Kobzol | bors | -1/+1 |
| 2024-03-12 | rustdoc: fix up old test | León Orell Valerian Liehr | -1/+0 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -124/+81 |
| 2024-03-11 | bootstrap: Don't eagerly format verbose messages | clubby789 | -52/+62 |
| 2024-03-11 | Auto merge of #112267 - lqd:win-1cgu, r=Kobzol | bors | -0/+1 |
| 2024-03-11 | [bootstrap] Move the split-debuginfo setting to the per-target section | Tim Neumann | -11/+43 |
| 2024-03-11 | Update Windows platform support | Chris Denton | -6/+4 |
| 2024-03-11 | Update books | rustbot | -0/+0 |
| 2024-03-11 | compiletest: Automatically compare output by subset with runners | Alex Crichton | -49/+20 |
| 2024-03-11 | Update test-various docker image to test `wasm32-wasip1` | Alex Crichton | -3/+14 |
| 2024-03-11 | Configure a default `runner` for WASI targets | Alex Crichton | -3/+30 |
| 2024-03-11 | Remove old support for emscripten/wasm32-u-u | Alex Crichton | -65/+4 |
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -4/+13 |
| 2024-03-11 | Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` | Alex Crichton | -24/+28 |
| 2024-03-11 | Rollup merge of #122330 - tshepang:patch-1, r=clubby789 | Jubilee | -13/+14 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -0/+62 |
| 2024-03-11 | Bootstrap: Add argument for building llvm bitcode linker | Kjetil Kjeka | -1/+30 |
| 2024-03-11 | LLVM Bitcode Linker: Added crate | Kjetil Kjeka | -0/+326 |