about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
2013-08-28auto merge of #8718 : bblum/rust/typeof, r=pcwaltonbors-1/+21
2013-08-27librustc: Ensure that type parameters are in the right positions in paths.Patrick Walton-6/+6
2013-08-27librustc: Add support for type parameters in the middle of paths.Patrick Walton-142/+218
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-10/+4
2013-08-23Emit a better error for attempted unsafe-pointer-self. Close #8306.Ben Blum-0/+13
2013-08-23Parse and reserve typeof keyword. #3228Ben Blum-1/+8
2013-08-22auto merge of #8626 : kballard/rust/issue-8615, r=catamorphismbors-1/+0
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-2/+9
2013-08-20auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichtonbors-4/+0
2013-08-19Don't skip token after @'staticKevin Ballard-1/+0
2013-08-17auto merge of #8547 : kballard/rust/trait-parse-err-msg, r=alexcrichtonbors-1/+1
2013-08-18fix for #8088 (Cannot name a struct field `new` due to ancient syntax)Do Nhat Minh-4/+0
2013-08-15Fix error message when trait method ends with wrong tokenKevin Ballard-1/+1
2013-08-15std: Change either::{lefts, rights} to return an iteratorblake2-ppc-3/+3
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-18/+5
2013-08-12auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp...bors-31/+114
2013-08-11auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydonbors-2/+2
2013-08-11libsyntax: Update from `@Object` to `@mut Object` as requiredNiko Matsakis-2/+2
2013-08-11syntax: Shrink enum Token and enum nonterminalblake2-ppc-7/+7
2013-08-10Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats...Erick Tryzelaar-1/+13
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-5/+18
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-5/+18
2013-08-09Add parse-error recovery for erroneous `struct_id { }` form.Felix S. Klock II-31/+114
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-1/+13
2013-08-07Forbid `priv` where it has no effectAlex Crichton-6/+18
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-1/+1
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-4/+4
2013-08-03remove obsolete `foreach` keywordDaniel Micay-8/+6
2013-08-03make `for` parse as `foreach` doesDaniel Micay-6/+5
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-2/+9
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-6/+6
2013-07-31rm ancient error for lowercase kindsDaniel Micay-25/+3
2013-07-30syntax: implement foreach .. in .. { .. } via desugaring.Graydon Hoare-1/+18
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-26/+24
2013-07-26syntax: fix span for obsolete extern visibility errorPhilipp Brüschweiler-1/+1
2013-07-22auto merge of #7873 : sstewartgallus/rust/cleanup_syntax, r=alexcrichtonbors-100/+100
2013-07-22De-spanned<T> and renamed ast::field (now ast::Field)Michael Woerister-5/+6
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-29/+29
2013-07-21Cleanup libsyntax a bitSteven Stewart-Gallus-100/+100
2013-07-21syntax: Bless mod.rs. #4116Brian Anderson-12/+25
2013-07-20auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwaltonbors-42/+33
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-5/+12
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-42/+33
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-5/+1
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-16/+15
2013-07-17librustc: Change repeated vector expressions to use implicit copyability.Patrick Walton-1/+6
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-30/+30
2013-07-17librustc: Remove `copy` expressions from the language.Patrick Walton-11/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-356/+490