about summary refs log tree commit diff
path: root/src/libsyntax/ast_map
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-23/+2
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-1/+1
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-1/+1
2015-01-21syntax: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-23/+2
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-17libsyntax: uint types to usizePaul Collier-6/+6
2015-01-14auto merge of #21061 : japaric/rust/range, r=nick29581bors-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-1/+1
2015-01-13Add view items to the ast mapNick Cameron-0/+22
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-14/+14
2015-01-07fix the `&mut _` patternsJorge Aparicio-1/+1
2015-01-07use slicing sugarJorge Aparicio-13/+13
2015-01-07Register new snapshotsAlex Crichton-8/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-5/+12
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+12
2015-01-07Replace full slice notation with index callsNick Cameron-13/+13
2015-01-05remove TyClosureJorge Aparicio-3/+0
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-8/+8
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-2/+2
2015-01-03syntax: fix falloutJorge Aparicio-4/+10
2014-12-30Fallout from stabilizationAaron Turon-2/+2
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-2/+2
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-2/+2
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-2/+2
2014-12-21Fallout of std::str stabilizationAlex Crichton-19/+19
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-13/+5
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-1/+1
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-1/+1
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-4/+4
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-5/+3
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-10/+17
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+10
2014-12-06libsyntax: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-5/+2
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-24Add `node_to_user_string`, `node_to_string` variant that drops id from output.Felix S. Klock II-26/+33
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-3/+3
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-3/+3
2014-11-18Feature gate non-ASCII lifetime identifiersJakub Bukaj-1/+1
2014-11-17Rewrite method resolution to be cleaner, more correct, and to layNiko Matsakis-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+6
2014-11-07Update parser with `for` syntaxNiko Matsakis-1/+1
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-3/+0
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-6/+8
2014-10-30collections: Enable IndexMut for some collectionsAlex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-23/+23
2014-10-21Change method lookup infrastructure to use the trait methods. InsteadNiko Matsakis-0/+8
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+5