| Age | Commit message (Expand) | Author | Lines |
| 2020-05-04 | Auto merge of #71754 - alexcrichton:no-bitcode-in-cache, r=nnethercote | bors | -21/+6 |
| 2020-05-02 | cleanup: `config::CrateType` -> `CrateType` | Vadim Petrochenkov | -7/+6 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+2 |
| 2020-05-01 | Don't copy bytecode files into the incr. comp. cache. | Nicholas Nethercote | -21/+6 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -2/+2 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -29/+3 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -29/+3 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -2/+2 |
| 2020-04-26 | codegen_llvm: Simplify logic for relaxing PIC into PIE | Vadim Petrochenkov | -1/+1 |
| 2020-04-25 | Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertj | Dylan DPC | -5/+18 |
| 2020-04-22 | Add a new option `-Cbitcode-in-rlib`. | Nicholas Nethercote | -1/+2 |
| 2020-04-20 | Ignore -Zprofile when building compiler_builtins | Amanieu d'Antras | -5/+18 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -1/+1 |
| 2020-04-11 | Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul... | Dylan DPC | -162/+140 |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-01 | Rename `modules_config` as `regular_config`. | Nicholas Nethercote | -4/+4 |
| 2020-04-01 | Improve `ModuleConfig` initialization. | Nicholas Nethercote | -152/+137 |
| 2020-04-01 | Remove some dead code. | Nicholas Nethercote | -7/+0 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -65/+1 |
| 2020-03-26 | Introduce `EmitObj`. | Nicholas Nethercote | -32/+49 |
| 2020-03-25 | Remove `TargetOptions::embed_bitcode`. | Nicholas Nethercote | -9/+8 |
| 2020-03-24 | Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb | Mazdak Farrokhzad | -17/+22 |
| 2020-03-23 | Combine `ModuleConfig::embed_bitcode{,_marker}`. | Nicholas Nethercote | -14/+22 |
| 2020-03-22 | don't create variable bindings just to return the bound value immediately (cl... | Matthias Krüger | -4/+2 |
| 2020-03-19 | Remove unused `ModuleConfig::emit_lto_bc` field. | Nicholas Nethercote | -3/+0 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -4/+4 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -2/+2 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | simplify condition in start_executing_work() | Matthias Krüger | -5/+5 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -6/+6 |
| 2020-02-12 | Add support for new pass manager | Nikita Popov | -0/+3 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -6/+13 |
| 2020-01-23 | Make ExportedSymbols type more local because it's not supposed to be | Michael Woerister | -1/+5 |
| 2020-01-20 | Make sure that all upstream generics get re-exported from Rust dylibs. | Michael Woerister | -2/+2 |
| 2020-01-11 | Auto merge of #67458 - pnkfelix:fix-66530-by-propagating-fatal-error-from-wor... | bors | -8/+18 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -2/+7 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -1/+1 |
| 2020-01-08 | Remove `-Z continue-parse-after-error` | Vadim Petrochenkov | -1/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -32/+19 |
| 2020-01-04 | canonicalize FxHash{Map,Set} imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-30 | When a codegen worker has a FatalError, propagate it instead of ICE'ing. | Felix S. Klock II | -8/+18 |
| 2019-12-22 | Format the world | Mark Rousskov | -292/+275 |
| 2019-12-03 | Move cgu_reuse_tracker to librustc_session | Mark Rousskov | -1/+1 |
| 2019-12-03 | Decouple CguReuseTracker from Session | Mark Rousskov | -1/+1 |