| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-07-20 | std: Create separate docs for the primitives | Brian Anderson | -55/+0 | |
| Having the primitive and module docs derived from the same source causes problems, primarily that they can't contain hyperlinks cross-referencing each other. This crates dedicated private modules in `std` to document the primitive types, then for all primitives that have a corresponding module, puts hyperlinks in moth the primitive docs and the module docs cross-linking each other. This should help clear up confusion when readers find themselves on the wrong page. | ||||
| 2015-07-20 | doc: Clean up primitive short descriptions | Brian Anderson | -2/+2 | |
| This makes the primitive descriptions on the front page read properly as descriptions of types and not of the associated modules. | ||||
| 2015-07-10 | Small tweaks for the documentation of the primitive type array | Ulrik Sverdrup | -4/+4 | |
| 2015-07-09 | Expand documentation for the primitive type array | Ulrik Sverdrup | -6/+35 | |
| 2015-07-06 | doc: add some array usage examples | Tshepang Lekhonkhobe | -0/+13 | |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -0/+13 | |
| Impls on `clean::Type::FixedVector` are now collected in the array primitive page instead of the slice primitive page. Also add a primitive docs for arrays to `std`. | ||||
