| Age | Commit message (Expand) | Author | Lines |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -34/+0 |
| 2024-04-24 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -13/+14 |
| 2024-04-20 | Rollup merge of #123409 - ZhuUx:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-04-19 | Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiser | bors | -0/+10 |
| 2024-04-19 | coverage. Add coverage-options=mcdc as gate for MC/DC instrument | zhuyunxing | -1/+1 |
| 2024-04-15 | Move --check-cfg documentation to stable books | Urgau | -221/+0 |
| 2024-04-15 | Rollup merge of #123666 - mountcount:master, r=lqd | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-04-15 | Distribute LLVM bitcode linker as a preview component | Kjetil Kjeka | -0/+4 |
| 2024-04-15 | Fix some typos in doc | mountcount | -3/+3 |
| 2024-04-12 | document `-Zlinker-features` in the unstable book | Rémy Rakic | -0/+35 |
| 2024-04-10 | Add support for Arm64EC inline assembly | Daniel Paoliello | -2/+30 |
| 2024-04-06 | Put checks that detect UB under their own flag below debug_assertions | Ben Kimock | -1/+19 |
| 2024-04-02 | Add section to sanitizer doc for `-Zexternal-clangrt` | Aaron Loyd | -0/+21 |
| 2024-03-28 | Simplify trim-paths feature by merging all debuginfo options together | Urgau | -5/+3 |
| 2024-03-26 | Rollup merge of #108675 - Shadlock0133:adt_const_params, r=compiler-errors | Matthias Krüger | -0/+35 |
| 2024-03-22 | Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov | Matthias Krüger | -0/+22 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -1/+1 |
| 2024-03-16 | Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro... | bors | -0/+18 |
| 2024-03-15 | Document `adt_const_params` feature in Unstable Book | Aurora | -0/+35 |
| 2024-03-14 | Add feature gates for `f16` and `f128` | Trevor Gross | -0/+18 |
| 2024-03-14 | coverage: `-Zcoverage-options=branch` is no longer a placeholder | Zalathar | -1/+1 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -0/+8 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -0/+10 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+30 |
| 2024-03-07 | Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-... | Guillaume Gomez | -84/+0 |
| 2024-03-05 | Add postfix-match experimental feature | Ross Smyth | -0/+22 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -1/+12 |
| 2024-03-01 | Add initial support for DataFlowSanitizer | Ramon de C Valle | -4/+30 |
| 2024-02-27 | Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`... | Georg Semmler | -84/+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-22 | Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obk | bors | -0/+2 |
| 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-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-13 | Rollup merge of #114877 - tshepang:patch-1, r=Dylan-DPC | Matthias Krüger | -0/+1 |
| 2024-02-12 | Implement intrinsics with fallback bodies | Oli Scherer | -2/+50 |
| 2024-02-11 | Rollup merge of #120307 - djc:duration-constructors, r=Mark-Simulacrum | Matthias Krüger | -0/+9 |
| 2024-02-07 | Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkov | Guillaume Boisseau | -0/+16 |
| 2024-02-06 | Document `async_fn_traits` | Oli Scherer | -0/+13 |
| 2024-01-24 | core: add Duration constructors | Dirkjan Ochtman | -0/+9 |
| 2024-01-22 | Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnr | Matthias Krüger | -0/+27 |
| 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-16 | Add unstable `-Z direct-access-external-data` cmdline flag for `rustc` | WANG Rui | -0/+16 |
| 2024-01-13 | Add way to express no-values with check-cfg | Urgau | -12/+13 |
| 2024-01-13 | Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkov | bors | -1/+5 |
| 2024-01-12 | Rename `--env` option flag to `--env-set` | Guillaume Gomez | -7/+7 |