| Age | Commit message (Expand) | Author | Lines |
| 2020-04-01 | Rollup merge of #70616 - anyska:fieldplacement-rename, r=oli-obk | Dylan DPC | -6/+6 |
| 2020-04-01 | Rollup merge of #70547 - wesleywiser:extract_can_unwind, r=eddyb | Mazdak Farrokhzad | -58/+11 |
| 2020-03-31 | Address review feedback | Wesley Wiser | -18/+11 |
| 2020-03-31 | rustc_target::abi: rename FieldPlacement to FieldsShape. | Ana-Maria Mihalache | -6/+6 |
| 2020-03-30 | Add `can_unwind` field to `FnAbi` | Wesley Wiser | -41/+1 |
| 2020-03-30 | Fix broken link in README | Youngsuk Kim | -1/+1 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -10/+8 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -40/+41 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -90/+90 |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -1/+1 |
| 2020-03-29 | Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk | Dylan DPC | -30/+30 |
| 2020-03-29 | Stabilize float::to_int_unchecked | Mark Rousskov | -3/+3 |
| 2020-03-29 | reduce rustc_attr usage in places | Mazdak Farrokhzad | -1/+1 |
| 2020-03-28 | Auto merge of #70483 - Centril:rollup-slli4yf, r=Centril | bors | -38/+25 |
| 2020-03-27 | Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichton | Mazdak Farrokhzad | -38/+25 |
| 2020-03-27 | Auto merge of #70162 - cjgillot:split_query, r=Zoxc | bors | -3/+0 |
| 2020-03-27 | Rename TyLayout to TyAndLayout. | Ana-Maria Mihalache | -30/+30 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -6/+6 |
| 2020-03-27 | Remove `no_integrated_as` mode. | Nicholas Nethercote | -38/+25 |
| 2020-03-26 | Rollup merge of #70384 - nnethercote:refactor-object-file-handling, r=alexcri... | Dylan DPC | -40/+47 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -6/+6 |
| 2020-03-26 | Retire DepGraphSafe and HashStableContext. | Camille GILLOT | -3/+0 |
| 2020-03-26 | Convert a chained if-else to a match. | Nicholas Nethercote | -33/+42 |
| 2020-03-26 | Introduce `EmitObj`. | Nicholas Nethercote | -17/+15 |
| 2020-03-25 | Rollup merge of #70226 - RalfJung:checked, r=oli-obk | Dylan DPC | -18/+16 |
| 2020-03-25 | make bit_width return u64, consistently with other sizes in the compiler | Ralf Jung | -18/+16 |
| 2020-03-25 | Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri... | bors | -2/+1 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | Rollup merge of #70289 - nnethercote:refactor-codegen, r=eddyb | Mazdak Farrokhzad | -92/+82 |
| 2020-03-24 | Invert `-Z generate-arange-section`. | Nicholas Nethercote | -2/+1 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #69940 - tmiasko:llvm-api, r=hanna-kruppe | Mazdak Farrokhzad | -16/+23 |
| 2020-03-23 | rustc_codegen_llvm: don't generate static and vtable debuginfo for -Cdebuginf... | Eduard-Mihai Burtescu | -0/+10 |
| 2020-03-23 | rustc_codegen_llvm: don't generate Self type debuginfo for methods for -Cdebu... | Eduard-Mihai Burtescu | -1/+6 |
| 2020-03-23 | rustc_codegen_llvm: don't generate "lexical block" scopes for -Cdebuginfo=1. | Eduard-Mihai Burtescu | -4/+13 |
| 2020-03-23 | Factor out a repeated `config.no_integrated_as` test. | Nicholas Nethercote | -23/+25 |
| 2020-03-23 | Introduce a local variable `config_emit_normal_obj`. | Nicholas Nethercote | -3/+5 |
| 2020-03-23 | Factor out a repeated `config.obj_is_bitcode` test. | Nicholas Nethercote | -9/+11 |
| 2020-03-23 | Remove an unnecessary block scope. | Nicholas Nethercote | -89/+79 |
| 2020-03-23 | Combine `ModuleConfig::embed_bitcode{,_marker}`. | Nicholas Nethercote | -3/+3 |
| 2020-03-23 | Remove some local variables. | Nicholas Nethercote | -19/+13 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -2/+0 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -28/+22 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -2/+0 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -36/+34 |
| 2020-03-17 | Rollup merge of #69922 - RalfJung:less-intrinsic, r=oli-obk | Mazdak Farrokhzad | -20/+2 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -36/+34 |
| 2020-03-15 | Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister | Dylan DPC | -43/+57 |