| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-04-05 | change SourceSerifPro to SourceSerif4 in emit-shared-files test | Trevor Spiteri | -3/+3 | |
| 2021-03-31 | Fix `--external-css` to be invocation-specific and note main.js should be ↵ | Joshua Nelson | -7/+17 | |
| invocation specific | ||||
| 2021-03-31 | Rename CrateSpecific -> InvocationSpecific | Joshua Nelson | -11/+11 | |
| 2021-03-31 | Enforce that Toolchain files are static and Crate files are dynamic | Joshua Nelson | -1/+5 | |
| This also changes custom themes from Toolchain to Crate files. | ||||
| 2021-03-25 | Add unstable option to only emit shared/crate-specific files | Joshua Nelson | -0/+33 | |
| The intended use case is for docs.rs, which can now copy exactly the files it cares about, rather than having to guess based on whether they have a resource suffix or not. In particular, some files have a resource suffix but cannot be shared between crates: https://github.com/rust-lang/docs.rs/pull/1312#issuecomment-798783688 The end goal is to fix https://github.com/rust-lang/docs.rs/issues/1327 by reverting https://github.com/rust-lang/docs.rs/pull/1324. This obsoletes `--print=unversioned-files`, which I plan to remove as soon as docs.rs stops using it. | ||||
