about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-6/+24
2014-07-16obsolete.rs: fix typo in messagePhilipp Gesang-1/+1
2014-07-15Deprecate `str::from_utf8_owned`Adolfo OchagavĂ­a-1/+1
2014-07-13auto merge of #15646 : jbclements/rust/method-macros, r=cmrbors-26/+43
2014-07-13macro in method position parsingJohn Clements-13/+42
2014-07-13refactor Method definition to make space for macrosJohn Clements-14/+2
2014-07-13auto merge of #15621 : sfackler/rust/attr-span, r=cmrbors-1/+1
2014-07-12auto merge of #15601 : jbclements/rust/disable-default-macro-behavior, r=alex...bors-1/+2
2014-07-11Fix spans for attributesSteven Fackler-1/+1
2014-07-11use side table to store exported macrosJohn Clements-1/+2
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-2/+2
2014-07-09Fix all the test falloutCorey Richardson-9/+19
2014-07-09ast: make Name its own typeCorey Richardson-80/+95
2014-07-09lexer: lex WS/COMMENT/SHEBANG rather than skippingCorey Richardson-62/+118
2014-07-09syntax: don't parse numeric literals in the lexerCorey Richardson-225/+287
2014-07-09syntax: don't process string/char/byte/binary litsCorey Richardson-76/+307
2014-07-09lexer: add ident_from and ident_from_to methodsCorey Richardson-0/+14
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-09token: replace ast::Ident with just IdentCorey Richardson-18/+19
2014-07-09syntax: doc comments all the thingsCorey Richardson-284/+288
2014-07-08carry self ident forward through re-parsingJohn Clements-30/+42
2014-07-08remove outdated commentJohn Clements-12/+0
2014-07-08replace idents with namesJohn Clements-0/+5
2014-07-08get rid of keyword idents, replace with namesJohn Clements-8/+8
2014-07-08preserve context in parsing of `self` varrefJohn Clements-9/+11
2014-07-08remove unused fn, make SELF_KEYWORD_NAME publicJohn Clements-5/+1
2014-07-08change if/else to matchJohn Clements-179/+197
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-52/+52
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-52/+52
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-18/+47
2014-07-05auto merge of #15428 : phildawes/rust/master, r=huonwbors-2/+3
2014-07-05auto merge of #15427 : aochagavia/rust/parse, r=pcwaltonbors-16/+2
2014-07-05auto merge of #15425 : jbclements/rust/hygiene-for-3-kinds-of-args, r=cmrbors-1/+1
2014-07-04Parser: fix PatIdent span bugPhil Dawes-2/+3
2014-07-04Removed unnecessary method in testAdolfo OchagavĂ­a-16/+2
2014-07-04new_mark -> apply_mark, new_rename -> apply_renameJohn Clements-1/+1
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-1/+0
2014-07-03Fix ICE with nested macro_rules!-style macrosKevin Ballard-2/+2
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-44/+32
2014-07-01rustc: Remove `&str` indexing from the language.Brian Anderson-2/+2
2014-06-28auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwaltonbors-1/+5
2014-06-28auto merge of #15233 : jbclements/rust/match-var-hygiene-etc, r=cmrbors-0/+1
2014-06-27comments onlyJohn Clements-0/+1
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-1/+1
2014-06-25Register new snapshotsAlex Crichton-1/+5
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-8/+1
2014-06-24Make parse_expr_res publicKeegan McAllister-1/+1
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+2
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-8/+1