summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2021-11-22Split inline const to two feature gatesGary Guo-15/+26
2021-11-16Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiserYuki Okushi-17/+0
2021-11-15Stabilize -Z strip as -C stripJosh Triplett-17/+0
2021-11-15Stabilize format_args_captureJosh Triplett-47/+0
2021-11-12Auto merge of #89316 - asquared31415:multiple-clobber-abi, r=Amanieubors-3/+5
2021-11-11Auto merge of #83846 - torhovland:issue-10971, r=davidtwcobors-0/+10
2021-11-10Rollup merge of #90736 - Lokathor:inline-asm-docs-updates, r=AmanieuMatthias Krüger-2/+5
2021-11-10Add support for specifying multiple clobber_abi in `asm!`asquared31415-3/+5
2021-11-09Update src/doc/unstable-book/src/library-features/asm.mdLokathor-2/+2
2021-11-09Update src/doc/unstable-book/src/library-features/asm.mdLokathor-1/+1
2021-11-09adjust documented register constraints to match https://llvm.org/docs/LangRef...Lokathor-2/+5
2021-11-09Rollup merge of #90035 - SparrowLii:rfc2528, r=jackh726Matthias Krüger-0/+33
2021-11-07Made temps-dir an unstable option.Tor Hovland-0/+10
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-2/+2
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-2/+2
2021-11-04Mention possible future rejectionsSmittyvb-1/+1
2021-11-03Add note about x86 instruction prefixes in asm!Smittyvb-0/+2
2021-11-02Rollup merge of #90084 - noncombatant:patch-2, r=steveklabnikMatthias Krüger-1/+1
2021-10-29Rollup merge of #90082 - noncombatant:patch-1, r=GuillaumeGomezMatthias Krüger-2/+2
2021-10-28implement type-changing-struct-updateSparrowLii-0/+33
2021-10-27Auto merge of #89652 - rcvalle:rust-cfi, r=nagisabors-2/+179
2021-10-26Add documentation for LLVM CFI supportRamon de C Valle-2/+179
2021-10-25Rollup merge of #89581 - jblazquez:master, r=Mark-SimulacrumMatthias Krüger-0/+9
2021-10-23Rollup merge of #89920 - hudson-ayers:location-detail-control, r=davidtwcoMatthias Krüger-0/+43
2021-10-21document the unstable location-detail flagHudson Ayers-0/+43
2021-10-19Make printed message match the code commentChris Palmer-1/+1
2021-10-19Fix minor typosChris Palmer-2/+2
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-0/+37
2021-10-11Add -Z no-unique-section-names to reduce ELF header bloat.Javier Blazquez-0/+9
2021-10-09Fix ABNF of inline asm optionsGary Guo-1/+1
2021-10-08Fix asm docs typoasquared31415-2/+2
2021-10-06Enable AutoFDO.Michael Benfield-0/+45
2021-09-22Support `#[track_caller]` on closures and generatorsAaron Hill-0/+12
2021-09-16Rollup merge of #88985 - Commeownist:patch-1, r=AmanieuManish Goregaokar-3/+3
2021-09-15Rollup merge of #87320 - danakj:debug-compilation-dir, r=michaelwoeristerManish Goregaokar-0/+24
2021-09-15Update clobber_abi list to include k[1-7] regsCommeownist-3/+3
2021-09-10Fix typo `option` -> `options`.Gerd Zellweger-1/+1
2021-09-07Move documentation to the unstable bookdanakj-0/+24
2021-09-01Rollup merge of #88350 - programmerjake:add-ppc-cr-xer-clobbers, r=AmanieuMara Bos-0/+4
2021-08-30Auto merge of #88281 - asquared31415:asm-docs, r=Amanieubors-19/+20
2021-08-25add support for clobbering xer, cr, and cr[0-7] for asm! on OpenPower/PowerPCJacob Lifshay-0/+4
2021-08-25remove mention of ICEs/segfaultsasquared31415-2/+2
2021-08-24Document `force-warn`inquisitivecrystal-21/+0
2021-08-22Update asm docsasquared31415-19/+20
2021-08-18Auto merge of #86860 - fee1-dead:stabilize, r=LeSeulArtichautbors-37/+0
2021-08-14Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisabors-21/+50
2021-08-12Add support for clobber_abi to asm!Amanieu d'Antras-21/+49
2021-08-12Mark RISC-V vector state as clobbered in inline assemblyAmanieu d'Antras-0/+1
2021-08-10Replace #[plugin_registrar] with exporting __rustc_plugin_registrarbjorn3-19/+3
2021-08-03Auto merge of #87515 - crlf0710:trait_upcasting_part2, r=bjorn3bors-0/+27