about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2022-02-24Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-0/+221
2022-02-23Add compiler flag `--check-cfg` to the unstable bookLoïc BRANSTETT-0/+221
2022-02-22Typo fix: Close inline-code backtickAntti Korpi-1/+1
2022-02-19Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplettMatthias Krüger-38/+0
2022-02-18Rollup merge of #91675 - ivanloz:memtagsan, r=nagisaMatthias Krüger-2/+18
2022-02-17Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiaskoMatthias Krüger-8/+8
2022-02-17Rollup merge of #93479 - smoelius:master, r=yaahcMatthias Krüger-5/+2
2022-02-16MemTagSanitizer SupportIvan Lozano-2/+18
2022-02-14Add support for control-flow protectionAndrew Brown-0/+40
2022-02-10remove reference of cfg-panic from the unstable bookCharisee-38/+0
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-3/+14
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-351/+0
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-3/+14
2022-01-30Use `optflag` for `--report-time`Samuel E. Moelius III-5/+2
2022-01-26Update tracking issue numbers for inline assembly sub-featuresAmanieu d'Antras-8/+8
2022-01-22Add preliminary support for inline assembly for msp430.William D. Jones-1/+16
2022-01-12Remove LLVM-style inline assembly from unstable bookTomasz Miąsko-190/+0
2022-01-01Stabilize -Z instrument-coverage as -C instrument-coverageJosh Triplett-351/+0
2022-01-01Update references to `-Z symbol-mangling-version` to use `-C`Josh Triplett-1/+1
2021-12-29Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisabors-0/+18
2021-12-12Address review feedbackAmanieu d'Antras-0/+1
2021-12-12Stabilize asm! and global_asm!Amanieu d'Antras-1027/+1
2021-12-09Add unstable book entries for parts of asm that are not being stabilizedAmanieu d'Antras-0/+150
2021-12-07Remove the reg_thumb register class for asm! on ARMAmanieu d'Antras-5/+1
2021-12-06Implement inline asm! for AVR platformAndrew Dona-Couch-1/+18
2021-12-03Update unstable-book with recent asm changes (`may_unwind`)cynecx-1/+2
2021-12-01Review commentsJamie Cunliffe-0/+18
2021-12-01Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandryMatthias Krüger-2/+2
2021-11-30Add conditional support for coverage map version 6Rich Kadel-1/+1
2021-11-23Update CoverageMappingFormat Support to Version6Arpad Borsos-2/+2
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