about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2014-01-02libsyntax: De-`@mut` `Parser::last_span`Patrick Walton-30/+28
2014-01-02libsyntax: De-`@mut` `Parser::span`Patrick Walton-49/+51
2014-01-02libsyntax: De-`@mut` `token` in the parserPatrick Walton-223/+221
2014-01-02libsyntax: De-`@mut` `quote_depth` in the parserPatrick Walton-4/+4
2014-01-02libsyntax: Make the parser mutablePatrick Walton-442/+459
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-2/+15
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-2/+15
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-1/+1
2014-01-01syntax::diagnostic: Remove unnecessary traitsklutzy-11/+11
2013-12-20auto merge of #11077 : alexcrichton/rust/crate-id, r=cmrbors-0/+24
2013-12-20rustc: Improve crate id extractionAlex Crichton-0/+24
2013-12-19Accept trailing commas in struct patternsAlex Crichton-2/+7
2013-12-18auto merge of #10915 : alexcrichton/rust/fixes, r=ILyoanbors-0/+6
2013-12-17Remove obsolete mutability from ast::TySeo Sanghyeon-9/+8
2013-12-15Forbid multiple imports in use statementsAlex Crichton-0/+6
2013-12-15libsyntax: Implement the new `box` syntax for unique pointers.Patrick Walton-7/+25
2013-12-11auto merge of #10897 : boredomist/rust/remove-self-lifetime, r=brsonbors-9/+10
2013-12-11Make 'self lifetime illegal.Erik Price-9/+10
2013-12-11auto merge of #10891 : chris-morgan/rust/macroize-(or-should-that-be-macroify...bors-271/+161
2013-12-11auto merge of #10808 : kballard/rust/use-braces, r=alexcrichtonbors-0/+15
2013-12-10Support imports of the form `use {foo,bar}`Kevin Ballard-0/+15
2013-12-10auto merge of #10833 : sfackler/rust/mut-pat, r=brsonbors-1/+16
2013-12-11Separate strict/reserved keywords, derive bounds.Chris Morgan-11/+29
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