summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2021-07-21Rename force-warns to force-warnRyan Levick-3/+3
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-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
2021-05-23Add support for BPF inline assemblyAlessandro Decina-0/+6
2021-05-14Remove support for floating-point constants in asm!Amanieu d'Antras-1/+1
2021-05-13Update global_asm! documentationAmanieu d'Antras-8/+41
2021-05-13Add support for const operands and options to global_asm!Amanieu d'Antras-10/+10
2021-05-11Add initial asm!() support for PowerPCDr. Chat-1/+11
2021-05-09remove const_fn feature gateRalf Jung-10/+0
2021-05-07Rollup merge of #84815 - richkadel:coverage-docs-update-2021-05, r=tmandryYuki Okushi-324/+378
2021-05-06Renamed compiler-flags file to name of compiler-flag: instrument-coverageRich Kadel-344/+349
2021-05-06Update coverage docs and command line helpRich Kadel-75/+124
2021-05-05Implement RFC 2951: Native link modifiersLuqman Aden-0/+86
2021-05-01Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkovbors-12/+12
2021-05-01Reserve x18 on AArch64 and un-reserve x16Amanieu d'Antras-3/+2
2021-04-30Fix misspellingMatthew James Kraai-1/+1
2021-04-28Be stricter about rejecting LLVM reserved registers in asm!Amanieu d'Antras-12/+13
2021-04-20Fix broken doc linkStephen Albert-Moore-1/+1
2021-04-18Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearthbors-48/+0
2021-04-09set allow_fail back on each exampleTimothée Delabrouille-17/+17
2021-04-09fix misspelling of register xmm23 which made xmm13 being clobbered twiceTimothée Delabrouille-1/+1
2021-04-09conjugationTimothée Delabrouille-1/+1
2021-04-09remove allow_fail and uncomment the [feature(asm)] on every exampleTimothée Delabrouille-30/+30
2021-04-09Merge branch 'issue-76704-fix' of https://github.com/tdelabro/rust into issue...Timothée Delabrouille-1/+1
2021-04-09precisions on the authorized labels + typoTimothée Delabrouille-2/+2
2021-04-09add 'allow_fail' to exampleTimothée-1/+1
2021-04-08New 'Label' section with example and explainationsTimothée Delabrouille-3/+37
2021-04-08Stablize `non_ascii_idents` feature.Charles Lew-48/+0
2021-04-05Rollup merge of #83853 - Amanieu:asm_no_high_x86_64, r=nagisaDylan DPC-2/+2
2021-04-05Disallow the use of high byte registes as operands on x86_64Amanieu d'Antras-2/+2
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-1/+7
2021-04-04Update clobber example in the asm documentationAmanieu d'Antras-1/+7
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-32/+0
2021-04-02Add newer range patterns to unstable bookJubilee Young-0/+50
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-30/+33
2021-03-19remove unstable book chaptermark-36/+0