| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -12/+12 |
| 2019-09-29 | remove ClosureSubsts with SubstsRef | csmoe | -1/+1 |
| 2019-09-29 | clean ClosureSubsts in rustc::ty | csmoe | -21/+26 |
| 2019-09-29 | introduce from_ref helper for replacement | csmoe | -6/+78 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -3/+3 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -71/+24 |
| 2019-09-29 | Rollup merge of #64799 - Aaron1011:fix/double-panic, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+6 |
| 2019-09-29 | Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper | Mazdak Farrokhzad | -33/+2 |
| 2019-09-28 | Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -71/+24 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -33/+2 |
| 2019-09-28 | Rollup merge of #64781 - Mark-Simulacrum:no-global-tcx, r=eddyb | Mazdak Farrokhzad | -35/+22 |
| 2019-09-28 | Move `get_slice_bytes` to `rustc::mir::interpret` so it can be reused. | ben | -18/+4 |
| 2019-09-28 | Add inline function `get_slice_bytes` to remove code duplication. | ben | -24/+18 |
| 2019-09-28 | Add support for relating slices in `super_relate_consts`. | ben | -3/+36 |
| 2019-09-27 | cleanup dead ast-borrowck / migrate-mode code. | Mazdak Farrokhzad | -7/+0 |
| 2019-09-27 | cleanup check_match wrt. SignalledError. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-27 | Remove lift_to_global | Mark Rousskov | -7/+2 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -29/+21 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -1/+1 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -7/+7 |
| 2019-09-26 | Add note about global state in try_print_query_stack | Aaron Hill | -0/+3 |
| 2019-09-26 | Auto merge of #64816 - Centril:rollup-gbeqot4, r=Centril | bors | -11/+0 |
| 2019-09-26 | Use existing Handler to print query stack | Aaron Hill | -2/+3 |
| 2019-09-26 | Rename `Item.node` to `Item.kind` | varkor | -5/+5 |
| 2019-09-26 | Rename `Lit.node` to `Lit.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -1/+1 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -11/+0 |
| 2019-09-26 | Auto merge of #64515 - varkor:kindedterm, r=oli-obk | bors | -147/+157 |
| 2019-09-26 | Rename some `_sty` variables to `_kind` | varkor | -8/+8 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -139/+149 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -11/+40 |
| 2019-09-26 | Auto merge of #64513 - varkor:sty-begone, r=eddyb | bors | -135/+135 |
| 2019-09-25 | Remove tx_to_llvm_workers from TyCtxt | Mark Rousskov | -11/+0 |
| 2019-09-25 | Fix rebase | varkor | -2/+2 |
| 2019-09-25 | Rename surviving uses of `sty` | varkor | -6/+6 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -129/+129 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -3/+3 |
| 2019-09-25 | Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram... | Mazdak Farrokhzad | -3/+3 |
| 2019-09-25 | Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis | Mazdak Farrokhzad | -0/+17 |
| 2019-09-24 | Remove blanket silencing of "type annotation needed" errors | Esteban Küber | -3/+3 |
| 2019-09-24 | cite reservation impls tracking issue | Niko Matsakis | -0/+3 |
| 2019-09-24 | improve comments | Ariel Ben-Yehuda | -1/+1 |
| 2019-09-24 | resolve the rustc_reservation_impl attribute in 1 place | Ariel Ben-Yehuda | -14/+32 |
| 2019-09-24 | reserve `impl<T> From<!> for T` | Ariel Ben-Yehuda | -10/+18 |
| 2019-09-24 | bug-out asyncness query on non-local funtions | csmoe | -10/+11 |
| 2019-09-23 | rustc: Fix mixing crates with different `share_generics` | Alex Crichton | -2/+2 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -4/+3 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -0/+4 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -4/+92 |