| Age | Commit message (Expand) | Author | Lines |
| 2022-02-23 | Continue improvements on the --check-cfg implementation | Loïc BRANSTETT | -11/+11 |
| 2022-02-22 | Improve CheckCfg internal representation | Loïc BRANSTETT | -23/+25 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -1/+88 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -1/+88 |
| 2022-02-14 | Add support for control-flow protection | Andrew Brown | -4/+21 |
| 2022-02-11 | Remove the alt_std_name option | bjorn3 | -2/+0 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -14/+40 |
| 2022-02-01 | Add missing | between print options | Daniel Frampton | -1/+1 |
| 2022-01-21 | Gate `l4-bender` linker flavor | Vadim Petrochenkov | -1/+11 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -1/+4 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -1/+4 |
| 2022-01-06 | sess/cg: re-introduce split dwarf kind | David Wood | -6/+54 |
| 2022-01-01 | Require `-Zunstable-options` for `-C instrument-coverage=except-*` options | Josh Triplett | -4/+11 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -13/+32 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -10/+36 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -3/+28 |
| 2021-12-17 | Rename `has_elf_tls` to `has_thread_local` | Chris Denton | -1/+1 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -1/+1 |
| 2021-12-09 | Remove redundant [..]s | est31 | -3/+3 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -2/+12 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -3/+28 |
| 2021-11-29 | Accumulate all values of `-C remark` option | Tomasz Miąsko | -0/+7 |
| 2021-11-23 | Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov | Matthias Krüger | -7/+2 |
| 2021-11-22 | Use `derive_default_enum` in the compiler | Jacob Pratt | -7/+2 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -3/+8 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -0/+32 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -1/+1 |
| 2021-11-12 | Add `-Zassert-incr-state` to assert state of incremental cache | pierwill | -0/+32 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -3/+19 |
| 2021-11-07 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -1/+0 |
| 2021-11-02 | Emitted files go to the output dir. | Tor Hovland | -1/+8 |
| 2021-11-02 | Added the --temps-dir option. | Tor Hovland | -2/+12 |
| 2021-10-15 | Add -Z location-detail flag | Hudson Ayers | -1/+16 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+9 |
| 2021-09-07 | remap-cwd-prefix | danakj | -3/+12 |
| 2021-08-24 | Stabilize `force-warn` | inquisitivecrystal | -11/+1 |
| 2021-08-24 | Tidy up lint command line flags | inquisitivecrystal | -11/+5 |
| 2021-08-15 | Include (potentially remapped) working dir in crate hash | Aaron Hill | -0/+17 |
| 2021-08-09 | Auto merge of #87619 - 12101111:fix-native_link_modifiers_bundle, r=petrochenkov | bors | -19/+48 |
| 2021-08-08 | Fix feature gate checking of static-nobundle and native_link_modifiers | 12101111 | -19/+48 |
| 2021-08-01 | Auto merge of #87449 - matthiaskrgr:clippyy_v2, r=nagisa | bors | -1/+1 |
| 2021-07-27 | Auto merge of #83491 - jyn514:remove-pretty, r=pnkfelix | bors | -79/+40 |
| 2021-07-25 | clippy::single_char_pattern | Matthias Krüger | -1/+1 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -3/+3 |
| 2021-07-17 | Make `--force-warns` a normal lint level option | inquisitivecrystal | -26/+13 |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -1/+3 |
| 2021-06-21 | Only hash OutputTypes keys in non-crate-hash mode | Aaron Hill | -29/+62 |
| 2021-06-21 | In --emit KIND=PATH options, only hash KIND | Jeremy Fitzhardinge | -2/+12 |
| 2021-06-17 | Emit warnings for unused fields in custom targets. | Adam Bratschi-Kaye | -4/+9 |