| Age | Commit message (Expand) | Author | Lines |
| 2022-09-18 | Remove -Znew-llvm-pass-manager | Josh Stone | -1/+0 |
| 2022-09-12 | change rlib format to discern native dependencies | Daniil Belov | -0/+1 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -5/+3 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+1 |
| 2022-07-29 | proc_macro: use crossbeam channels for the proc_macro cross-thread bridge | Nika Layzell | -1/+2 |
| 2022-07-28 | Use line numbers relative to function in mir opt tests | Nilstrieb | -0/+1 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+1 |
| 2022-07-25 | feat: impl export-executable-symbols | csmoe | -0/+1 |
| 2022-07-21 | Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwco | bors | -0/+1 |
| 2022-07-19 | Add flag to configure `noalias` on `Box<T>` | nils | -0/+1 |
| 2022-07-14 | rustc: add ability to output regular LTO bitcode modules | Ziv Dunkelman | -0/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -7/+7 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -0/+1 |
| 2022-07-08 | Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholk | Dylan DPC | -0/+1 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -1/+0 |
| 2022-06-26 | Add a `-Zdump-drop-tracking-cfg` debugging flag | Joshua Nelson | -0/+1 |
| 2022-06-14 | Add -Zvirtual-function-elimination flag | flip1995 | -0/+1 |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+1 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -2/+0 |
| 2022-04-25 | Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -0/+1 |
| 2022-04-16 | Add support for MIR opt unit tests | Jakob Degen | -0/+1 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -0/+1 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -2/+3 |
| 2022-03-03 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -2/+3 |
| 2022-02-26 | Auto merge of #93516 - nagisa:branch-protection, r=cjgillot | bors | -1/+4 |
| 2022-02-19 | No branch protection metadata unless enabled | Simonas Kazlauskas | -1/+4 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -1/+1 |
| 2022-02-09 | Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoerister | bors | -1/+0 |
| 2022-02-07 | Add a flag enabling drop range tracking in generators | Tomasz Miąsko | -0/+1 |
| 2022-02-06 | Delete query stats | Mark Rousskov | -1/+0 |
| 2022-02-04 | Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley... | Matthias Krüger | -0/+1 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -1/+0 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -0/+1 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -0/+1 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -1/+0 |
| 2022-01-01 | Stabilize -Z instrument-coverage as -C instrument-coverage | Josh Triplett | -0/+1 |
| 2022-01-01 | Stabilize -Z symbol-mangling-version as -C symbol-mangling-version | Josh Triplett | -0/+1 |
| 2021-12-29 | Auto merge of #88354 - Jmc18134:hint-space-pauth-opt, r=nagisa | bors | -2/+7 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -1/+0 |
| 2021-12-01 | Review comments | Jamie Cunliffe | -4/+4 |
| 2021-12-01 | Add codegen option for branch protection and pointer authentication on AArch64 | James McGregor | -2/+7 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -1/+0 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -5/+8 |
| 2021-11-19 | Auto merge of #90329 - nbdd0121:typeck, r=nagisa | bors | -0/+1 |
| 2021-11-19 | Rollup merge of #90386 - pierwill:assert-incr-state-85864, r=Aaron1011 | Yuki Okushi | -0/+1 |
| 2021-11-15 | Stabilize -Z strip as -C strip | Josh Triplett | -1/+1 |
| 2021-11-15 | Try all stable candidates first before trying unstable ones | Gary Guo | -0/+1 |