about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
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
2021-08-02Another onenoproto-1/+1
2021-08-02Correct typonoproto-1/+1
2021-08-03Various adjustments to historic tests and documents.Charles Lew-6/+7
2021-08-03Added page to Unstable Book.Alexander Regueiro-0/+26
2021-08-02Implement a `explicit_generic_args_with_impl_trait` feature gateGary Guo-0/+53
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-37/+0
2021-07-28Rollup merge of #87315 - ricobbe:raw-dylib-unstable-book, r=wesleywiserYuki Okushi-0/+34
2021-07-27Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelixYuki Okushi-0/+10
2021-07-21Rename force-warns to force-warnRyan Levick-3/+3
2021-07-20Fix ignore annotationRichard Cobbe-2/+1
2021-07-20Ignore example in automationRichard Cobbe-1/+2
2021-07-19Add docs for raw-dylib to unstable bookRichard Cobbe-0/+34
2021-07-18Remove impl_trait_in_bindings feature flagSantiago Pastorino-28/+0
2021-07-11Auto merge of #83918 - workingjubilee:stable-rangefrom-pat, r=joshtriplettbors-0/+53
2021-07-11Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisabors-0/+10
2021-07-10Add clobber-only register classes for asm!Amanieu d'Antras-0/+10
2021-07-06Add flag to configure `large_assignments` lintTomasz Miąsko-0/+10
2021-06-28Update to new bootstrap compilerMark Rousskov-50/+0
2021-06-25Auto merge of #86599 - Amanieu:asm_raw, r=nagisabors-1/+2
2021-06-24Add a "raw" option for asm! which ignores format string specifiersAmanieu d'Antras-1/+2
2021-06-10Add support for using qualified paths with structs in expression and patternRyan Levick-0/+29
2021-06-06Auto merge of #79608 - alessandrod:bpf, r=nagisabors-0/+6
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-40/+0
2021-06-04Remove `doc(include)`Joshua Nelson-40/+0
2021-06-03Satisfy unstable book lintJubilee Young-2/+5
2021-06-03Add run-make test testing flag stabilityRyan Levick-1/+1
2021-06-02Add a page on force-warns in unstable bookRyan Levick-0/+21
2021-05-29BPF: misc minor review fixesAlessandro Decina-3/+3
2021-05-26stabilize member constraintsNiko Matsakis-29/+0