| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix lint findings in librustdoc | flip1995 | -2/+2 |
| 2019-04-25 | Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc | bors | -9/+0 |
| 2019-04-24 | doc: some HirIdification | ljedrz | -9/+0 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -17/+13 |
| 2019-04-02 | Update rustdoc | Oliver Scherer | -1/+2 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -6/+6 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -3/+3 |
| 2019-03-18 | Implement const generics in `generics_to_path_params` | varkor | -2/+10 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -6/+6 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -2/+1 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -3/+3 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -131/+76 |
| 2019-03-09 | Rollup merge of #58626 - QuietMisdreavus:doc-coverage, r=GuillaumeGomez | Mazdak Farrokhzad | -4/+7 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+1 |
| 2019-03-08 | Rollup merge of #58984 - estebank:multi-treat-err-as-bug, r=oli-obk | Pietro Albini | -1/+1 |
| 2019-03-07 | hir: remove NodeId from PathSegment | ljedrz | -1/+0 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -3/+12 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -1/+1 |
| 2019-03-05 | Stub rustdoc const generics implementations | varkor | -0/+3 |
| 2019-02-28 | add option to calculate documentation coverage | QuietMisdreavus | -4/+7 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -16/+17 |
| 2019-02-27 | Rollup merge of #58627 - euclio:rustdoc-pass-order, r=QuietMisdreavus | Mazdak Farrokhzad | -3/+5 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -3/+0 |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -3/+5 |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -6/+7 |
| 2019-02-15 | Drive-by cleanup | varkor | -1/+1 |
| 2019-02-15 | Add Const kind to rustdoc | varkor | -3/+10 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -1/+1 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -0/+2 |
| 2019-01-17 | Querify glob map usage (last use of CrateAnalysis) | Igor Matuszewski | -5/+2 |
| 2019-01-17 | Remove access level mention from DocContext | Igor Matuszewski | -3/+0 |
| 2019-01-13 | Always calculate glob map but only for glob uses | Igor Matuszewski | -2/+1 |
| 2019-01-05 | Rollup merge of #57343 - Xanewok:querify-access-levels, r=nikomatsakis | kennytm | -4/+2 |
| 2019-01-04 | Remove unused name from CrateAnalysis | Igor Matuszewski | -1/+0 |
| 2019-01-04 | Replace CrateAnalysis::access_levels with query | Igor Matuszewski | -3/+2 |
| 2019-01-02 | make `panictry!` private to libsyntax | Andy Russell | -2/+8 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-19 | Auto merge of #56601 - Zoxc:lifetime-killer, r=nikomatsakis | bors | -2/+2 |
| 2018-12-19 | Rollup merge of #56663 - Zoxc:resolver-lifetime, r=pnkfelix | Pietro Albini | -3/+3 |
| 2018-12-13 | Make the 'a lifetime on TyCtxt useless | John Kåre Alsaker | -2/+2 |
| 2018-12-12 | Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`. | Nicholas Nethercote | -1/+1 |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -3/+3 |
| 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 | -5/+5 |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -1/+3 |
| 2018-11-02 | pass the Options struct instead of individual args | QuietMisdreavus | -41/+36 |
| 2018-10-26 | Fix tests and rustdoc | Nick Cameron | -0/+2 |
| 2018-10-24 | Feature gate extern prelude additions from `extern crate` items | Vadim Petrochenkov | -1/+3 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -3/+3 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -3/+3 |
| 2018-10-18 | Auto merge of #54349 - GuillaumeGomez:no-example-lint, r=QuietMisdreavus | bors | -1/+3 |