| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-04 | Distinguish between private items and hidden items in rustdoc | David Tolnay | -1/+1 | |
| I believe rustdoc should not be conflating private items (visibility lower than `pub`) and hidden items (attribute `doc(hidden)`). This matters now that Cargo is passing --document-private-items by default for bin crates. In bin crates that rely on macros, intentionally hidden implementation details of the macros can overwhelm the actual useful internal API that one would want to document. This PR restores the strip-hidden pass when documenting private items, and introduces a separate unstable --document-hidden-items option to skip the strip-hidden pass. The two options are orthogonal to one another. | ||||
| 2019-12-22 | Format the world | Mark Rousskov | -10/+10 | |
| 2019-08-11 | Store typed Passes | Mark Rousskov | -1/+3 | |
| 2019-07-01 | Fix import of take in collapse_docs.rs | Chris Gregory | -1/+1 | |
| 2019-07-01 | Convert more usages over | Chris Gregory | -1/+1 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -1/+1 | |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -3/+5 | |
| 2019-02-23 | move collapse and unindent docs passes earlier | Andy Russell | -2/+3 | |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -4/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-04 | strongly-typed passes | QuietMisdreavus | -0/+5 | |
| 2018-07-24 | remove pluginmanager | steveklabnik | -2/+1 | |
| 2017-11-21 | allow loading external files in documentation | QuietMisdreavus | -9/+63 | |
| Partial implementation of https://github.com/rust-lang/rfcs/pull/1990 (needs error reporting work) cc #44732 | ||||
| 2016-11-24 | rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. | Eduard-Mihai Burtescu | -22/+15 | |
| 2016-09-25 | Move in-pass-function structs and impls outside functions. | Corey Farwell | -22/+24 | |
| Now that each pass has its own module, there's not much of a reason to keep these structs within the functions. | ||||
| 2016-09-25 | Separate rustdoc passes into separate modules. | Corey Farwell | -0/+45 | |
