| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -6/+6 |
| 2022-03-04 | Fix typo in c-variadic | Nebula | -1/+1 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -0/+221 |
| 2022-02-23 | Add compiler flag `--check-cfg` to the unstable book | Loïc BRANSTETT | -0/+221 |
| 2022-02-22 | Typo fix: Close inline-code backtick | Antti Korpi | -1/+1 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -38/+0 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -2/+18 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -8/+8 |
| 2022-02-17 | Rollup merge of #93479 - smoelius:master, r=yaahc | Matthias Krüger | -5/+2 |
| 2022-02-16 | MemTagSanitizer Support | Ivan Lozano | -2/+18 |
| 2022-02-14 | Add support for control-flow protection | Andrew Brown | -0/+40 |
| 2022-02-10 | remove reference of cfg-panic from the unstable book | Charisee | -38/+0 |
| 2022-02-08 | Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisa | bors | -3/+14 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -351/+0 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -3/+14 |
| 2022-01-30 | Use `optflag` for `--report-time` | Samuel E. Moelius III | -5/+2 |
| 2022-01-26 | Update tracking issue numbers for inline assembly sub-features | Amanieu d'Antras | -8/+8 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -1/+16 |
| 2022-01-12 | Remove LLVM-style inline assembly from unstable book | Tomasz Miąsko | -190/+0 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -351/+0 |
| 2022-01-01 | Update references to `-Z symbol-mangling-version` to use `-C` | Josh Triplett | -1/+1 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -0/+18 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -0/+1 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -1027/+1 |
| 2021-12-09 | Add unstable book entries for parts of asm that are not being stabilized | Amanieu d'Antras | -0/+150 |
| 2021-12-07 | Remove the reg_thumb register class for asm! on ARM | Amanieu d'Antras | -5/+1 |
| 2021-12-06 | Implement inline asm! for AVR platform | Andrew Dona-Couch | -1/+18 |
| 2021-12-03 | Update unstable-book with recent asm changes (`may_unwind`) | cynecx | -1/+2 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -0/+18 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -2/+2 |
| 2021-11-30 | Add conditional support for coverage map version 6 | Rich Kadel | -1/+1 |
| 2021-11-23 | Update CoverageMappingFormat Support to Version6 | Arpad Borsos | -2/+2 |
| 2021-11-22 | Split inline const to two feature gates | Gary Guo | -15/+26 |
| 2021-11-16 | Rollup merge of #90058 - joshtriplett:stabilize-strip, r=wesleywiser | Yuki Okushi | -17/+0 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -17/+0 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -47/+0 |