about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
AgeCommit message (Expand)AuthorLines
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
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-38/+27
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-14/+12
2013-07-10unnecessarily mutable variablesBrendan Cully-1/+1
2013-07-09Don't use static default methodJohn Barker-1/+0
2013-07-09Always eat up mut when parsing general args, fixes #7483John Barker-2/+2
2013-07-08Correct merge errorsNiko Matsakis-1/+1
2013-07-07remove some method resolve workaroundsDaniel Micay-1/+1
2013-07-07auto merge of #7615 : Aatch/rust/syntax-deshare, r=graydonbors-66/+74
2013-07-07De-share ast::TyJames Miller-17/+17
2013-07-07De-manage OptVec<TyParamBounds>James Miller-3/+3
2013-07-07De-share trait_refJames Miller-4/+4
2013-07-07De-manage LifetimeJames Miller-10/+10
2013-07-07De-managed ast::PathJames Miller-26/+34
2013-07-07Stop allocating view_items with @James Miller-7/+7
2013-07-07auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonwbors-2/+19
2013-07-05Change spans for sugary call expressionsSeo Sanghyeon-9/+8
2013-07-04libsyntax: fix infinite loop when recursively including modulesPhilipp Brüschweiler-2/+19
2013-06-29Remove mutability from unique boxes in the ASTAlex Crichton-4/+8
2013-06-28librustc: Fix merge fallout.Patrick Walton-1/+1
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-2/+249
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-2/+6
2013-06-28libsyntax: Remove "copy" pattern bindings from the languagePatrick Walton-2/+2
2013-06-28libsyntax: Fix merge falloutPatrick Walton-2/+4
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-2/+14
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-7/+13
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25great renaming propagation: syntaxCorey Richardson-6/+4