about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2023-04-08rm box_itemsGimbles-6/+14
2023-03-27Bless tidyMaybe Waffle-1/+1
2023-03-22Change text -> rust,ignore highlighting in sanitizer.mdTrevor Gross-2/+2
2023-03-12Remove `box-syntax` from unstable bookclubby789-22/+0
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-2/+0
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-4/+19
2023-03-06Add tracking issue for cf-protection to unstable bookWesley Wiser-0/+4
2023-03-03Rollup merge of #104549 - folkertdev:unstable-book-export-executable-symbols,...Matthias Krüger-0/+43
2023-03-02whitespace, delete unstable book pageGibby Free-27/+0
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-0/+20
2023-02-11Auto merge of #106677 - tbu-:pr_less_doc_hidden_pub, r=scottmcmbors-10/+0
2023-02-10Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gatesTobias Bucher-10/+0
2023-02-09Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi-0/+39
2023-01-23Replace terminator-based const eval limitBryan Garza-0/+6
2023-01-11Stabilize `abi_efiapi` featureNicholas Bishop-23/+0
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-2/+2
2023-01-05Add vendor to Fuchsia's target tripleDavid Koloski-2/+2
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-0/+20
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-1/+1
2022-12-16remove relative links from `rustc-book` and `unstable-book`Ezra Shaw-11/+11
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-0/+30
2022-12-08Add documentation for LLVM KCFI supportRamon de C Valle-0/+30
2022-12-06unstable-book: Add `ignore` to `abi_efiapi` example codeNicholas Bishop-1/+1
2022-12-06Correct branch-protection documentation.Jacob Bramley-1/+1
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-20/+0
2022-11-23unstable-book: Add page for the `abi_efiapi` featureNicholas Bishop-0/+23
2022-11-19add -Zexport-executable-symbols to unstable bookFolkert-0/+43
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-0/+10
2022-10-26Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin...Dylan DPC-37/+0
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-0/+10
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+4
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-37/+0
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-1/+9
2022-10-17Stabilize asm_symAmanieu d'Antras-13/+0
2022-10-08Stabilize half_open_range_patternsUrgau-27/+0
2022-10-08Split slice part of feature(half_open_range_patterns) to [...]_in_slicesUrgau-0/+30
2022-09-18Update the reason llvm tracing is disabled by defaultJosh Stone-1/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+1
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-5/+5
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+54
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-2/+2
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-30Use in-page links for sanitizer docs.Eric Huss-10/+26
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+54
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-2/+3
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-26/+9
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-2/+3
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-29/+85
2022-07-23Update documentation for LLVM CFI supportRamon de C Valle-29/+85
2022-07-20Remove implicit names and values from --cfg in --check-cfgUrgau-26/+9