| Age | Commit message (Expand) | Author | Lines |
| 2019-09-13 | codegen: use "_N" (like for other locals) instead of "argN", for argument names. | Eduard-Mihai Burtescu | -1/+2 |
| 2019-09-13 | Auto merge of #63420 - spastorino:place2_5, r=oli-obk | bors | -78/+71 |
| 2019-09-13 | Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton | bors | -0/+19 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -31/+30 |
| 2019-09-12 | Remove env vars instead of setting them to an empty string | Aleksi Juvani | -0/+19 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -6/+6 |
| 2019-09-11 | Upgrade parking_lot and tempfile rustc dependencies | Mateusz Mikuła | -2/+2 |
| 2019-09-11 | Use `Symbol` in `Linker`. | Nicholas Nethercote | -51/+63 |
| 2019-09-09 | Use slice patterns to match projection base | Santiago Pastorino | -10/+3 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -72/+72 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -6/+1 |
| 2019-09-06 | rustc_codegen_llvm: give names to non-alloca variable values. | Eduard-Mihai Burtescu | -10/+24 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -5/+1 |
| 2019-09-05 | Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper | Mazdak Farrokhzad | -11/+22 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -9/+8 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -2/+2 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -8/+20 |
| 2019-08-29 | `new_thin_place` is only used with `align` = `layout.align.abi` | Dante-Broggi | -3/+2 |
| 2019-08-29 | Rollup merge of #63965 - loganwendholt:linker-script-fix, r=michaelwoerister | Mazdak Farrokhzad | -4/+7 |
| 2019-08-29 | Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-08-28 | Auto merge of #63875 - philipc:issue-57822, r=michaelwoerister | bors | -4/+10 |
| 2019-08-27 | Prevent syntax error in ld linker version script | Logan Wendholt | -4/+7 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 |
| 2019-08-27 | debuginfo: always include disambiguator in type names | Philip Craig | -10/+8 |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -2/+10 |
| 2019-08-22 | Handle statics in `Subst::subst()` by implementing `TypeFoldable` | Wesley Wiser | -9/+2 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -1/+0 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -7/+20 |
| 2019-08-17 | Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} | Matthew Jasper | -1/+8 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -3/+3 |
| 2019-08-15 | hygiene: `ExpnInfo` -> `ExpnData` | Vadim Petrochenkov | -1/+1 |
| 2019-08-15 | hygiene: Remove `Option`s from functions returning `ExpnInfo` | Vadim Petrochenkov | -4/+1 |
| 2019-08-15 | syntax_pos: Introduce a helper for checking whether a span comes from expansion | Vadim Petrochenkov | -2/+2 |
| 2019-08-15 | Rollup merge of #63155 - mfkl:uwp-msvc, r=alexcrichton | Mazdak Farrokhzad | -0/+32 |
| 2019-08-13 | review feedback: add comments and use local flavor variable | Martin Finkel | -1/+4 |
| 2019-08-12 | review feedback: move uwp link code to get_linker | Martin Finkel | -13/+28 |
| 2019-08-11 | Rollup merge of #63464 - Mark-Simulacrum:deref-instance, r=eddyb | Mark Rousskov | -3/+3 |
| 2019-08-11 | Copy ty::Instance instead of passing by reference | Mark Rousskov | -3/+3 |
| 2019-08-10 | Derive Debug for CrateInfo | bjorn3 | -0/+1 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -2/+3 |
| 2019-08-08 | move store lib probing code to librustc_codegen_ssa | Martin Finkel | -0/+14 |
| 2019-08-07 | Auto merge of #63152 - estebank:big-array, r=oli-obk | bors | -13/+30 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -4/+4 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -4/+4 |
| 2019-08-04 | tweak output and tests | Esteban Küber | -8/+19 |
| 2019-08-04 | review comments: clean up | Esteban Küber | -10/+5 |
| 2019-08-03 | Simplify change to layout_of | Esteban Küber | -1/+0 |
| 2019-08-03 | Point to local place span on "type too big" error | Esteban Küber | -5/+17 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -5/+4 |