| Age | Commit message (Expand) | Author | Lines |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -28/+30 |
| 2018-10-04 | Rollup merge of #54789 - scalexm:unnormalized, r=nikomatsakis | Pietro Albini | -7/+32 |
| 2018-10-03 | Introduce `TyKind::UnnormalizedProjection` | scalexm | -7/+32 |
| 2018-10-03 | Add examples to `TyKind::FnDef` and `TyKind::FnPtr` docs | Philipp Hansch | -0/+17 |
| 2018-10-03 | Poke in the dark and see if bors+windows stops screaming | Oliver Schneider | -1/+3 |
| 2018-10-03 | Fix typo | Oliver Schneider | -1/+1 |
| 2018-10-03 | Only promote calls to `#[rustc_promotable]` const fns | Oliver Schneider | -36/+133 |
| 2018-10-03 | rustc/ty: improve allocations | ljedrz | -5/+3 |
| 2018-10-03 | rustc/ty: calculate span after a possible early continue | ljedrz | -1/+1 |
| 2018-10-03 | rustc/ty: mark a comment as FIXME | ljedrz | -1/+1 |
| 2018-10-03 | rustc/ty: simplify some patterns | ljedrz | -95/+66 |
| 2018-10-03 | rustc/ty: whitespace fixes | ljedrz | -76/+75 |
| 2018-10-02 | Attempt to resolve linking issues. | David Wood | -42/+58 |
| 2018-10-02 | Move prelude crate names into `Session`. | David Wood | -1/+3 |
| 2018-10-02 | Add `crate::` to trait suggestions in Rust 2018. | David Wood | -11/+72 |
| 2018-10-01 | Auto merge of #54667 - RalfJung:maybe-uninit, r=pnkfelix | bors | -5/+5 |
| 2018-10-01 | Introduce language items for `Arc` and `Rc`. | David Wood | -1/+37 |
| 2018-10-01 | Rollup merge of #54676 - pnkfelix:issue-15287-kill-zflag-disabling-ast-check,... | kennytm | -5/+0 |
| 2018-10-01 | Rollup merge of #54679 - phansch:improve_bug_message, r=matthewjasper | kennytm | -1/+6 |
| 2018-09-30 | use is_uninhabited in more places | Jorge Aparicio | -5/+5 |
| 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 | -246/+251 |
| 2018-09-29 | Merge branch 'master' into drop | Michael Bradshaw | -15/+30 |
| 2018-09-30 | Auto merge of #54601 - cuviper:prep-1.31, r=Mark-Simulacrum | bors | -2/+2 |
| 2018-09-29 | Improve bug! message for impossible case in Relate | Philipp Hansch | -1/+6 |
| 2018-09-29 | Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" | Ralf Jung | -5/+5 |
| 2018-09-29 | Auto merge of #54278 - eddyb:spanned-generic-predicates, r=nikomatsakis | bors | -10/+14 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -10/+14 |
| 2018-09-28 | Prefer `#![feature(bind_by_move_pattern_guards)]` over `-Z disable_ast_check_... | Felix S. Klock II | -5/+0 |
| 2018-09-28 | Auto merge of #54338 - orium:fix-macro-inc-comp, r=nrc | bors | -0/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+2 |
| 2018-09-26 | Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa | bors | -0/+10 |
| 2018-09-26 | Make core::mem::needs_drop a const fn | Michael Bradshaw | -0/+1 |
| 2018-09-25 | Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertj | bors | -5/+5 |
| 2018-09-25 | Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakis | bors | -16/+32 |
| 2018-09-25 | Handle impl trait in MIR type checked for assignments. | Matthew Jasper | -1/+1 |
| 2018-09-25 | Lower `impl Trait` types in locals. | Alexander Regueiro | -4/+4 |
| 2018-09-24 | Shrink StatementKind::InlineAsm. | Nicholas Nethercote | -0/+10 |
| 2018-09-23 | Auto merge of #54485 - arielb1:avoid-ctor-attrs, r=eddyb | bors | -4/+14 |
| 2018-09-23 | Correctly handle named lifetimes. | David Wood | -0/+17 |
| 2018-09-22 | Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung | bors | -5/+5 |
| 2018-09-22 | Auto merge of #54188 - lqd:fallout-53695, r=nikomatsakis | bors | -1/+1 |
| 2018-09-22 | use is_uninhabited in more places | Jorge Aparicio | -5/+5 |
| 2018-09-22 | avoid loading constructor attributes in AdtDef decoding | Ariel Ben-Yehuda | -4/+14 |
| 2018-09-20 | Rollup merge of #54295 - ljedrz:cleanups_rustc_traits, r=nikomatsakis | kennytm | -0/+9 |
| 2018-09-19 | Require that marker impls are empty, but allow them to overlap | Scott McMurray | -15/+24 |
| 2018-09-19 | Add an is_marker flag to TraitDef | Scott McMurray | -1/+8 |
| 2018-09-19 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+1 |
| 2018-09-18 | Refactor 'ReadForMatch' into 'FakeRead' and add the cause of the fake read | Remy Rakic | -1/+1 |
| 2018-09-18 | Auto merge of #54034 - pnkfelix:issue-15287-bind-by-move-pattern-guards, r=ni... | bors | -1/+28 |