| Age | Commit message (Expand) | Author | Lines |
| 2019-10-05 | Rollup merge of #65151 - tmandry:revert-emscripten-upgrade, r=tmandry | Tyler Mandry | -1/+2 |
| 2019-10-05 | Rollup merge of #65124 - memoryruins:castaway, r=petrochenkov | Tyler Mandry | -24/+24 |
| 2019-10-05 | Rollup merge of #65100 - csmoe:generator, r=nikomatsakis | Tyler Mandry | -9/+11 |
| 2019-10-05 | Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri... | Tyler Mandry | -1/+2 |
| 2019-10-05 | Replaces some instances of `as *[const | mut] _` with `.cast()` | memoryruins | -24/+24 |
| 2019-10-04 | Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichton | bors | -2/+1 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -9/+11 |
| 2019-10-04 | Upgrade Emscripten targets to use upstream LLVM backend | Thomas Lively | -2/+1 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -2/+2 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -56/+80 |
| 2019-09-30 | Self-Profiling: Make names of existing events more consistent and use new API. | Michael Woerister | -56/+80 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -3/+3 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+2 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -2/+2 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -2/+2 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -7/+5 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -2/+2 |
| 2019-09-26 | Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril | bors | -7/+14 |
| 2019-09-26 | Rename `ForeignItem.node` to `ForeignItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -1/+1 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -7/+14 |
| 2019-09-26 | Rename some `_sty` variables to `_kind` | varkor | -4/+4 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -4/+4 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -7/+14 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -51/+51 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -23/+13 |
| 2019-09-15 | use println!() | Guanqun Lu | -3/+3 |
| 2019-09-12 | codegen: be more explicit about setting giving names to allocas. | Eduard-Mihai Burtescu | -20/+7 |
| 2019-09-11 | Use `Symbol` in `Linker`. | Nicholas Nethercote | -1/+2 |
| 2019-09-07 | Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov | Mazdak Farrokhzad | -9/+2 |
| 2019-09-06 | rustc_codegen_llvm: give names to non-alloca variable values. | Eduard-Mihai Burtescu | -3/+34 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |
| 2019-09-05 | Remove codegen dependencies | Mark Rousskov | -4/+0 |
| 2019-09-05 | Replace diagnostic plugins with macro_rules | Mark Rousskov | -4/+2 |
| 2019-09-05 | Rollup merge of #64003 - Dante-Broggi:place-align-in-layout, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -21/+23 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm`. | Nicholas Nethercote | -11/+12 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`. | Nicholas Nethercote | -7/+8 |
| 2019-09-04 | Remove `LocalInternedString` uses from `librustc/ty/`. | Nicholas Nethercote | -4/+4 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -9/+50 |
| 2019-08-30 | Fixup remaining direct relocation field references | Andreas Molzer | -4/+4 |
| 2019-08-29 | `new_sized` is mostly used without align | Dante-Broggi | -3/+3 |
| 2019-08-29 | Rollup merge of #63956 - alexcrichton:fix-lto-all-cached, r=michaelwoerister | Mazdak Farrokhzad | -48/+45 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -3/+3 |
| 2019-08-27 | rustc: Handle modules in "fat" LTO more robustly | Alex Crichton | -48/+45 |
| 2019-08-25 | debuginfo: give unique names to closure and generator types | Philip Craig | -3/+7 |
| 2019-08-21 | Fix codegen with explicit allocation byte access | Andreas Molzer | -7/+48 |
| 2019-08-18 | Auto merge of #63635 - oli-obk:default-slice-dangles, r=eddyb | bors | -9/+15 |
| 2019-08-17 | Cast only where necessary | Oliver Scherer | -4/+5 |