| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-27 | Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton | Mazdak Farrokhzad | -65/+1 |
| 2020-03-27 | Implement -Zlink-native-libraries | Jeremy Fitzhardinge | -3/+10 |
| 2020-03-27 | Rollup merge of #70068 - jclulow:illumos-gcc, r=cramertj | Dylan DPC | -1/+13 |
| 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 | -7/+3 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -14/+16 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -14/+16 |
| 2020-03-19 | Remove unused `ModuleConfig::emit_lto_bc` field. | Nicholas Nethercote | -3/+0 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -15/+15 |
| 2020-03-17 | review feedback: add a comment describing the situation | Joshua M. Clulow | -0/+6 |
| 2020-03-17 | Auto merge of #69519 - 12101111:remove-proc-macro-check, r=nagisa | bors | -5/+6 |
| 2020-03-16 | use "gcc" instead of "cc" on *-sun-solaris systems when linking | Joshua M. Clulow | -1/+7 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -15/+15 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -1/+1 |
| 2020-03-14 | Update `krate_attrs` and `get_module` | John Kåre Alsaker | -2/+2 |
| 2020-03-13 | Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum | bors | -0/+14 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-05 | Link to libgcc dynamically on windows-gnu when using dylib crates | Amanieu d'Antras | -0/+14 |