about summary refs log tree commit diff
path: root/src/doc/favicon.inc
AgeCommit message (Collapse)AuthorLines
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-1/+1
Also fixes a few outdated links.
2014-07-08webfonts: serve Source Code Pro locallyAdrien Tétar-2/+0
So that we have freestanding docs.
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
[breaking-change]
2014-04-25doc: slight design refreshAdrien Tétar-0/+2
2014-04-25rustdoc: fixesAdrien Tétar-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
This was previously implemented, and it just needed a snapshot to go through
2014-02-02Move doc/ to src/doc/Alex Crichton-0/+1
We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files