| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -2/+3 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -5/+2 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -5/+2 |
| 2019-09-28 | rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`. | Eduard-Mihai Burtescu | -18/+8 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -57/+33 |
| 2019-09-28 | Generate llvm.sideeffect at function entry instead of call | Xiang Fan | -5/+9 |
| 2019-09-28 | Gate llvm.sideeffect under -Z insert-sideeffect | Xiang Fan | -7/+9 |
| 2019-09-28 | Add llvm.sideeffect to potential infinite loops and recursions | Xiang Fan | -1/+37 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -5/+5 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -4/+4 |
| 2019-09-26 | Rename `ImplItem.node` to `ImplItem.kind` | varkor | -1/+1 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -29/+27 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -29/+27 |
| 2019-09-25 | Only add sanitizer runtimes when linking an executable (#64629). | Christian Holler (:decoder) | -1/+3 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -23/+23 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -30/+74 |
| 2019-09-24 | Rollup merge of #64702 - sinkuu:deps, r=jonas-schievink | Mazdak Farrokhzad | -1/+0 |
| 2019-09-23 | Allow using upstream generics in a dylib crate type | Alex Crichton | -2/+20 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -1/+1 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -27/+53 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -15/+7 |
| 2019-09-23 | Remove unused dependencies | Shotaro Yamada | -1/+0 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -4/+3 |
| 2019-09-17 | Remove Handler::{emit, emit_with_code} | Mark Rousskov | -13/+5 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -2/+2 |
| 2019-09-16 | Auto merge of #64381 - mati865:rand, r=alexcrichton | bors | -2/+2 |
| 2019-09-14 | Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe | Mazdak Farrokhzad | -32/+32 |
| 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 |