| Age | Commit message (Expand) | Author | Lines |
| 2018-12-01 | Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis | kennytm | -111/+74 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -1/+38 |
| 2018-11-29 | Use raw_entry for more efficient interning | John Kåre Alsaker | -111/+74 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -1/+1 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -9/+2 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-25 | bring back MemoryExtra | Ralf Jung | -1/+1 |
| 2018-11-25 | Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis | bors | -1/+1 |
| 2018-11-25 | Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis | bors | -7/+0 |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -1/+1 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -14/+14 |
| 2018-11-18 | Remove mir::StatementKind::EndRegion | Matthew Jasper | -7/+0 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -3/+3 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -6/+0 |
| 2018-11-13 | Move two `static_assert!`s to better spots. | Nicholas Nethercote | -6/+0 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -2/+2 |
| 2018-11-09 | Simplify logic | Esteban Küber | -8/+2 |
| 2018-11-08 | Sidestep ICE in `type_of_def_id()` when called from `return_type_impl_trait` | Esteban Küber | -1/+21 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -1/+1 |
| 2018-10-29 | Emit Retag statements, kill Validate statements | Ralf Jung | -3/+1 |
| 2018-10-26 | Further foundational stuff on `ProjectionKind` before I add it to `AscribeUse... | Felix S. Klock II | -0/+18 |
| 2018-10-26 | Add intern table for `List<ProjectionElem<'tcx, (), ()>>`. | Felix S. Klock II | -2/+20 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-24 | Minor doc improvements | Vadim Petrochenkov | -1/+3 |
| 2018-10-24 | Add `extern crate` items to extern prelude | Vadim Petrochenkov | -1/+1 |
| 2018-10-22 | convert user-provided signatures into def-id | Niko Matsakis | -16/+2 |
| 2018-10-22 | add a table to track user-provided signatures | Niko Matsakis | -4/+26 |
| 2018-10-20 | Auto merge of #55014 - ljedrz:lazyboye_unwraps, r=matthewjasper | bors | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -26/+12 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -7/+7 |
| 2018-10-19 | Prefer unwrap_or_else to unwrap_or in case of function calls/allocations | ljedrz | -1/+1 |
| 2018-10-17 | Auto merge of #54671 - petrochenkov:extpre2015, r=nikomatsakis | bors | -1/+2 |
| 2018-10-15 | introduce a more expressive `UserSubsts` | Niko Matsakis | -4/+4 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -1/+2 |
| 2018-10-12 | Rollup merge of #54958 - RalfJung:static-assert, r=oli-obk | kennytm | -5/+2 |
| 2018-10-10 | add a macro for static assertions | Ralf Jung | -5/+2 |
| 2018-10-08 | Pass around interned refs to goals and not goals | scalexm | -12/+17 |
| 2018-10-05 | rustc/ty: simplify common patterns | ljedrz | -10/+7 |
| 2018-10-05 | rustc/ty: whitespace fixes | ljedrz | -14/+13 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -1/+1 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -32/+0 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -5/+0 |
| 2018-09-30 | Auto merge of #54596 - mjbshaw:drop, r=RalfJung | bors | -0/+1 |
| 2018-09-29 | don't elide lifetimes in paths in librustc/ | Zack M. Davis | -38/+39 |
| 2018-09-28 | Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_... | Felix S. Klock II | -5/+0 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+2 |
| 2018-09-26 | Make core::mem::needs_drop a const fn | Michael Bradshaw | -0/+1 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -1/+1 |