| Age | Commit message (Expand) | Author | Lines |
| 2020-07-25 | Fixed coverage map issues; better aligned with LLVM APIs | Rich Kadel | -1/+1 |
| 2020-07-22 | Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation, r=wesl... | bors | -1/+1 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -2/+2 |
| 2020-07-22 | sess: disable polymorphisation | David Wood | -1/+1 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -2/+0 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -0/+4 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -5/+7 |
| 2020-07-14 | Stabilize control-flow-guard codegen option | Andrew Paverd | -2/+2 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -2/+3 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -2/+3 |
| 2020-06-28 | Remove defunct `-Z print-region-graph` | Tomasz Miąsko | -3/+0 |
| 2020-06-25 | Rollup merge of #72738 - mati865:self-contained-option, r=petrochenkov | Manish Goregaokar | -0/+3 |
| 2020-06-25 | Add unstable rustc option to control self-contained linkage mode | Mateusz Mikuła | -0/+3 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -2/+3 |
| 2020-06-20 | Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum | Ralf Jung | -8/+21 |
| 2020-06-19 | Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikic | Manish Goregaokar | -21/+11 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -2/+3 |
| 2020-06-16 | Update CFGuard syntax | Andrew Paverd | -8/+21 |
| 2020-06-15 | moved to post_borrowck_cleanup & used MirPatch | Rich Kadel | -2/+2 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+3 |
| 2020-06-14 | Diagnose use of incompatible sanitizers | Tomasz Miąsko | -21/+11 |
| 2020-06-04 | Add `-Z span-debug` to allow for easier debugging of proc macros | Aaron Hill | -0/+2 |
| 2020-05-27 | Add -Z profile-emit=<path> for Gcov gcda output. | Ivan Lozano | -0/+3 |
| 2020-05-25 | Add a small MIR validation pass | Jonas Schievink | -0/+2 |
| 2020-05-20 | Eliminate some `Option<NativeLibKind>`s | Vadim Petrochenkov | -1/+1 |
| 2020-05-20 | Rename some types describing native libraries | Vadim Petrochenkov | -2/+2 |
| 2020-05-17 | Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu | bors | -4/+13 |
| 2020-05-16 | Rollup merge of #72094 - petrochenkov:overfeature, r=nikic | Ralf Jung | -1/+15 |
| 2020-05-16 | rustc_target: Stop using "string typing" for code models | Vadim Petrochenkov | -4/+13 |
| 2020-05-11 | cmdline: Make target features individually overridable | Vadim Petrochenkov | -1/+15 |
| 2020-05-10 | Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov | bors | -3/+13 |
| 2020-05-10 | add linking option strip | YI | -3/+13 |
| 2020-05-09 | Rollup merge of #71234 - maurer:init-array, r=cuviper | Ralf Jung | -0/+2 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -0/+2 |
| 2020-05-06 | Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic | Dylan DPC | -2/+2 |
| 2020-05-06 | Define UB in float-to-int casts to saturate | Mark Rousskov | -2/+2 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+2 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -4/+2 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -0/+2 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -2/+0 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -2/+13 |
| 2020-04-26 | rustc-book: Document `-C relocation-model` | Vadim Petrochenkov | -1/+2 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -6/+14 |
| 2020-04-22 | Alphabetize the `-C` and `-Z` options. | Nicholas Nethercote | -270/+294 |
| 2020-04-22 | Add a new option `-Cbitcode-in-rlib`. | Nicholas Nethercote | -0/+2 |
| 2020-04-19 | Disallow values for `-C no-*` and `-Z no-*` options again. | Nicholas Nethercote | -24/+34 |
| 2020-04-19 | Show defaults in options descriptions. | Nicholas Nethercote | -99/+109 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -13/+16 |
| 2020-04-19 | Make option type descriptions non-optional. | Nicholas Nethercote | -59/+38 |
| 2020-04-19 | Tweak `parse_opt_uint`. | Nicholas Nethercote | -1/+1 |