summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2023-06-16remove box_free and replace with drop implDrMeepster-8/+8
2023-05-31Remove const eval limit and implement an exponential backoff lint insteadOli Scherer-7/+0
2023-05-29Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieubors-16/+1
2023-05-26Add SafeStack support to rustcWesley Wiser-1/+13
2023-05-08asm: Stabilize loongarch64WANG Rui-16/+1
2023-05-08Mark s390x condition code register as clobbered in inline assemblyTaiki Endo-2/+11
2023-05-06update Rust Unstable Book docs for `--extern force`Matt Hammerly-0/+2
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-34/+0
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-17/+126
2023-05-03Update documentation for LLVM CFI supportRamon de C Valle-17/+126
2023-05-02Rollup merge of #108668 - gibbyfree:stabilizedebuggervisualizer, r=wesleywiserDylan DPC-27/+0
2023-04-28Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errorsbors-1/+1
2023-04-27Also use `mir::Offset` for pointer `add`Scott McMurray-1/+1
2023-04-26Remove libstd_thread_internals from unstable book.Mara Bos-5/+0
2023-04-25Add loongarch64 asm! supportzhaixiaojuan-1/+16
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-34/+0
2023-04-16Spelling src/docJosh Soref-3/+3
2023-04-13Auto merge of #109989 - ids1024:m68k-asm, r=Amanieubors-1/+13
2023-04-12Add inline assembly support for m68kIan Douglas Scott-1/+13
2023-04-10Fix remaining typosDaniPopes-1/+1
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