| 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 | -3/+3 |
| 2018-11-14 | Wrap some query results in `Lrc`. | Nicholas Nethercote | -3/+3 |
| 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 | Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank | kennytm | -4/+4 |
| 2018-10-26 | Rollup merge of #55258 - Aaron1011:fix/rustdoc-blanket, r=GuillaumeGomez | kennytm | -2/+9 |
| 2018-10-26 | Remove redundant clone | Shotaro Yamada | -4/+4 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -0/+2 |
| 2018-10-22 | Fix Rustdoc ICE when checking blanket impls | Aaron Hill | -2/+9 |
| 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 | -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 |