| 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 | -52/+49 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+2 |
| 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-05-01 | Auto merge of #71623 - petrochenkov:localink, r=estebank | bors | -1/+16 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -8/+5 |
| 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 | -49/+5 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -49/+5 |
| 2020-04-29 | Remove Session::no_landing_pads() | Amanieu d'Antras | -2/+2 |
| 2020-04-28 | Use the query system to allocate. | Camille GILLOT | -8/+5 |
| 2020-04-27 | Disable localization for all linkers | Vadim Petrochenkov | -1/+16 |
| 2020-04-26 | codegen_llvm: Simplify logic for relaxing PIC into PIE | Vadim Petrochenkov | -1/+1 |
| 2020-04-26 | rustc_target: Stop using "string typing" for relocation models | Vadim Petrochenkov | -11/+2 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -5/+1 |
| 2020-04-25 | Rollup merge of #71364 - Amanieu:zprofile_compiler_builtins, r=cramertj | Dylan DPC | -5/+18 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -5/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -2/+2 |
| 2020-04-23 | librustc_middle: return LocalDefId instead of DefId in local_def_id | marmeladema | -5/+5 |
| 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-20 | Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkov | bors | -19/+6 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -3/+5 |
| 2020-04-19 | Replace uses of `parse_opt_*` with `parse_*` where possible. | Nicholas Nethercote | -19/+6 |
| 2020-04-16 | Rollup merge of #71145 - pfmooney:illumos-triple, r=nagisa | Dylan DPC | -1/+1 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -1/+1 |
| 2020-04-13 | linker: Pass `/NODEFAULTLIB` in a more regular way | Vadim Petrochenkov | -16/+3 |
| 2020-04-13 | rustc_target: Make sure lld-link is treated as link.exe by default | Vadim Petrochenkov | -2/+4 |
| 2020-04-11 | Auto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r=Dylan-DPC | bors | -162/+140 |
| 2020-04-11 | Rollup merge of #70644 - nnethercote:clean-up-ModuleConfig-init, r=Mark-Simul... | Dylan DPC | -162/+140 |
| 2020-04-11 | Auto merge of #70161 - cjgillot:query-arena, r=nikomatsakis | bors | -4/+3 |
| 2020-04-09 | Rollup merge of #70868 - petrochenkov:linkorder, r=nagisa,mati865 | Mazdak Farrokhzad | -261/+413 |
| 2020-04-07 | linker: Some minor code cleanup | Vadim Petrochenkov | -58/+38 |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -1/+1 |
| 2020-04-07 | linker: Factor out more parts of `linker_with_args` and add some docs | Vadim Petrochenkov | -121/+183 |
| 2020-04-07 | linker: Add more markup and comments to code producing linker arguments | Vadim Petrochenkov | -23/+61 |
| 2020-04-07 | linker: Factor out addition of pre-, post- and late link args | Vadim Petrochenkov | -35/+82 |
| 2020-04-07 | linker: Factor out linking of pre- and post-link objects | Vadim Petrochenkov | -23/+37 |
| 2020-04-07 | linker: Combine argument building into a single function | Vadim Petrochenkov | -115/+118 |
| 2020-04-07 | linker: Make argument building interface in `trait Linker` richer | Vadim Petrochenkov | -24/+32 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -4/+3 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -16/+8 |
| 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 | -15/+17 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -17/+17 |
| 2020-03-28 | Auto merge of #70095 - jsgf:link-native, r=nagisa | bors | -3/+10 |