| Age | Commit message (Expand) | Author | Lines |
| 2020-04-07 | Use assoc integer constants in librustc_* | Linus Färnstrand | -2/+2 |
| 2020-04-06 | Rollup merge of #70665 - petrochenkov:linkargs, r=nagisa | Mazdak Farrokhzad | -16/+8 |
| 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-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 |
| 2020-03-26 | Introduce `EmitObj`. | Nicholas Nethercote | -32/+49 |
| 2020-03-25 | make Size::from* methods generic in the integer type they accept | Ralf Jung | -1/+1 |
| 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 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -0/+3 |
| 2020-03-23 | Rollup merge of #70249 - lcnr:issue70125, r=eddyb | Mazdak Farrokhzad | -24/+19 |
| 2020-03-23 | Combine `ModuleConfig::embed_bitcode{,_marker}`. | Nicholas Nethercote | -14/+22 |
| 2020-03-22 | Rollup merge of #70254 - matthiaskrgr:cl4ppy, r=Centril | Dylan DPC | -7/+3 |
| 2020-03-22 | simplify eval_mir_constant | Bastian Kauschke | -13/+3 |
| 2020-03-22 | handle unevaluated consts after monomophize | Bastian Kauschke | -21/+26 |
| 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 #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ... | Dylan DPC | -1/+6 |
| 2020-03-21 | Fix ICE caused by truncating a negative ZST enum discriminant | Wesley Wiser | -1/+6 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -24/+76 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -3/+3 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -6/+11 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -24/+76 |
| 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 | -22/+22 |
| 2020-03-17 | review feedback: add a comment describing the situation | Joshua M. Clulow | -0/+6 |