about summary refs log tree commit diff
path: root/src/libsyntax/fold.rs
AgeCommit message (Expand)AuthorLines
2014-07-29Refactored syntax::fold.Marvin Löbel-285/+410
2014-07-24libsyntax: Remove `~self` and `mut ~self` from the language.Patrick Walton-1/+1
2014-07-21repair macro docsJohn Clements-1/+1
2014-07-20Implement new mod import sugarJakub Wieczorek-9/+9
2014-07-18librustc: Implement unboxed closures with mutable receiversPatrick Walton-2/+15
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-3/+3
2014-07-16librustc: Implement the fully-expanded, UFCS form of explicit self.Patrick Walton-0/+1
2014-07-13update fold_method to return a smallvectorJohn Clements-10/+29
2014-07-13refactor Method definition to make space for macrosJohn Clements-8/+13
2014-07-11make walk/visit_mac opt-in onlyJohn Clements-11/+35
2014-07-11use side table to store exported macrosJohn Clements-0/+1
2014-07-08carry self ident forward through re-parsingJohn Clements-3/+3
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-3/+3
2014-07-04comments onlyJohn Clements-1/+1
2014-07-03Simplify PatIdent to contain an Ident rather than a PathJohn Clements-2/+3
2014-06-27adjust fold to fold over interpolated items/exprs/etc.John Clements-17/+68
2014-06-27removed incomplete commentJohn Clements-17/+0
2014-06-27make fold_attribute part of Folder traitJohn Clements-23/+25
2014-06-16rustc: Improve span for error about using a method as a field.Kevin Butler-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+1
2014-06-13libsyntax: Allow `+` to separate trait bounds from objects.Patrick Walton-0/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-3/+3
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-51/+59
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-0/+10
2014-05-29auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichtonbors-1/+1
2014-05-28Add AST node for pattern macrosKeegan McAllister-0/+1
2014-05-27Rename PatUniq to PatBox. Fixes part of #13910.Ahmed Charles-1/+1
2014-05-27auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric...bors-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-4/+4
2014-05-26syntax: Add a source field to `Local` for tracking if it comes from `let`s or...Huon Wilson-0/+1
2014-05-24Add AttrId to Attribute_Steven Fackler-0/+1
2014-05-23syntax: Clean out obsolete syntax parsingAlex Crichton-0/+1
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-11/+13
2014-05-03Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ...Niko Matsakis-1/+2
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-0/+1
2014-04-27syntax: `Mod` records the span for inner contents.Kang Seonghoon-0/+1
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-39/+37
2014-04-24auto merge of #13713 : edwardw/rust/methodcall-span, r=alexcrichtonbors-1/+1
2014-04-23Allow attributes on match armsSteven Fackler-0/+1
2014-04-24Calibrate span for method call error messagesEdward Wang-1/+1
2014-04-23Support unsized types with the `type` keywordNick Cameron-1/+3
2014-04-23Add a span to ast::TyParamNick Cameron-1/+2
2014-04-20Allow inheritance between structs.Nick Cameron-1/+11
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+5
2014-04-17Extended `syntax::{fold, ast_map}` to include lifetimes.Felix S. Klock II-33/+60
2014-04-11syntax: remove ast::Sigil.Eduard Burtescu-3/+10
2014-04-10Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up...Kasey Carrothers-6/+6
2014-04-04syntax: remove obsolete mutability from ExprVec and ExprRepeat.Eduard Burtescu-4/+4