summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2024-08-29Rollup merge of #129316 - dingxiangfei2009:riscv64-imac-scs, r=nnethercoteGuillaume Gomez-7/+33
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-0/+7
2024-08-29Rollup merge of #123940 - kornelski:remove-derived-debug, r=UrgauGuillaume Gomez-0/+15
2024-08-29riscv64imac: allow shadow call stack sanitizerDing Xiang Fei-7/+33
2024-08-29Add `-Zlint-llvm-ir`DianQK-0/+7
2024-08-28fmt-debug optionKornel-0/+15
2024-08-28Implement RFC 3525.Luca Versari-0/+7
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-0/+12
2024-08-15Rollup merge of #128348 - dingxiangfei2009:allow-shadow-call-stack-sanitizer,...Matthias Krüger-1/+10
2024-08-13stabilize `asm_const`Folkert-11/+0
2024-08-11Update the unstable bookJohn Kåre Alsaker-0/+11
2024-08-09unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is app...Ding Xiang Fei-1/+10
2024-07-29Add `-Z embed-source=yes` to embed source code in DWARF debug infoMrmaxmeier-0/+12
2024-07-28stabilize `is_sorted`Slanterns-11/+0
2024-07-02Add documentation for -Zverbose-asmTrevor Gross-0/+70
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-6/+6
2024-06-25Support for -Z patchable-function-entryMatthew Maurer-0/+24
2024-06-22Make `effects` an incomplete featureDeadbeef-2/+2
2024-06-20Auto merge of #124032 - Voultapher:a-new-sort, r=thomccbors-5/+0
2024-06-19Stabilise c_unwindGary Guo-26/+0
2024-06-07Port `tests/run-make-fulldeps/hotplug_codegen_backend` to ui-fulldepsZalathar-2/+3
2024-06-04Rollup merge of #125818 - Urgau:print-check-cfg-no-values, r=petrochenkov许杰友 Jieyou Xu (Joe)-1/+2
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