| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-10-13 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -0/+1 |
| 2018-10-09 | Store nightly build instead of checking env var every time | Guillaume Gomez | -1/+1 |
| 2018-10-09 | Add lint for doc without codeblocks | Guillaume Gomez | -1/+3 |
| 2018-09-22 | Auto merge of #54457 - pietroalbini:rollup, r=pietroalbini | bors | -3/+8 |
| 2018-09-22 | Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomez | Pietro Albini | -3/+8 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -3/+1 |
| 2018-09-20 | fix intra-links for trait impls | QuietMisdreavus | -1/+11 |
| 2018-09-20 | shuffle ownership of `external_traits` | QuietMisdreavus | -3/+3 |
| 2018-09-20 | refactor: move `access_levels` into RenderInfo | QuietMisdreavus | -6/+4 |
| 2018-09-20 | only move access_levels/external_traits after early passes | QuietMisdreavus | -0/+4 |
| 2018-09-20 | rustdoc: collect trait impls as an early pass | QuietMisdreavus | -3/+1 |
| 2018-09-19 | add -Zui-testing to rustdoc | QuietMisdreavus | -3/+8 |
| 2018-09-13 | Add treat-err-as-bug flag in rustdoc | Guillaume Gomez | -8/+11 |
| 2018-08-19 | mv codemap source_map | Donato Sciarra | -8/+8 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -4/+4 |
| 2018-08-19 | mv CodeMap SourceMap | Donato Sciarra | -4/+4 |
| 2018-08-07 | Avoid unnecessary pattern matching against Option and Result | ljedrz | -1/+1 |
| 2018-08-04 | only abort after all early passes have run | QuietMisdreavus | -0/+2 |
| 2018-08-04 | turn intra-doc-link collection into an early pass | QuietMisdreavus | -6/+3 |
| 2018-08-04 | introduce "early passes" an convert a few over | QuietMisdreavus | -4/+70 |
| 2018-08-04 | Auto merge of #52827 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -3/+142 |
| 2018-08-04 | Move basic_options to impl of Default | Mark Rousskov | -3/+3 |
| 2018-08-04 | Normalize variants of CrateType to standard style | Mark Rousskov | -1/+1 |
| 2018-08-04 | Remove FinderTrait and move its functions into DocContext | Guillaume Gomez | -3/+142 |
| 2018-08-03 | Store concrete crate stores where possible | Mark Rousskov | -5/+4 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -3/+1 |
| 2018-07-28 | Auto merge of #52585 - GuillaumeGomez:generic-impls, r=QuietMisdreavus | bors | -1/+3 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -1/+1 |
| 2018-07-23 | Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavus | bors | -3/+3 |
| 2018-07-23 | Auto merge of #52568 - oli-obk:span_bug_error, r=varkor | bors | -0/+1 |