rust/src/librustdoc/html
Michael Darakananda f079c94f72 rustc: Remove matching on ~str from the language
The `~str` type is not long for this world as it will be superseded by the
soon-to-come DST changes for the language. The new type will be
`~Str`, and matching over the allocation will no longer be supported.
Matching on `&str` will continue to work, in both a pre and post DST world.
2014-03-12 19:17:36 -04:00
..
static doc: CSS fixes 2014-03-09 18:45:11 +01:00
escape.rs Mass rename if_ok! to try! 2014-02-20 09:16:52 -08:00
format.rs rustc: Remove matching on ~str from the language 2014-03-12 19:17:36 -04:00
highlight.rs rustdoc: syntax highlight macro definitions, colour $... substitutions. 2014-03-02 13:30:28 +11:00
layout.rs rustdoc: tweak highlighting 2014-03-04 18:37:09 +01:00
markdown.rs rustdoc: hardcode each header as a link. 2014-03-09 19:29:49 +11:00
render.rs rustc: Remove matching on ~str from the language 2014-03-12 19:17:36 -04:00
toc.rs rustdoc: add table-of-contents recording & rendering, use it with plain 2014-03-09 19:29:49 +11:00