| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Auto merge of #99467 - BelovDV:add_option_link_arg, r=petrochenkov | bors | -2/+15 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -0/+4 |
| 2022-07-26 | Lib kind -l link-arg: | Daniil Belov | -2/+15 |
| 2022-07-20 | Remove implicit names and values from --cfg in --check-cfg | Urgau | -14/+0 |
| 2022-07-16 | Do not ICE when we have -Zunpretty=expand with invalid ABI | Michael Goulet | -0/+8 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -46/+46 |
| 2022-07-06 | session: `output-width` -> `diagnostic-width` | David Wood | -6/+6 |
| 2022-07-06 | session: `terminal-width` -> `output-width` | David Wood | -6/+6 |
| 2022-07-06 | sess: stabilize `--terminal-width` | David Wood | -0/+12 |
| 2022-07-04 | incr.comp.: Make split-dwarf commandline options [TRACKED]. | Michael Woerister | -2/+3 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -43/+0 |
| 2022-06-21 | Auto merge of #97657 - Urgau:check-cfg-many-mut, r=oli-obk | bors | -34/+89 |
| 2022-06-16 | Support lint expectations for `--force-warn` lints (RFC 2383) | xFrednet | -1/+1 |
| 2022-06-15 | Use get_many_mut to reduce the cost of setup ping check cfg values | Urgau | -34/+89 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+1 |
| 2022-06-08 | bye `BorrowckMode` | lcnr | -17/+0 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -12/+0 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -3/+3 |
| 2022-05-15 | rustc: Stricter checking for #[link] attributes | Vadim Petrochenkov | -59/+45 |
| 2022-04-28 | Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errors | bors | -5/+33 |
| 2022-04-28 | Rollup merge of #96483 - Urgau:check-cfg-target_feature, r=petrochenkov | Dylan DPC | -0/+5 |
| 2022-04-27 | Add missing `target_feature` to the list of well known cfg names | Loïc BRANSTETT | -0/+5 |
| 2022-04-27 | Add --json unused-externs-silent with original behaviour | Jeremy Fitzhardinge | -5/+33 |
| 2022-04-23 | Add support for `nounused` --extern flag | Jeremy Fitzhardinge | -1/+10 |
| 2022-04-20 | Auto merge of #96082 - michaelwoerister:less_impl_stable_hash_via_hash, r=com... | bors | -19/+16 |
| 2022-04-19 | incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it. | Michael Woerister | -19/+16 |
| 2022-04-15 | Remove `--extern-location` and all associated code | Jeremy Fitzhardinge | -116/+0 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -0/+2 |
| 2022-04-03 | Cleanup after some refactoring in rustc_target | Loïc BRANSTETT | -1/+1 |
| 2022-04-03 | Replace every Vec in Target(Options) with it's Cow equivalent | Loïc BRANSTETT | -1/+1 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -22/+41 |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -42/+30 |
| 2022-03-18 | Auto merge of #88098 - Amanieu:oom_panic, r=nagisa | bors | -3/+25 |
| 2022-03-09 | Add miri to the well known conditional compilation names and values | Loïc BRANSTETT | -5/+10 |
| 2022-03-06 | Update -Z unpretty error message | Alex Macleod | -4/+3 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -6/+110 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -5/+102 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -5/+2 |
| 2022-03-03 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -3/+25 |
| 2022-03-03 | Add support for values() with --check-cfg | Loïc BRANSTETT | -1/+8 |
| 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 |