about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2024-11-06Rename option and add docMatt Weber-0/+7
2024-11-06Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgrbors-1/+1
2024-11-05Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxuMatthias Krüger-1/+1
2024-11-05Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwcoMatthias Krüger-1/+2
2024-11-03Remove the `wasm32-wasi` target from rustcAlex Crichton-1/+1
2024-11-02Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass...Taiki Endo-6/+16
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-1/+2
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-27/+0
2024-10-24sanitizer.md: LeakSanitizer is not supported on aarch64 macOSDavid-1/+0
2024-10-21Rollup merge of #130432 - azhogin:azhogin/regparm, r=workingjubilee,pnkfelixJubilee-0/+20
2024-10-21Rollup merge of #130350 - RalfJung:strict-provenance, r=dtolnayMatthias Krüger-4/+3
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-4/+3
2024-10-20Limited -Zregparm support (no Rust calling conv) descriptionsAndrew Zhogin-1/+1
2024-10-19docs: remove `result_ffi_guarantees` from unstable bookJubilee Young-14/+0
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+20
2024-10-11Make asm label blocks safe contextGary Guo-1/+3
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-0/+22
2024-10-04Feature gate boolean lit support in cfg predicatesUrgau-0/+22
2024-10-01Auto merge of #131111 - matthiaskrgr:rollup-n6do187, r=matthiaskrgrbors-12/+44
2024-10-01Rollup merge of #130630 - taiki-e:s390x-clobber-abi, r=AmanieuGuillaume Gomez-0/+7
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-12/+44
2024-09-30Improve `--print=check-cfg` documentationUrgau-11/+16
2024-09-22Add some missing tracking issue linksclubby789-0/+12
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-4/+4
2024-09-21Support clobber_abi and vector/access registers (clobber-only) in s390x inlin...Taiki Endo-0/+7
2024-09-14`trait_upcasting` is not currently an incomplete feature.Kevin Reid-1/+0
2024-09-10Add -Z small-data-thresholdPaul Menage-0/+20
2024-09-01Revert "Auto merge of #127537 - veluca93:struct_tf, r=BoxyUwU"Jakub Beránek-7/+0
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