summary refs log tree commit diff
path: root/src/librustdoc/html/highlight.rs
AgeCommit message (Expand)AuthorLines
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-1/+1
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-1/+2
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-1/+1
2014-06-15Register new snapshotsAlex Crichton-1/+1
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-3/+10
2014-06-04syntax: methodify the lexerCorey Richardson-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-3/+3
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-1/+1
2014-05-13Touch up and rebase previous commitsAlex Crichton-0/+1
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-2/+2
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-6/+8
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-1/+1
2014-03-28Used inherited mutability in lexer::Reader.Eduard Burtescu-2/+2
2014-03-17Fix rustdoc and tests.Eduard Burtescu-6/+3
2014-03-17De-@ ParseSess uses.Eduard Burtescu-3/+3
2014-03-02rustdoc: syntax highlight macro definitions, colour $... substitutions.Huon Wilson-7/+18
2014-02-28rustdoc: Capture all output from rustc by defaultAlex Crichton-1/+1
2014-02-23rustdoc: Add syntax highlightingAlex Crichton-0/+174