| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-07-22 | Working generic impl | Guillaume Gomez | -2/+2 |
| 2018-07-22 | some improvements | Guillaume Gomez | -1/+3 |
| 2018-07-22 | Add "self" intra-link support | Guillaume Gomez | -2/+4 |
| 2018-07-20 | Make sure the compiler actually panics on `delay_span_bug` | Oliver Schneider | -0/+1 |
| 2018-07-13 | Misc rustdoc changes | bjorn3 | -3/+3 |
| 2018-07-11 | Improve lint handling in rustdoc | Guillaume Gomez | -3/+12 |
| 2018-07-09 | Auto merge of #51956 - GuillaumeGomez:shutdown-doc-lints, r=oli-obk | bors | -1/+21 |
| 2018-07-09 | add comment about lints whitelisting | Guillaume Gomez | -0/+2 |
| 2018-07-05 | Auto merge of #51732 - GuillaumeGomez:cmd-line-lint-rustdoc, r=QuietMisdreavus | bors | -2/+7 |
| 2018-07-05 | Add command line lint manipulation in rustdoc | Guillaume Gomez | -2/+7 |
| 2018-07-05 | Whitelist lints | Guillaume Gomez | -6/+17 |
| 2018-07-05 | Fix rustdoc run failures by shutting down definitely some lints | Guillaume Gomez | -1/+8 |
| 2018-06-26 | Auto merge of #51678 - Zoxc:combine-lints, r=estebank | bors | -2/+2 |
| 2018-06-21 | Combine all builtin late lints | John Kåre Alsaker | -2/+2 |
| 2018-06-20 | Rename ParamBound(s) to GenericBound(s) | varkor | -1/+1 |
| 2018-06-20 | Lift bounds into GenericParam | varkor | -1/+1 |
| 2018-06-17 | Auto merge of #51382 - GuillaumeGomez:intra-link-lint, r=QuietMisdreavus | bors | -4/+21 |
| 2018-06-13 | Rename intra-doc lint | Guillaume Gomez | -1/+1 |
| 2018-06-13 | Fix options issues | Guillaume Gomez | -8/+5 |
| 2018-06-11 | Fix extern prelude failure in rustdoc | Guillaume Gomez | -1/+3 |