about summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-0/+10
2022-10-26Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin...Dylan DPC-37/+0
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-0/+10
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+4
2022-10-22Stabilize arbitrary_enum_discriminant, take 2Deadbeef-37/+0
2022-10-20Change process spawning to inherit the parent's signal mask by defaultRain-1/+9
2022-10-17Stabilize asm_symAmanieu d'Antras-13/+0
2022-10-08Stabilize half_open_range_patternsUrgau-27/+0
2022-10-08Split slice part of feature(half_open_range_patterns) to [...]_in_slicesUrgau-0/+30
2022-09-18Update the reason llvm tracing is disabled by defaultJosh Stone-1/+1
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+1
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-5/+5
2022-09-02Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplettbors-0/+54
2022-09-01Auto merge of #100707 - dzvon:fix-typo, r=davidtwcobors-2/+2
2022-08-31Fix a bunch of typoDezhi Wu-2/+2
2022-08-30Use in-page links for sanitizer docs.Eric Huss-10/+26
2022-08-28Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()`Martin Nordholts-0/+54
2022-07-31Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwcoMatthias Krüger-2/+3
2022-07-31Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkovMatthias Krüger-26/+9
2022-07-28location-detail: disable all location details when passed `none`Hudson Ayers-2/+3
2022-07-24Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisabors-29/+85
2022-07-23Update documentation for LLVM CFI supportRamon de C Valle-29/+85
2022-07-20Remove implicit names and values from --cfg in --check-cfgUrgau-26/+9
2022-07-20Add ShadowCallStack SupportIvan Lozano-1/+16
2022-07-08Implement support for DWARF version 5.Patrick Walton-0/+9
2022-06-22Add tracking issues to `--extern` option docs.Eric Huss-0/+5
2022-06-22Rollup merge of #98226 - ChrisDenton:doc-extern-options, r=ehussYuki Okushi-0/+22
2022-06-22Document unstable `--extern` optionsChris Denton-0/+22
2022-06-15remove box derefs from codgenDrMeepster-1/+3
2022-06-14Add user documentation for -Zvirtual-function-eliminationflip1995-0/+39
2022-06-13Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p...Matthias Krüger-44/+0
2022-06-11Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisaDylan DPC-53/+0
2022-06-09Stabilize the `bundle` native library modifierVadim Petrochenkov-19/+0
2022-06-08Remove docYuki Okushi-44/+0
2022-06-06Remove explicit-generic-args-with-impl-trait docs from unstable bookNick Cameron-53/+0
2022-05-24Add support for embedding pretty printers via the `#[debugger_visualizer]` at...ridwanabdillahi-1/+3
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-20/+0
2022-05-13Added note in documentationVolker-Weissmann-1/+4
2022-05-07Fix an incorrect link in The Unstable BookKoichi ITO-1/+1
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+25
2022-04-30Add `do yeet` expressions to allow experimentation in nightlyScott McMurray-0/+26
2022-04-29Remove unnecessary environment variable in cf-protection documentationAndrew Brown-1/+1
2022-04-19Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwcoDylan DPC-31/+0
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-31/+0
2022-04-14clarify doc(cfg) wordingAndy Russell-1/+1
2022-04-12fix broken link in coverage tools docsAnthonyMikh-0/+0
2022-04-08Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test itniluxv-0/+22
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-29/+0
2022-03-21Update unstable book with the new `values()` form for check-cfgLoïc BRANSTETT-3/+5
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-1/+1