| Age | Commit message (Expand) | Author | Lines |
| 2019-01-10 | inline pub extern crate statements | DebugSteven | -5/+26 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -4/+15 |
| 2019-01-04 | hack-fix to rustdoc | Ariel Ben-Yehuda | -4/+15 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -12/+11 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -3/+12 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-22 | Auto merge of #56824 - euclio:internal-apis, r=QuietMisdreavus | bors | -21/+27 |
| 2018-12-20 | Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obk | bors | -3/+9 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -1/+1 |
| 2018-12-19 | Set constness correctly | Guillaume Gomez | -2/+8 |
| 2018-12-18 | Don't render const keyword on stable | Guillaume Gomez | -1/+1 |
| 2018-12-14 | simplify deprecation and stability rendering | Andy Russell | -21/+27 |
| 2018-12-10 | fix intra-link resolution spans in block comments | Andy Russell | -2/+0 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -30/+29 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -51/+51 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -3/+3 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -1/+1 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -8/+2 |
| 2018-12-04 | updates all Filename variants to take a fingerprint | Matthew Russo | -1/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -8/+2 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -3/+3 |
| 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 |