about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
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-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
2025-05-05Implement RFC 3503: frontmattersDeadbeef-3/+28
2025-05-05update unstable bookdianne-7/+24
2025-04-30unstable-book: fix capitalizationTshepang Mbambo-1/+1
2025-04-28Rollup merge of #140022 - dianne:box-deref-pats, r=NadrierilChris Denton-1/+14
2025-04-24Deprecate the unstable `concat_idents!`Trevor Gross-0/+3
2025-04-24update unstable book to mention moving out of boxesdianne-1/+14
2025-04-24Rollup merge of #140028 - dianne:lit-deref-pats-p1, r=oli-obkMatthias Krüger-0/+21
2025-04-22update unstable book to mention string/bytestring typingdianne-0/+21
2025-04-20stabilize `naked_functions`Folkert de Vries-2/+0
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-20/+17
2025-04-18Rollup merge of #138528 - dianne:implicit-deref-patterns, r=NadrierilMatthias Krüger-0/+64
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-22/+254
2025-04-17Rollup merge of #139885 - jyn514:doc-rustc-bootstrap, r=NadrierilMatthias Krüger-0/+109
2025-04-17Rollup merge of #139416 - mejrs:metavar, r=tgross35Matthias Krüger-0/+145
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-22/+0
2025-04-16document RUSTC_BOOTSTRAP, RUSTC_OVERRIDE_VERSION_STRING, and -Z allow-feature...jyn-0/+109
2025-04-16add an unstable book chapterdianne-0/+64
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-0/+23
2025-04-15Add `explicit_extern_abis` unstable featureObei Sideg-0/+23
2025-04-15unstable book; document `macro_metavar_expr_concat`mejrs-0/+145