| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Add log-backtrace option to show backtraces along with logging | Yuki Omoto | -0/+1 |
| 2023-01-10 | Change type of box_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-10 | Change type of mutable_noalias to bool | Tomasz Miąsko | -1/+1 |
| 2023-01-04 | Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flag | Michael Goulet | -1/+2 |
| 2023-01-04 | Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqd | Matthias Krüger | -5/+7 |
| 2023-01-02 | Add json output to `-Zdump-mono-stats` | Joshua Nelson | -5/+7 |
| 2022-12-25 | Mark incremental-ignore-spans as TRACKED. | Camille GILLOT | -1/+1 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -1/+0 |
| 2022-12-04 | Add -Z maximal-hir-to-mir-coverage flag | Will Crichton | -0/+1 |
| 2022-12-02 | Remove `-Zno-interleave-lints`. | Nicholas Nethercote | -1/+0 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-10-26 | fix tracking hash test | mejrs | -1/+1 |
| 2022-10-24 | Address some comments | mejrs | -0/+1 |
| 2022-10-23 | Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`s | Jakub Beránek | -0/+1 |
| 2022-10-18 | Remove `RunCompiler::emitter`. | Nicholas Nethercote | -11/+2 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -11/+16 |
| 2022-10-06 | Remove `-Ztime` option. | Nicholas Nethercote | -1/+0 |
| 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 |