| Age | Commit message (Expand) | Author | Lines |
| 2022-10-30 | Rollup merge of #97971 - Soveu:varargs, r=jackh726 | Michael Howell | -0/+10 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -37/+0 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -0/+10 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+4 |
| 2022-10-22 | Stabilize arbitrary_enum_discriminant, take 2 | Deadbeef | -37/+0 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -1/+9 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -13/+0 |
| 2022-10-08 | Stabilize half_open_range_patterns | Urgau | -27/+0 |
| 2022-10-08 | Split slice part of feature(half_open_range_patterns) to [...]_in_slices | Urgau | -0/+30 |
| 2022-09-18 | Update the reason llvm tracing is disabled by default | Josh Stone | -1/+1 |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -1/+1 |
| 2022-09-09 | Stabilze raw-dylib for non-x86 | Daniel Paoliello | -5/+5 |
| 2022-09-02 | Auto merge of #97802 - Enselic:add-no_ignore_sigkill-feature, r=joshtriplett | bors | -0/+54 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-30 | Use in-page links for sanitizer docs. | Eric Huss | -10/+26 |
| 2022-08-28 | Support `#[unix_sigpipe = "inherit|sig_dfl|sig_ign"]` on `fn main()` | Martin Nordholts | -0/+54 |
| 2022-07-31 | Rollup merge of #99620 - hudson-ayers:fix-location-detail, r=davidtwco | Matthias Krüger | -2/+3 |
| 2022-07-31 | Rollup merge of #99519 - Urgau:check-cfg-implicit, r=petrochenkov | Matthias Krüger | -26/+9 |
| 2022-07-28 | location-detail: disable all location details when passed `none` | Hudson Ayers | -2/+3 |
| 2022-07-24 | Auto merge of #95548 - rcvalle:rust-cfi-2, r=nagisa | bors | -29/+85 |
| 2022-07-23 | Update documentation for LLVM CFI support | Ramon de C Valle | -29/+85 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -26/+9 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -1/+16 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+9 |
| 2022-06-22 | Add tracking issues to `--extern` option docs. | Eric Huss | -0/+5 |
| 2022-06-22 | Rollup merge of #98226 - ChrisDenton:doc-extern-options, r=ehuss | Yuki Okushi | -0/+22 |
| 2022-06-22 | Document unstable `--extern` options | Chris Denton | -0/+22 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -1/+3 |
| 2022-06-14 | Add user documentation for -Zvirtual-function-elimination | flip1995 | -0/+39 |
| 2022-06-13 | Rollup merge of #97875 - JohnTitor:rm-infer-static-outlives-requirements, r=p... | Matthias Krüger | -44/+0 |
| 2022-06-11 | Rollup merge of #96868 - nrc:turbo-stable, r=jhpratt,nbdd0121,nagisa | Dylan DPC | -53/+0 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+0 |
| 2022-06-08 | Remove doc | Yuki Okushi | -44/+0 |
| 2022-06-06 | Remove explicit-generic-args-with-impl-trait docs from unstable book | Nick Cameron | -53/+0 |
| 2022-05-24 | Add support for embedding pretty printers via the `#[debugger_visualizer]` at... | ridwanabdillahi | -1/+3 |
| 2022-05-21 | Remove feature: `crate` visibility modifier | Jacob Pratt | -20/+0 |
| 2022-05-13 | Added note in documentation | Volker-Weissmann | -1/+4 |
| 2022-05-07 | Fix an incorrect link in The Unstable Book | Koichi ITO | -1/+1 |
| 2022-05-03 | Add support for a new attribute `#[debugger_visualizer]` to support embedding... | ridwanabdillahi | -0/+25 |
| 2022-04-30 | Add `do yeet` expressions to allow experimentation in nightly | Scott McMurray | -0/+26 |
| 2022-04-29 | Remove unnecessary environment variable in cf-protection documentation | Andrew Brown | -1/+1 |
| 2022-04-19 | Rollup merge of #96086 - jsgf:remove-extern-location, r=davidtwco | Dylan DPC | -31/+0 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -31/+0 |
| 2022-04-14 | clarify doc(cfg) wording | Andy Russell | -1/+1 |
| 2022-04-12 | fix broken link in coverage tools docs | AnthonyMikh | -0/+0 |
| 2022-04-08 | Split `fuzzy_provenance_casts` into lossy and fuzzy, feature gate and test it | niluxv | -0/+22 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -29/+0 |
| 2022-03-21 | Update unstable book with the new `values()` form for check-cfg | Loïc BRANSTETT | -3/+5 |
| 2022-03-16 | resolve the conflict in compiler/rustc_session/src/parse.rs | codehorseman | -1/+1 |