| Age | Commit message (Expand) | Author | Lines |
| 2019-01-14 | Add additional human-readable cfg strings to rustdoc | Jethro Beekman | -0/+2 |
| 2019-01-10 | inline pub extern crate statements | DebugSteven | -5/+26 |
| 2019-01-05 | Rollup merge of #57314 - wiktorkuchta:master, r=Centril | kennytm | -1/+1 |
| 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-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 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 | -70/+0 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -1/+2 |
| 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 | -4/+10 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -9/+9 |
| 2018-12-19 | Set constness correctly | Guillaume Gomez | -2/+8 |
| 2018-12-19 | FIXME(RFC1868) point the fixme to the tracking issue | Niv Kaminer | -1/+2 |
| 2018-12-18 | Don't render const keyword on stable | Guillaume Gomez | -2/+2 |
| 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 | -9/+9 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -43/+42 |
| 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 | -61/+61 |
| 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 | -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 |