| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-06-09 | Add lint for intra link resolution failure | Guillaume Gomez | -4/+24 |
| 2018-06-04 | Fix crate-name option in rustdoc | Guillaume Gomez | -1/+4 |
| 2018-05-21 | Stabilize suggestion applicability field in json output | Manish Goregaokar | -1/+0 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -5/+5 |
| 2018-05-14 | factor out rustdoc's error message handler | QuietMisdreavus | -32/+53 |
| 2018-05-13 | Add a Rayon thread pool | John Kåre Alsaker | -152/+153 |
| 2018-04-30 | Auto merge of #50204 - Manishearth:approx-enum, r=estebank | bors | -1/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -1/+1 |
| 2018-04-25 | Approximate -> Applicability | Manish Goregaokar | -1/+1 |
| 2018-04-20 | fix some small compile errors | Kurtis Nusbaum | -1/+1 |
| 2018-04-17 | Make Handler more thread-safe | John Kåre Alsaker | -2/+2 |
| 2018-04-16 | Add error-format and color-config options to rustdoc | Guillaume Gomez | -7/+38 |
| 2018-04-13 | add -C parameter to rustdoc | QuietMisdreavus | -2/+4 |
| 2018-04-01 | Rollup merge of #49451 - QuietMisdreavus:epoch-doctests, r=GuillaumeGomez | Mark Simulacrum | -1/+4 |
| 2018-03-28 | Auto merge of #49019 - phil-opp:target-spec, r=pnkfelix | bors | -2/+4 |
| 2018-03-27 | add --edition flag to rustdoc | QuietMisdreavus | -1/+4 |
| 2018-03-26 | Introduce a TargetTriple enum to support absolute target paths | Philipp Oppermann | -2/+4 |
| 2018-03-24 | Resolve `impl Trait` in argument position | Shotaro Yamada | -0/+3 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -2/+3 |
| 2018-02-24 | Rollup merge of #48415 - QuietMisdreavus:traits-on-traits-on-traits, r=Manish... | Manish Goregaokar | -0/+4 |
| 2018-02-21 | track extern traits being inlined | QuietMisdreavus | -0/+4 |
| 2018-02-18 | Cleanup formatting | Aaron Hill | -7/+5 |
| 2018-02-18 | Generate documentation for auto-trait impls | Aaron Hill | -2/+25 |
| 2018-02-16 | Remove hoedown from rustdoc | Guillaume Gomez | -7/+1 |
| 2018-01-27 | rustc: Load the `rustc_trans` crate at runtime | Alex Crichton | -3/+2 |