| Age | Commit message (Expand) | Author | Lines |
| 2020-04-15 | Use `call` instead of `invoke` for functions that cannot unwind | Wesley Wiser | -1/+3 |
| 2020-04-14 | Add illumos triple | Patrick Mooney | -2/+2 |
| 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 | -9/+6 |
| 2020-04-10 | fix rustc-dev-guide url in src/librustc_codegen_ssa | longfangsong | -1/+1 |
| 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 | -2/+2 |
| 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-06 | Rollup merge of #70665 - petrochenkov:linkargs, r=nagisa | Mazdak Farrokhzad | -16/+8 |
| 2020-04-05 | Remove Arcs in queries. | Camille GILLOT | -9/+6 |
| 2020-04-05 | Stop importing int/float modules in librustc_* | Linus Färnstrand | -2/+0 |
| 2020-04-04 | Do not lose or reorder user-provided linker arguments | Vadim Petrochenkov | -16/+8 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -9/+8 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -61/+58 |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -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-31 | Use Place directly in codegen_place_to_pointer, it's Copy | Santiago Pastorino | -3/+3 |
| 2020-03-31 | Use Place directly in evaluate_array_len, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly in codegen_transmute, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on make_return_dest, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | Use Place directly on codegen_drop_terminator, it's Copy | Santiago Pastorino | -2/+2 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -34/+36 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -104/+104 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-30 | Auto merge of #70449 - ecstatic-morse:visit-body, r=oli-obk | bors | -1/+1 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -26/+30 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 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 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -26/+30 |
| 2020-03-27 | Rollup merge of #70068 - jclulow:illumos-gcc, r=cramertj | Dylan DPC | -1/+13 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -5/+5 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -65/+1 |
| 2020-03-26 | Rollup merge of #70384 - nnethercote:refactor-object-file-handling, r=alexcri... | Dylan DPC | -33/+49 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -5/+5 |