| Age | Commit message (Expand) | Author | Lines |
| 2024-02-13 | updating-llvm.md: command does not work (#1887) | Tshepang Mbambo | -1/+0 |
| 2024-02-13 | fix update llvm build command | Gnana Ganesh | -1/+1 |
| 2024-02-13 | Extend intra-doc link chapter in the rustdoc book | Guillaume Gomez | -0/+18 |
| 2024-02-12 | Update books | rustbot | -0/+0 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -2/+50 |
| 2024-02-11 | Rollup merge of #120937 - ian-h-chamberlain:docs/update-3ds-links-and-info, r... | Matthias Krüger | -14/+12 |
| 2024-02-11 | Update links to rust3ds and outdated info | Ian Chamberlain | -14/+12 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2024-02-11 | separate link target from normal content | Tshepang Mbambo | -3/+5 |
| 2024-02-11 | fix sentence | Tshepang Mbambo | -3/+3 |
| 2024-02-10 | Some updates for recent diagnostics changes. | Nicholas Nethercote | -69/+71 |
| 2024-02-08 | Rename occurrences of 'delay_span_bug' to 'span_delayed_bug' | Gurinder Singh | -10/+9 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+16 |
| 2024-02-07 | Rollup merge of #110482 - chrisnc:armv8r-target, r=wesleywiser | Guillaume Boisseau | -0/+43 |
| 2024-02-07 | Update for upcoming markdown changes. (#1880) | Eric Huss | -5/+6 |
| 2024-02-06 | Document `async_fn_traits` | Oli Scherer | -0/+13 |
| 2024-02-05 | Update src/doc/rustc/src/platform-support.md | Wesley Wiser | -1/+1 |
| 2024-02-04 | Add an `armv8r-none-eabihf` target to support the Cortex-R52. | Chris Copeland | -0/+43 |
| 2024-02-01 | Extend "Attributes" section in the `re-exports` page | Guillaume Gomez | -0/+29 |
| 2024-01-31 | Correct paths for hexagon-unknown-none-elf platform doc | Brian Cain | -8/+9 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -32/+0 |
| 2024-01-30 | Update uses of renamed BoxMeUp to PanicPayload | syvb | -10/+10 |
| 2024-01-30 | Add links for arena and interning. (#1868) | Arthur Milchior | -7/+13 |
| 2024-01-30 | Improving macro expansion section (#1875) | Arthur Milchior | -9/+5 |
| 2024-01-30 | Replace letters by foo, bar and buz in lexing example (#1870) | Arthur Milchior | -2/+2 |
| 2024-01-30 | Fix some broken links (#1877) | David Semakula | -5/+5 |
| 2024-01-29 | Update books | rustbot | -0/+0 |
| 2024-01-28 | Upgrade actions to use Node.js v20 (#1863) | Yuki Okushi | -5/+5 |
| 2024-01-28 | Fix some links (#1865) | Yuki Okushi | -26/+26 |
| 2024-01-28 | Add link in salsa (#1866) | Arthur Milchior | -2/+8 |
| 2024-01-28 | Clarify what rt.rs is. (#1876) | Arthur Milchior | -3/+4 |
| 2024-01-28 | update link to rustc dependencies (#1869) | the8472 | -1/+1 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -32/+0 |
| 2024-01-28 | Followup to #1862 (#1864) | Arthur Milchior | -3/+6 |
| 2024-01-28 | Clarify debugging graph dependency (#1862) | Arthur Milchior | -11/+22 |
| 2024-01-26 | Rollup merge of #120356 - mbrubeck:patch-2, r=ehuss | Matthias Krüger | -0/+1 |
| 2024-01-24 | Rollup merge of #119616 - rylev:wasm32-wasi-preview2, r=petrochenkov,m-ou-se | León Orell Valerian Liehr | -0/+32 |
| 2024-01-24 | Rollup merge of #114764 - pitaj:style-delimited-expressions, r=joshtriplett | León Orell Valerian Liehr | -7/+52 |
| 2024-01-24 | core: add Duration constructors | Dirkjan Ochtman | -0/+9 |
| 2024-01-23 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+32 |
| 2024-01-23 | Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrum | bors | -0/+88 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -0/+27 |
| 2024-01-22 | Add target description for `riscv32im-risc0-zkvm-elf` | Erik Kaneda | -0/+88 |
| 2024-01-22 | Rollup merge of #120225 - micolous:patch-1, r=michaelwoerister | Matthias Krüger | -1/+1 |
| 2024-01-22 | Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin" | Oli Scherer | -0/+27 |
| 2024-01-22 | Fix -Zremap-path-scope typo | micolous | -1/+1 |
| 2024-01-22 | Get diagnostics directly in `rustc-driver-getting-diagnostics` example (#1857) | Shoyu Vanilla | -17/+46 |
| 2024-01-21 | Update examples (#1856) | Shoyu Vanilla | -37/+26 |
| 2024-01-20 | Warn users about limited review for tier 2 and 3 code | Mark Rousskov | -0/+18 |
| 2024-01-20 | Add a perf. bot command and a link to its help page | Jakub Beránek | -1/+11 |