| Age | Commit message (Expand) | Author | Lines |
| 2024-03-04 | Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr | bors | -23/+23 |
| 2024-03-04 | Update overview.md (#1898) | Tbkhi | -156/+172 |
| 2024-03-04 | Update platform-support.md with supported musl version | Wesley Wiser | -23/+23 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -1/+123 |
| 2024-03-04 | and again | lcnr | -0/+1 |
| 2024-03-04 | unfk links | lcnr | -0/+1 |
| 2024-03-04 | next-solver: document caching (#1923) | lcnr | -0/+112 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+12 |
| 2024-03-04 | Auto merge of #120585 - Amanieu:ohos-tier2, r=Kobzol | bors | -4/+5 |
| 2024-03-02 | Promote OpenHarmony targets to tier 2 | Amanieu d'Antras | -4/+5 |
| 2024-03-02 | Add a new `wasm32-wasip1` target to rustc | Alex Crichton | -1/+123 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -4/+30 |
| 2024-03-01 | Add compiletest docs for FileCheck prefixes and `//@ filecheck-flags:` (#1914) | Stuart Cook | -0/+32 |
| 2024-03-01 | Use different type in an example (#1908) | Arthur Milchior | -1/+1 |
| 2024-03-01 | Update run-make test description (#1920) | 许杰友 Jieyou Xu (Joe) | -6/+37 |
| 2024-03-01 | Add some more details on feature gating (#1891) | Christopher Smyth | -3/+9 |
| 2024-03-01 | make shell.nix better (#1858) | Nilstrieb | -57/+24 |
| 2024-03-01 | opaque types in new solver (#1918) | lcnr | -0/+120 |
| 2024-02-29 | Rollup merge of #121798 - AaronChen0:master, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-29 | Rollup merge of #121412 - androm3da:bcain/update_hex_docs_03, r=Amanieu | Guillaume Gomez | -5/+121 |
| 2024-02-29 | Fix links in rustc doc | Aaron Chen | -2/+2 |
| 2024-02-29 | add implied bounds doc (#1915) | lcnr | -0/+85 |
| 2024-02-28 | Add a platform doc for hexagon-unknown-linux-musl | Brian Cain | -1/+104 |
| 2024-02-28 | Clarify the usage example for hexagon-unknown-none-elf | Brian Cain | -4/+17 |
| 2024-02-27 | Rename wasm32-wasi-preview2 to wasm32-wasip2 | Ryan Levick | -5/+5 |
| 2024-02-27 | Add the wasm32-wasi-preview2 target | Ryan Levick | -0/+32 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -84/+0 |
| 2024-02-26 | Update books | rustbot | -0/+0 |
| 2024-02-24 | Add assertions and clarify asm-goto with noreturn | Gary Guo | -1/+7 |
| 2024-02-24 | Add asm-goto to unstable book | Gary Guo | -0/+24 |
| 2024-02-23 | remove repetitive words | cui fliter | -1/+1 |
| 2024-02-22 | Update compiletest directives to be in `ui_test` style `//@` | 许杰友 Jieyou Xu (Joe) | -22/+21 |
| 2024-02-22 | Rollup merge of #121452 - jonathanpallant:patch-1, r=Amanieu | Matthias Krüger | -0/+2 |
| 2024-02-22 | Add new maintainers to nto-qnx.md | Jonathan Pallant | -0/+2 |
| 2024-02-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+2 |
| 2024-02-21 | Add notes on tweak rust-analyzer.check.overrideCommand (#1890) | Yukang | -0/+6 |
| 2024-02-21 | Fix more links (#1884) | Yuki Okushi | -25/+24 |
| 2024-02-19 | Separate testing and production sanitizers | Oli Iliffe | -15/+29 |
| 2024-02-19 | Make intrinsic fallback bodies cross-crate inlineable | Nilstrieb | -0/+2 |
| 2024-02-17 | Remove reference to -Z ast-json and -Z ast-json-noexpand | Matthew Woodcraft | -2/+0 |
| 2024-02-16 | Specify ui test suite directives and add note on ignore-tidy directives | 许杰友 Jieyou Xu (Joe) | -4/+6 |
| 2024-02-16 | Update src/tests/ui.md | Michael Goulet | -1/+1 |
| 2024-02-16 | Update docs about ui tests now using `//@` headers | Oli Scherer | -17/+22 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -1/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -2/+50 |
| 2024-02-15 | Update rust book cfg chapter | Guillaume Gomez | -1/+2 |
| 2024-02-14 | Make git rebase commands more bulletproof (#1889) | Jakub Beránek | -6/+16 |
| 2024-02-13 | Rollup merge of #121021 - GuillaumeGomez:extend-intra-doc-link-chapter, r=not... | Matthias Krüger | -0/+18 |
| 2024-02-13 | Rollup merge of #120548 - GuillaumeGomez:glob-reexport-cfg-merge, r=Guillaume... | Matthias Krüger | -0/+29 |
| 2024-02-13 | Rollup merge of #114877 - tshepang:patch-1, r=Dylan-DPC | Matthias Krüger | -0/+1 |