about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2024-06-04Rollup merge of #124486 - beetrees:vectorcall-tracking-issue, r=ehuss许杰友 Jieyou Xu (Joe)-0/+19
2024-06-02Add missing tracking issue number for --print=check-cfgUrgau-1/+1
2024-06-02Handle no values cfg with --print=check-cfgUrgau-0/+1
2024-05-30coverage: Add CLI support for `-Zcoverage-options=condition`Dorian Péron-2/+5
2024-05-29Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebankMatthias Krüger-0/+32
2024-05-29Rollup merge of #124320 - Urgau:print-check-cfg, r=petrochenkov许杰友 Jieyou Xu (Joe)-0/+25
2024-05-16Fix tidy errorsLukas Bergdoll-5/+0
2024-05-06Auto merge of #124747 - MasterAwesome:master, r=davidtwcobors-0/+14
2024-05-05Rollup merge of #124749 - RossSmyth:stable_range, r=davidtwcoGuillaume Gomez-28/+1
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-62/+84
2024-05-03Add -Zfixed-x18Alice Ryhl-0/+32
2024-05-02Stabilize exclusive_rangeRoss Smyth-28/+1
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-62/+84
2024-04-29coverage: Replace boolean options with a `CoverageLevel` enumZalathar-1/+10
2024-04-28Add tracking issue and unstable book page for `"vectorcall"` ABIbeetrees-0/+19
2024-04-25Add `--print=check-cfg` to get the expected configsUrgau-0/+25
2024-04-24Stabilise `inline_const`Gary Guo-34/+0
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-13/+14
2024-04-23Put the RFC behind a feature gate `result_ffi_guarantees`Arvind Mukund-0/+14
2024-04-20Rollup merge of #123409 - ZhuUx:master, r=oli-obkMatthias Krüger-1/+1
2024-04-19Auto merge of #117919 - daxpedda:wasm-c-abi, r=wesleywiserbors-0/+10
2024-04-19coverage. Add coverage-options=mcdc as gate for MC/DC instrumentzhuyunxing-1/+1
2024-04-15Move --check-cfg documentation to stable booksUrgau-221/+0
2024-04-15Rollup merge of #123666 - mountcount:master, r=lqd许杰友 Jieyou Xu (Joe)-3/+3
2024-04-15Distribute LLVM bitcode linker as a preview componentKjetil Kjeka-0/+4
2024-04-15Fix some typos in docmountcount-3/+3
2024-04-12document `-Zlinker-features` in the unstable bookRémy Rakic-0/+35
2024-04-10Add support for Arm64EC inline assemblyDaniel Paoliello-2/+30
2024-04-06Put checks that detect UB under their own flag below debug_assertionsBen Kimock-1/+19
2024-04-02Add section to sanitizer doc for `-Zexternal-clangrt`Aaron Loyd-0/+21
2024-03-28Simplify trim-paths feature by merging all debuginfo options togetherUrgau-5/+3
2024-03-26Rollup merge of #108675 - Shadlock0133:adt_const_params, r=compiler-errorsMatthias Krüger-0/+35
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-0/+22
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-1/+1
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-0/+18
2024-03-15Document `adt_const_params` feature in Unstable BookAurora-0/+35
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+18
2024-03-14coverage: `-Zcoverage-options=branch` is no longer a placeholderZalathar-1/+1
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-0/+8
2024-03-10Introduce perma-unstable `wasm-c-abi` flagdaxpedda-0/+10
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+30
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-84/+0
2024-03-05Add postfix-match experimental featureRoss Smyth-0/+22
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-1/+12
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-4/+30
2024-02-27Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...Georg Semmler-84/+0
2024-02-24Add assertions and clarify asm-goto with noreturnGary Guo-1/+7
2024-02-24Add asm-goto to unstable bookGary Guo-0/+24
2024-02-22Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obkbors-0/+2
2024-02-19Separate testing and production sanitizersOli Iliffe-15/+29