about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2013-12-01auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichtonbors-7/+7
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-62/+78
2013-11-29libstd: Change `Path::new` to `Path::init`.Patrick Walton-2/+2
2013-11-28Register new snapshotsAlex Crichton-42/+39
2013-11-27Freeze the AST by removing a couple of unused @mut ~[T] from token_tree.Eduard Burtescu-2/+2
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-25/+21
2013-11-26libsyntax: Remove the old-style borrowed closure type syntax from thePatrick Walton-1/+2
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-1/+1
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-1/+1
2013-11-20Make BytePos 32-bitSeo Sanghyeon-1/+1
2013-11-19libsyntax: Change all uses of `&fn` to `||`.Patrick Walton-46/+53
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