about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2013-11-18libsyntax: Remove `~fn()` from the languagePatrick Walton-2/+4
2013-11-18Use '..' as slice wildcard in vectorsBrian Anderson-11/+29
2013-11-18Use '..' as multi-field wildcard in enums and structs.Brian Anderson-1/+16
2013-11-11Fix path parsingSeo Sanghyeon-4/+0
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-40/+15
2013-11-04libsyntax/librustc: Allow calling variadic foreign functions.Luqman Aden-19/+62
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-31/+155
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-1/+56
2013-10-29removed extra linereedlepee-1/+0
2013-10-29Indentationreedlepee-1/+1
2013-10-29updated the places where the struct is created #7427reedlepee-2/+3
2013-10-29Changed name to non_copyable #7427reedlepee-1/+1
2013-10-29Added the comment #7427reedlepee-1/+1
2013-10-29Replaced empty destructors with NonCopyable #7427reedlepee-5/+2
2013-10-28Field identifiers now include specific spans (Closes #8263).Joshua Yanovski-1/+2
2013-10-25libsyntax: Get rid of some logic for some obsolete syntax.Luqman Aden-14/+5
2013-10-25libsyntax/librustc: Allow mut qualifier in patterns.Luqman Aden-21/+10
2013-10-22libsyntax/librustc: Allow specifying mut on ~self.Luqman Aden-1/+9
2013-10-22libsyntax/librustc: Allow specifying mut on by-value self.Luqman Aden-14/+16
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-13/+13
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