about summary refs log tree commit diff
path: root/src/librustdoc/html/highlight.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05Add a special macro nonterminal $crateKeegan McAllister-0/+3
2014-12-31rustdoc: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-11-20Parse and store suffixes on literals.Huon Wilson-7/+11
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-3/+4
2014-11-18implement Writer for Vec<u8>Daniel Micay-2/+2
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-1/+2
2014-10-30Use common variants for open and close delimitersBrendan Zabarauskas-3/+3
2014-10-28Convert some token functions into methodsBrendan Zabarauskas-2/+2
2014-10-28Use PascalCase for token variantsBrendan Zabarauskas-28/+29
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-6/+4
2014-07-15Fix errorsAdolfo OchagavĂ­a-1/+0
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo OchagavĂ­a-1/+1
2014-07-09lexer: lex WS/COMMENT/SHEBANG rather than skippingCorey Richardson-25/+16
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-2/+1
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-1/+1
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