| Age | Commit message (Expand) | Author | Lines |
| 2018-11-20 | Fix Rustdoc ICE when checking blanket impls | Aaron Hill | -2/+9 |
| 2018-11-20 | squashed form of #54145 | Nick Cameron | -0/+2 |
| 2018-11-19 | don't inline `pub use some_crate` unless directly asked to | QuietMisdreavus | -1/+14 |
| 2018-10-29 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 2018-10-22 | Correct trailing ellipsis in name_from_pat | varkor | -1/+1 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -11/+10 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -18/+18 |
| 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 | -30/+74 |
| 2018-09-29 | Rollup merge of #54577 - QuietMisdreavus:docs-for-procs, r=GuillaumeGomez | kennytm | -30/+74 |
| 2018-09-28 | rustc: keep a Span for each predicate in ty::GenericPredicates. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-09-26 | add derive macros' helper attributes to doc output | QuietMisdreavus | -1/+9 |
| 2018-09-26 | Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb | bors | -5/+14 |
| 2018-09-25 | disable proc-macro re-export inlining | QuietMisdreavus | -7/+8 |
| 2018-09-25 | handle proc-macros as macros instead of functions | QuietMisdreavus | -32/+67 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -6/+14 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -7/+4 |
| 2018-09-20 | collect auto-/blanket-impls during collect-trait-impls | QuietMisdreavus | -62/+26 |
| 2018-09-20 | don't check visibility when inlining local impls | QuietMisdreavus | -6/+10 |
| 2018-09-20 | pull impl generics from HIR if available | QuietMisdreavus | -13/+19 |
| 2018-09-20 | collect impl items from the HIR if available | QuietMisdreavus | -6/+17 |
| 2018-09-20 | pull local types from the HIR instead of tcx | QuietMisdreavus | -1/+10 |
| 2018-09-20 | handle local names when registering FQNs | QuietMisdreavus | -4/+8 |
| 2018-09-20 | add a bunch of debug prints | QuietMisdreavus | -0/+1 |
| 2018-09-20 | undo some tweaks to build_impl | QuietMisdreavus | -13/+8 |
| 2018-09-20 | don't record an external trait if it's not external | QuietMisdreavus | -0/+4 |
| 2018-09-20 | only move access_levels/external_traits after early passes | QuietMisdreavus | -5/+2 |
| 2018-09-20 | print local inlined consts via the HIR map | QuietMisdreavus | -1/+5 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -73/+13 |
| 2018-09-13 | expose `evaluate_obligation` that captures overflow, use in rustdoc | Niko Matsakis | -5/+14 |
| 2018-09-13 | introduce SelfCtor | F001 | -1/+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 | -2/+2 |
| 2018-08-22 | Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} | varkor | -6/+6 |
| 2018-08-22 | Remove unnecessary TyKind::s | varkor | -1/+1 |
| 2018-08-22 | Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} | varkor | -24/+24 |
| 2018-08-22 | Remove Ty prefix from Ty{Foreign|Param} | varkor | -8/+8 |
| 2018-08-22 | Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu... | varkor | -25/+25 |
| 2018-08-22 | Rename ty::TyVariants to ty::TyKind | varkor | -1/+1 |