| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+1 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -4/+0 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+1 |
| 2020-04-29 | Remove -Z no-landing-pads flag | Amanieu d'Antras | -1/+0 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -2/+2 |
| 2020-04-27 | Change return type of `entry_fn` query to return a `LocalDefId` | marmeladema | -1/+1 |
| 2020-04-27 | Accept `LocalDefId` as key for `mir_borrowck` query | marmeladema | -1/+1 |
| 2020-04-27 | Rollup merge of #71558 - petrochenkov:tlsm, r=Amanieu | Dylan DPC | -2/+3 |
| 2020-04-26 | rustc_target: Stop using "string typing" for TLS models | Vadim Petrochenkov | -2/+3 |
| 2020-04-26 | Rollup merge of #71537 - Mark-Simulacrum:no-self-open, r=davidtwco | Dylan DPC | -1/+1 |
| 2020-04-26 | Rollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPC | Dylan DPC | -4/+4 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -2/+2 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -4/+4 |
| 2020-04-26 | Rollup merge of #71554 - gizmondo:68922, r=jonas-schievink | Dylan DPC | -3/+4 |
| 2020-04-25 | Replace thread_local with generator resume arguments in box_region. | Alex Aktsipetrov | -3/+4 |
| 2020-04-25 | Remove support for self-opening | Mark Rousskov | -1/+1 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -11/+8 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -1/+1 |
| 2020-04-22 | Use macros for option tests. | Nicholas Nethercote | -520/+177 |
| 2020-04-22 | Add all the missing option tests. | Nicholas Nethercote | -15/+273 |
| 2020-04-22 | Alphabetize the `-C` and `-Z` options. | Nicholas Nethercote | -77/+109 |
| 2020-04-22 | Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichton | bors | -0/+4 |
| 2020-04-22 | Add a new option `-Cbitcode-in-rlib`. | Nicholas Nethercote | -0/+4 |
| 2020-04-22 | Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakis | Yuki Okushi | -1/+0 |
| 2020-04-20 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -3/+3 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -2/+1 |
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -3/+1 |
| 2020-04-10 | librustc_middle: return LocalDefId instead of DefId in body_owner_def_id | marmeladema | -3/+3 |
| 2020-04-06 | Rollup merge of #70665 - petrochenkov:linkargs, r=nagisa | Mazdak Farrokhzad | -1/+1 |
| 2020-04-05 | Query-ify Instance::resolve | Aaron Hill | -1/+0 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -1/+1 |
| 2020-04-02 | Add hash of source files in debug info | Arlo Siemsen | -5/+3 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -4/+3 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -0/+2 |
| 2020-03-31 | more clippy fixes | Matthias Krüger | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -11/+11 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -21/+21 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -5/+5 |
| 2020-03-28 | Add `-Z dump-mir-dataflow` | Dylan MacKenzie | -0/+2 |
| 2020-03-28 | Auto merge of #70261 - Centril:angle-args-partition, r=varkor | bors | -7/+9 |
| 2020-03-27 | parse: move constraint/arg restriction to ast_validation. | Mazdak Farrokhzad | -7/+9 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -4/+0 |
| 2020-03-25 | Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri... | bors | -4/+0 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | {rustc::hir::map -> rustc_passes}::hir_id_validator | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | Remove `-Z incremental`. | Nicholas Nethercote | -2/+0 |
| 2020-03-24 | Remove several dead `-Z` options. | Nicholas Nethercote | -2/+0 |
| 2020-03-23 | Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centril | bors | -1/+1 |