about summary refs log tree commit diff
path: root/src/libsyntax/fold.rs
AgeCommit message (Expand)AuthorLines
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
2014-04-03syntax: Remove AbiSet, use one AbiAlex Crichton-2/+2
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-52/+52
2014-03-28De-@ TokenTree.Eduard Burtescu-3/+5
2014-03-27syntax: add a missing span rewrite in fold.Huon Wilson-1/+1
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-5/+5
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-18syntax: Don't parameterize the the pretty printerAlex Crichton-2/+2
2014-03-17Fix rustdoc and tests.Eduard Burtescu-5/+7
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-1/+0
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-2/+2