about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2020-07-31Some fixes for `plugin.md` in unstable-bookTakayuki Nakata-16/+14
2020-07-29Fix broken link in unstable book `plugin`Takayuki Nakata-1/+1
2020-07-27mv std libs to library/mark-5/+0
2020-07-19Document AddressSanitizer memory leak detection defaultsTomasz Miąsko-0/+3
2020-07-19Remove CC & CFLAGS from MemorySanitizer exampleTomasz Miąsko-4/+0
2020-07-16Revert "Remove "important traits" feature"Manish Goregaokar-0/+30
2020-07-05Rollup merge of #73787 - pickfire:rustc-attrs, r=RalfJungManish Goregaokar-0/+53
2020-07-03Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkorManish Goregaokar-0/+47
2020-06-30Stabilize `#[track_caller]`.Adam Perry-5/+0
2020-06-29Ignore example compile in rustc-attrs docIvan Tham-2/+2
2020-06-28Remove `const_if_match` from unstable bookDylan MacKenzie-14/+0
2020-06-28Add preamable on rustc-attrs doc discussionIvan Tham-0/+3
2020-06-27Add `format_args_capture` to the unstable bookDavid Hewitt-0/+47
2020-06-28Update src/doc/unstable-book/src/language-features/rustc-attrs.mdIvan Tham-1/+1
2020-06-27fix typo in self-profile.mdTakuto Ikuta-1/+1
2020-06-27Add unstable docs for rustc_attrsIvan Tham-0/+50
2020-06-22Update asm! documentationAmanieu d'Antras-2/+6
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-5/+5
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-2/+1
2020-06-19Rollup merge of #73364 - joshtriplett:inline-asm, r=AmanieuManish Goregaokar-21/+36
2020-06-19Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=AmanieuManish Goregaokar-3/+10
2020-06-16Update CFGuard syntaxAndrew Paverd-5/+5
2020-06-16Add initial asm!() support for hexagonBrian Cain-3/+10
2020-06-15asm: Update chapter in unstable book for multiple template string argumentsJosh Triplett-21/+36
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-2/+1
2020-06-11Cleanup docsAmanieu d'Antras-2/+4
2020-06-08typo: awailable -> availableJosh Stone-1/+1
2020-06-08Rollup merge of #73001 - ilya-bobyr:master, r=dtolnayRalf Jung-0/+45
2020-06-08Rollup merge of #72615 - jschwe:fix-Zprofile-documentation, r=steveklabnikRalf Jung-1/+7
2020-06-07unstable book: default_free_fnIlya Bobyr-0/+45
2020-06-03Updated documentation for Control Flow GuardAndrew Paverd-7/+31
2020-06-03Doc: unstable book - profile.md: improve wordingJonathan Schwender-3/+4
2020-05-26Fix documentation example for gcov profilingJonathan Schwender-1/+6
2020-05-24Update src/doc/unstable-book/src/library-features/asm.mdMichal Sudwoj-1/+1
2020-05-24Corrected statement about zero-extension in docs.Michal Sudwoj-1/+1
2020-05-24Updated documentationMichal Sudwoj-1/+12
2020-05-21Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieubors-0/+98
2020-05-21Rollup merge of #72111 - petrochenkov:docstrip, r=ehussRalf Jung-0/+17
2020-05-21Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakisbors-0/+1
2020-05-20Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unstable bookMatthias Schiffer-0/+98
2020-05-19update libcore, add `discriminant_kind` lang-itemBastian Kauschke-0/+1
2020-05-18Update unstable book documentation with the latest RFC textAmanieu d'Antras-3/+10
2020-05-18Mark asm unstable book doctests as allow_fail since they don't work with syst...Amanieu d'Antras-14/+14
2020-05-18Fix docsAmanieu d'Antras-13/+27
2020-05-18Add documentation for asm!Amanieu d'Antras-0/+678
2020-05-11rustc-book: Document `-Z strip=val` optionVadim Petrochenkov-0/+17
2020-05-03Implement RFC 2523, `#[cfg(version(..))]`mibac138-0/+34
2020-04-28Rollup merge of #71637 - mibac138:cfg-sanitize, r=petrochenkovDylan DPC-10/+8
2020-04-26unstable-book: Document `-Z tls-model`Vadim Petrochenkov-0/+25
2020-04-24Minor formatting changes in `cfg-sanitize.md`mibac138-10/+8