summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2023-09-28Remove `rustc_lint_defs::lint_array`DaniPopes-6/+4
2023-09-28Rollup merge of #116213 - tmandry:doclnl, r=ehussMatthias Krüger-0/+8
2023-09-27Document -Zlink-native-librariesTyler Mandry-0/+8
2023-09-27Update location of personalityEmmanuel Ferdman-1/+1
2023-09-08Rename the feature, but not the attribute, to `coverage_attribute`Andy Caldwell-2/+2
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-4/+4
2023-09-07Stabilize `PATH` option for `--print KIND=PATH`Urgau-11/+0
2023-08-17Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitorJosh Stone-252/+118
2023-08-15Rollup merge of #114826 - xzmeng:fix-typos, r=JohnTitorMatthias Krüger-1/+1
2023-08-15Fix typos in unstable-bookMeng Xiangzhuo-1/+1
2023-08-14add details for csky-unknown-linux-gnuabiv2 and add docsDirreke-3/+19
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+9
2023-08-10Update profile_sample_use.mdAlexander Zaitsev-1/+1
2023-08-07stabilize abi_thiscallBenedikt Radtke-12/+0
2023-08-04unstable book: update lang_items page and split itkadiwa-252/+118
2023-08-03Add `internal_features` lintNilstrieb-0/+4
2023-07-31Document `-Zno-parallel-llvm`.Nicholas Nethercote-0/+8
2023-07-27Make `--print KIND=PATH` unstableUrgau-0/+11
2023-07-08Remove `default_free_fn` featureYuki Okushi-47/+0
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