about summary refs log tree commit diff
path: root/src/libsyntax/parse/lexer
AgeCommit message (Expand)AuthorLines
2014-07-09lexer: shuffle around some functionsCorey Richardson-99/+100
2014-07-09syntax: use a better Show impl for IdentCorey Richardson-1/+1
2014-07-09syntax: doc comments all the thingsCorey Richardson-13/+17
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-0/+1
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-2/+2
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-8/+1
2014-06-18Handle CRLF properly in the lexerKevin Ballard-23/+118
2014-06-18Don't require mutable StringReader to emit lexer errorsKevin Ballard-42/+52
2014-06-18Fix spans for doc commentsKevin Ballard-3/+3
2014-06-18Fix some violations of stronger guarantees for mutable borrows.Simon Sapin-9/+17
2014-06-17Refactor backslash-escape parsing to share similar code.Simon Sapin-151/+69
2014-06-17Add br##"xx"## raw byte string literals.Simon Sapin-3/+53
2014-06-17Add a b"xx" byte string literal of type &'static [u8].Simon Sapin-48/+111
2014-06-17Add a b'x' byte literal of type u8.Simon Sapin-3/+65
2014-06-13Fix all violations of stronger guarantees for mutable borrowsCameron Zwarich-28/+54
2014-06-13librustc: Fix the issue with labels shadowing variable names by makingPatrick Walton-12/+27
2014-06-04syntax: methodify the lexerCorey Richardson-0/+1577