| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-07-27 | private_items_doc_tests -> doc_test_lints | Joshua Nelson | -97/+0 | |
| 2020-07-27 | Move `look_for_tests` to `private_items_doc_tests` | Joshua Nelson | -1/+61 | |
| 2020-07-27 | Separate `missing_doc_code_examples` from intra-doc links | Joshua Nelson | -1/+1 | |
| These two lints have no relation other than both being nightly-only. This allows stabilizing intra-doc links without stabilizing missing_doc_code_examples. | ||||
| 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 | -3/+1 | |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -6/+6 | |
| 2019-02-23 | merge early and late passes into single struct | Andy Russell | -4/+5 | |
| 2019-02-23 | Transition librustdoc to 2018 edition | Hirokazu Hata | -6/+5 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-10 | Remove lifetime from Resolver | John Kåre Alsaker | -5/+5 | |
| 2018-11-16 | lint if a private item has doctests | Guillaume Gomez | -0/+49 | |
