| Age | Commit message (Expand) | Author | Lines |
| 2018-11-24 | Introduce `TyKind::Placeholder` variant | scalexm | -0/+1 |
| 2018-11-15 | Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb | Pietro Albini | -1/+1 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -1/+1 |
| 2018-11-13 | Auto merge of #55912 - kennytm:rollup, r=kennytm | bors | -1/+14 |
| 2018-11-13 | Use a dummy outlives requirement for `where Type:,` (see #53696) | scalexm | -9/+4 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -2/+10 |
| 2018-11-09 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -1/+14 |
| 2018-11-07 | Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco | kennytm | -1/+1 |
| 2018-11-06 | refactor: use shorthand fields | teresy | -1/+1 |
| 2018-11-03 | Auto merge of #55646 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+8 |
| 2018-11-03 | Rollup merge of #54162 - GuillaumeGomez:hide-default-impls-items, r=QuietMisd... | Guillaume Gomez | -0/+8 |
| 2018-11-03 | Remove `ReCanonical` in favor of `ReLateBound` | scalexm | -1/+0 |
| 2018-11-03 | Move `BoundTy` to `ty::TyKind` | scalexm | -0/+1 |
| 2018-11-02 | Don't show associated const items by default | Guillaume Gomez | -1/+0 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -1/+1 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -0/+2 |
| 2018-10-22 | Correct trailing ellipsis in name_from_pat | varkor | -1/+1 |
| 2018-10-22 | Fix multiple errors | Guillaume Gomez | -0/+9 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -3/+2 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -8/+8 |
| 2018-10-13 | Also adjust rustdoc to the principal changes | Oliver Scherer | -38/+35 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -8/+8 |
| 2018-10-04 | rename skolemized to placeholder | Niko Matsakis | -1/+1 |
| 2018-10-03 | Fix `ty::UnnormalizedProjection` in rustdoc | scalexm | -0/+1 |
| 2018-10-02 | Fix rustdoc | Oliver Schneider | -8/+8 |
| 2018-10-02 | Attempt to resolve linking issues. | David Wood | -1/+1 |
| 2018-10-02 | Add `crate::` to trait suggestions in Rust 2018. | David Wood | -0/+1 |
| 2018-09-29 | Auto merge of #54660 - kennytm:rollup, r=kennytm | bors | -1/+35 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -1/+3 |
| 2018-09-26 | add derive macros' helper attributes to doc output | QuietMisdreavus | -0/+2 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -1/+33 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -2/+4 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -4/+1 |
| 2018-09-20 | collect auto-/blanket-impls during collect-trait-impls | QuietMisdreavus | -41/+19 |
| 2018-09-20 | only move access_levels/external_traits after early passes | QuietMisdreavus | -5/+2 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -2/+2 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -2/+2 |
| 2018-08-31 | rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignor... | Eduard-Mihai Burtescu | -1/+7 |
| 2018-08-23 | use String::new() instead of String::from(""), "".to_string(), "".to_owned() ... | Matthias Krüger | -10/+10 |
| 2018-08-22 | Auto merge of #53607 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -0/+9 |
| 2018-08-22 | Rollup merge of #53541 - GuillaumeGomez:fix-impl-trait-ret-type, r=oli-obk | Guillaume Gomez | -0/+9 |
| 2018-08-22 | Replace TyForeign with ForeignTy | varkor | -1/+1 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -5/+5 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -12/+12 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -7/+7 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -24/+24 |
| 2018-08-21 | Fix missing impl trait display as ret type | Guillaume Gomez | -0/+9 |
| 2018-08-20 | Auto merge of #51880 - varkor:generics-hir-generalisation-followup, r=eddyb | bors | -4/+1 |
| 2018-08-19 | mv codemap() source_map() | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |