summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2013-12-11Remove the following unused special identifiers:Chris Morgan-107/+67
2013-12-11Deduplicate in syntax::parse::token with a macro.Chris Morgan-271/+183
2013-12-10Allow ref and mut modifiers for short form field patternsSteven Fackler-1/+16
2013-12-08Remove dead codesKiet Tran-113/+0
2013-12-05Forbid keywords as lifetime parameters names.Léo Testard-1/+11
2013-12-04Rename extra::json::*::init() constructors to *::new()Kevin Ballard-1/+1
2013-12-04Revert "libstd: Change `Path::new` to `Path::init`."Kevin Ballard-2/+2
2013-12-04auto merge of #10792 : kballard/rust/parse_sugary_call_expr-comments, r=alexc...bors-8/+8
2013-12-04std::str: remove from_utf8.Huon Wilson-1/+1
2013-12-03Fix the comments for libsyntax::parse::parser::parse_sugary_call_exprKevin Ballard-8/+8
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-7/+7
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-78/+92
2013-12-01ast: Remove one `@` and fix the falloutPhilipp Brüschweiler-7/+7
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-78/+92
2013-11-30auto merge of #10727 : erickt/rust/json, r=huonwbors-4/+5
2013-11-29extra: missed a couple `@` in jsonErick Tryzelaar-1/+1
2013-11-29extra: json::Encoder should take a &mut io::WriterErick Tryzelaar-3/+4
2013-11-29extra: Rename json constructors into *::initErick Tryzelaar-1/+1
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28Register new snapshotsAlex Crichton-69/+66
2013-11-27Be more strict about doc commentsCorey Richardson-4/+2
2013-11-27Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.Eduard Burtescu-2/+2
2013-11-26auto merge of #10670 : eddyb/rust/node-u32, r=alexcrichtonbors-6/+6
2013-11-27Shink NodeId, CrateNum, Name and Mrk down to 32 bits on x64.Eduard Burtescu-6/+6
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-40/+34
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-1/+8
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-7/+7
2013-11-25auto merge of #10628 : huonw/rust/3614, r=alexcrichtonbors-7/+17
2013-11-25syntax: parse inner attributes on impls.Huon Wilson-7/+17
2013-11-24Add a note for unclosed delimitersCorey Richardson-9/+7
2013-11-20auto merge of #10567 : sanxiyn/rust/bytepos, r=alexcrichtonbors-7/+7
2013-11-21Fix parsing testsSeo Sanghyeon-1/+1
2013-11-20Make BytePos 32-bitSeo Sanghyeon-6/+6
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-65/+73
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-3/+11
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-12/+35
2013-11-18Use '..' as multi-field wildcard in enums and structs.Brian Anderson-1/+26
2013-11-16auto merge of #10420 : sanxiyn/rust/path, r=cmrbors-4/+0
2013-11-11Move std::rt::io to std::ioAlex Crichton-6/+6
2013-11-11Fix path parsingSeo Sanghyeon-4/+0
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-50/+25
2013-11-07auto merge of #10243 : mattcarberry/rust/master, r=brsonbors-0/+13
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-26/+78
2013-11-03Fill out the remaining functionality in io::fileAlex Crichton-3/+2
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-10/+6
2013-11-02Added octal literal support.Matt Carberry-0/+13
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-31/+155
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-0/+10
2013-10-29auto merge of #10134 : reedlepee123/rust/priv_fields, r=brsonbors-7/+4
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-20/+78