| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -1/+1 | |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -56/+5 | |
| Remove theme.js file Fixes #82616. The first commit moves the `theme.js` file into `main.js`, which requires to also run a small `.replace` on the `main.js` content. The second commit is just a small cleanup to centralize DOM ids. Since it removes a file from rustdoc output: cc `@rust-lang/docs-rs` cc `@jsha` r? `@jyn514` | ||||
| 2021-03-07 | Update Source Code Pro and include italics | Trevor Spiteri | -2/+3 | |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -18/+21 | |
| This allows sharing those files between different doc invocations without having to know their names ahead of time. | ||||
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -15/+21 | |
| This allows querying it programatically. | ||||
| 2021-03-05 | Remove theme.js file creation and move its code inside main.js | Guillaume Gomez | -56/+5 | |
| 2021-03-04 | Moved `write_shared` to its own file | Nicholas-Baron | -0/+542 | |
