about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2013-10-16path2: Update based on more review feedbackKevin Ballard-1/+1
2013-10-15path2: Remove .with_display_str and friendsKevin Ballard-2/+2
2013-10-15path2: Adjust the API to remove all the _str mutation methodsKevin Ballard-5/+5
2013-10-15path2: Replace the path module outrightKevin Ballard-21/+16
2013-10-10Remove named extern blocks from the ASTAlex Crichton-7/+5
2013-10-09option: rewrite the API to use compositionDaniel Micay-2/+2
2013-10-08auto merge of #9753 : alexcrichton/rust/macro-attrs, r=brsonbors-3/+0
2013-10-08Allow attributes on macrosAlex Crichton-3/+0
2013-10-08auto merge of #9756 : catamorphism/rust/issue-2354, r=alexcrichtonbors-1/+11
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-22/+22
2013-10-07syntax: Remove unnecessary @Tim Chevalier-3/+3
2013-10-07syntax: Display spans for open delimiters when a file ends prematurelyTim Chevalier-1/+11
2013-10-08add token::LIT_STR_RAW(ident, num of # symbols)Benjamin Herr-2/+5
2013-10-04Remove specific errors for very old obsolete syntaxBenjamin Herr-283/+56
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-1/+1
2013-10-01Obsolete parsing 'loop' as 'continue'Alex Crichton-0/+1
2013-09-30syntax: Remove usage of fmt!Alex Crichton-59/+58
2013-09-29Remove all usage of @ast::CrateAlex Crichton-2/+2
2013-09-27auto merge of #9540 : alexcrichton/rust/more-rustdoc-improvements, r=brsonbors-3/+3
2013-09-26auto merge of #9525 : klutzy/rust/obsolete-span-fix, r=alexcrichtonbors-6/+9
2013-09-26Add 'continue' as a synonym for 'loop'Brian Anderson-0/+12
2013-09-26rustdoc: Generate documentation for foreign itemsAlex Crichton-3/+3
2013-09-26syntax: Fix wrong span on trait fn visibilityklutzy-1/+2
2013-09-26syntax: Fix wrong span on ObsoleteModeklutzy-4/+6
2013-09-26syntax: Fix wrong span on ObsoleteEmptyImplklutzy-1/+1
2013-09-25auto merge of #9481 : jbclements/rust/minor-cleanup, r=cmrbors-0/+5
2013-09-25auto merge of #9432 : alexcrichton/rust/correct-item-visibility, r=pcwaltonbors-31/+8
2013-09-24Stop accepting 'impl ...;', require {} insteadAlex Crichton-1/+3
2013-09-24cleanupJohn Clements-0/+5
2013-09-24Correctly encode item visibility in metadataAlex Crichton-31/+8
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-21/+15
2013-09-14syntax: Remove use of Either in parse.rsblake2-ppc-21/+15
2013-09-12std: Add Option.{result_or_default,or_default} that uses DefaultErick Tryzelaar-1/+1
2013-09-12std: rename Option::unwrap_or_default() to unwrap_or()Erick Tryzelaar-4/+4
2013-09-11Flag unsafe blocks from format! as compiler-generatedAlex Crichton-1/+1
2013-09-11Implement the notion of a "generated unsafe block"Alex Crichton-1/+1
2013-09-10change type of ExprLoop and ExprBreak elts from ident->name.John Clements-2/+2
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-70/+69
2013-09-09auto merge of #9005 : alexcrichton/rust/rusty-log, r=brsonbors-7/+4
2013-09-08syntax: implement labelled breaks for `for`.Huon Wilson-5/+10
2013-09-06add temporarily unused ctxt field to mac_invoc_ttJohn Clements-5/+5
2013-09-06compare macro tokens hygienically (commented out)John Clements-1/+4
2013-09-05Remove the __log function for __log_levelAlex Crichton-7/+4
2013-09-04stop treating char as an integer typeDaniel Micay-1/+2
2013-09-03auto merge of #8939 : Kimundi/rust/master, r=huonwbors-242/+242
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-242/+242
2013-09-03Incorporate review feedback. Fix #8468.Felix S. Klock II-4/+1
2013-09-03Allow _ param name in trait default method for #8468.Felix S. Klock II-2/+14
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-12/+12