about summary refs log tree commit diff
path: root/src/libsyntax/fold.rs
AgeCommit message (Expand)AuthorLines
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-5/+5
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-1/+1
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-11/+11
2013-08-04rm obsolete `for` support from the compilerDaniel Micay-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-1/+1
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-2/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-1/+1
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-1/+1
2013-07-30syntax: implement foreach .. in .. { .. } via desugaring.Graydon Hoare-0/+5
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-10/+8
2013-07-22De-spanned<T> and renamed ast::field (now ast::Field)Michael Woerister-6/+4
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-23/+23
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-14/+13
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-2/+2
2013-07-17librustc: Remove `copy` expressions from the language.Patrick Walton-1/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-18/+21
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-11/+15
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-6/+6
2013-07-07Fix broken testsJames Miller-3/+3
2013-07-07De-share ast::TyJames Miller-24/+24
2013-07-07De-manage OptVec<TyParamBounds>James Miller-4/+5
2013-07-07De-share trait_refJames Miller-6/+6
2013-07-07De-managed ast::PathJames Miller-13/+13
2013-07-07Stop allocating view_items with @James Miller-7/+6
2013-07-04Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat...Huon Wilson-3/+1
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-7/+6
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-3/+8
2013-06-25great renaming propagation: syntaxCorey Richardson-4/+1
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-2/+2
2013-06-23Add 'static mut' items to the languageAlex Crichton-1/+1
2013-06-23Parse and typecheck (not kindcheck) bounds on trait paths.Ben Blum-1/+3
2013-06-23vec: remove BaseIter implementationDaniel Micay-1/+1
2013-06-16remove unused importsHuon Wilson-1/+1
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-2/+2
2013-06-06implement fold traversing macrosJohn Clements-3/+38
2013-06-06add test cases for fold traversing macrosJohn Clements-0/+72
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-23/+46
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-9/+29
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-29libsyntax: Stop parsing mutable fieldsPatrick Walton-1/+0
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-18minor automated whitespace fixesDaniel Micay-1/+0
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-0/+1
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-1/+1
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-12/+12
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-0/+1
2013-05-10Remove the '<->' operator from the languageAlex Crichton-3/+0
2013-05-08libcore: Fix more merge fallout.Patrick Walton-0/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-10/+0
2013-05-01allow parsing attributes on struct fieldsErick Tryzelaar-1/+6