| Age | Commit message (Expand) | Author | Lines |
| 2020-05-11 | Rollup merge of #72067 - jonas-schievink:fuel-warn, r=varkor | Dylan DPC | -1/+1 |
| 2020-05-10 | Auto merge of #71825 - contrun:cg-option-strip, r=petrochenkov | bors | -3/+26 |
| 2020-05-10 | Emit a warning when optimization fuel runs out | Jonas Schievink | -1/+1 |
| 2020-05-10 | add linking option strip | YI | -3/+26 |
| 2020-05-10 | Auto merge of #71775 - petrochenkov:crtcfg, r=matthewjasper | bors | -8/+3 |
| 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-05 | Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe | Dylan DPC | -0/+46 |
| 2020-05-04 | Add Option to Force Unwind Tables | Sam Elliott | -0/+46 |
| 2020-05-03 | Auto merge of #71631 - RalfJung:miri-unleash-the-gates, r=oli-obk | bors | -1/+47 |
| 2020-05-03 | fmt | Ralf Jung | -1/+1 |
| 2020-05-03 | warn about each skipped feature gate | Ralf Jung | -21/+27 |
| 2020-05-03 | Rollup merge of #71542 - crlf0710:confusable_idents, r=petrochenkov | Dylan DPC | -0/+16 |
| 2020-05-03 | Enable `cfg` predicate for `target_feature = "crt-static"` only if the target... | Vadim Petrochenkov | -8/+3 |
| 2020-05-03 | Implement `confusable_idents` lint. | Charles Lew | -0/+16 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -9/+14 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -1/+36 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -20/+20 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -6/+4 |
| 2020-04-29 | Use .init_array rather than .ctors | Matthew Maurer | -0/+2 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -3/+0 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -3/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -8/+21 |
| 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 | -12/+21 |
| 2020-04-23 | Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison | Dylan DPC | -0/+7 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -0/+7 |
| 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/+12 |
| 2020-04-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -248/+232 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -4/+3 |
| 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 | -39/+37 |
| 2020-04-19 | Make option type descriptions non-optional. | Nicholas Nethercote | -59/+38 |
| 2020-04-19 | Tweak `parse_opt_uint`. | Nicholas Nethercote | -1/+1 |
| 2020-04-19 | Fix the `-Zsanitizer_memory_track_origins` error message. | Nicholas Nethercote | -13/+7 |
| 2020-04-19 | Clean up the list of parser descriptions. | Nicholas Nethercote | -7/+6 |
| 2020-04-19 | Allow all boolean options to take values. | Nicholas Nethercote | -28/+22 |
| 2020-04-19 | Make some option descriptions fit the usual pattern. | Nicholas Nethercote | -6/+6 |
| 2020-04-18 | Add an option to inhibit automatic injection of profiler_builtins | Amanieu d'Antras | -0/+2 |
| 2020-04-17 | Make -Zprofile set codegen-units to 1 | Amanieu d'Antras | -1/+11 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -6/+3 |
| 2020-04-09 | mark a temporary hack as such | Ralf Jung | -1/+3 |
| 2020-04-07 | rustc_session: forbid lints override regardless of position | Tobias Thiel | -1/+7 |
| 2020-04-07 | Speed up path searching with `find_library_crate`. | Nicholas Nethercote | -13/+39 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -5/+13 |
| 2020-04-04 | Auto merge of #69718 - arlosi:debughash, r=eddyb | bors | -38/+63 |