| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -44/+0 | |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -4/+4 | |
| Also: * Always use `/* */` block comments * Use the same message everywhere, rather than sometimes prefixing with "some" When I first read rustdoc docs, I was confused why the fields were being omitted. It was only later that I realized it was because they were private. It's also always bothered me that rustdoc sometimes uses `//` and sometimes uses `/*` comments for these messages, so this change makes them all use `/*`. Technically, I think fields can be omitted if they are public but `doc(hidden)` too, but `doc(hidden)` is analogous to privacy. It's really just used to emulate "doc privacy" when -- because of technical limitations -- an item has to be public. So I think it's fine to include this under the category of "private fields". | ||||
| 2020-07-02 | Remove render-redirect-pages option in rustdoc | Guillaume Gomez | -8/+0 | |
| 2019-01-27 | Make 'generate-redirect-pages' option unstable | Guillaume Gomez | -1/+1 | |
| 2019-01-27 | Add generate-old-style-files option to rustdoc | Guillaume Gomez | -0/+7 | |
| 2019-01-27 | Remove rustdoc old style files generation | Guillaume Gomez | -5/+0 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2016-09-09 | rustdoc: Don't add extra newlines for fully opaque structs | Oliver Middleton | -0/+10 | |
| Changes the definition for opaque structs to look like `pub struct Vec<T> { /* fields omitted */ }` to save space on the page. Also only use one line for empty braced structs. | ||||
| 2016-08-17 | Review changes | Nick Cameron | -0/+6 | |
| 2016-04-02 | Refactor `HiddenStructField` into `StrippedItem` | mitaa | -0/+44 | |
