about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2025-09-26split-dwarf: add documentation and test coverageAugie Fackler-0/+7
2025-09-24Auto merge of #146338 - CrooseGit:dev/reucru01/AArch64-enable-GCS, r=Urgau,da...bors-0/+1
2025-09-21Support ctr and lr as clobber-only registers in PowerPC inline assemblyTaiki Endo-2/+4
2025-09-17Adds AArch64 GCS supportReuben Cruise-0/+1
2025-09-03unstable book: in a sanitizer example, check the codeFolkert de Vries-16/+16
2025-09-02stabilize extended_varargs_abi_supportRalf Jung-10/+0
2025-08-22doc: fix some typos in commentxihuwenhua-1/+1
2025-08-19Rollup merge of #140740 - ojeda:indirect-branch-cs-prefix, r=davidtwco许杰友 Jieyou Xu (Joe)-0/+19
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-29/+73
2025-08-17Add `-Zindirect-branch-cs-prefix` optionMiguel Ojeda-0/+19
2025-08-13Fix parallel rustc not being reproducible due to unstable sorting of items.ywxt-0/+12
2025-08-11Pass Apple SDK root to compiler driver via SDKROOT env varMads Marquart-1/+1
2025-08-10Rollup merge of #145135 - Kivooeo:stabilize-duration_constructors_lite, r=Chr...Stuart Cook-12/+0
2025-08-10Rollup merge of #144402 - heiher:stabilize-loong32-asm, r=AmanieuStuart Cook-5/+0
2025-08-10Rollup merge of #141624 - jyn514:env-var-stubs, r=BoxyUwUStuart Cook-0/+40
2025-08-09Apply suggestions from code reviewjyn-3/+3
2025-08-09Stabilize featureKivooeo-12/+0
2025-08-06coverage: Remove all unstable support for MC/DC instrumentationZalathar-4/+1
2025-07-24asm: Stabilize loongarch32WANG Rui-5/+0
2025-07-18add unstable-books doc for offloadManuel Drehwald-0/+8
2025-07-08document new stable flags, with x64 linux implementation notesRémy Rakic-39/+4
2025-06-29Update README.mdkilavvy-1/+1
2025-06-25Rollup merge of #142809 - KMJ-007:ad-type-analysis-flag, r=ZuseZ4Jana Dönszelmann-0/+1
2025-06-25unstable-book: Update cmse feature descriptionsJubilee Young-18/+11
2025-06-25move unstable book page and account for itJubilee Young-0/+0
2025-06-24Rollup merge of #142934 - nnethercote:tweak-macro-stats, r=petrochenkovJubilee-3/+3
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+52
2025-06-25added PrintTAFn flag for autodiffKaran Janthe-0/+1
2025-06-24Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-deadGuillaume Gomez-30/+3
2025-06-24Remove the deprecated `concat_idents!` macroTrevor Gross-30/+3
2025-06-24Tweak `-Zmacro-stats` measurement.Nicholas Nethercote-3/+3
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+52
2025-06-19correct template for `#[align]`Folkert de Vries-1/+1
2025-06-18Rollup merge of #135656 - joshtriplett:hint-mostly-unused, r=saethlinUrgau-0/+33
2025-06-14Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errorsMatthias Krüger-175/+0
2025-06-13Auto merge of #142443 - matthiaskrgr:rollup-l1l6d0v, r=matthiaskrgrbors-0/+5
2025-06-13Unimplement unsized_localsmejrs-175/+0
2025-06-12Introduce `-Zmacro-stats`.Nicholas Nethercote-0/+24
2025-06-10Add supported asm types for LoongArch32WANG Rui-0/+5
2025-06-06Add `-Z hint-mostly-unused` to tell rustc that most of a crate will go unusedJosh Triplett-0/+33
2025-06-01Optionally don't steal the THIRNadrieril-0/+7
2025-05-28Stabilise `repr128`beetrees-18/+0
2025-05-26Add stubs for environment variables; document some of the important onesjyn-0/+40
2025-05-25add "Compiler environment variables" section to the unstable bookjyn-2/+3
2025-05-24document existing setupjyn-0/+8
2025-05-24document some -Z flagsjyn-0/+36
2025-05-20link tracking issue in explicit-extern-abis.mdDan Johnson-1/+3
2025-05-09Split duration_constructors to get non-controversial bits out faster.Dietrich Daroch-1/+13
2025-05-06let deref patterns participate in usefulness/exhaustivenessdianne-2/+1
2025-05-06Rollup merge of #140658 - dianne:lit-deref-pats-p2, r=oli-obkGuillaume Gomez-7/+24