about summary refs log tree commit diff
path: root/src/libsyntax/ast_util.rs
AgeCommit message (Expand)AuthorLines
2013-06-11option: remove redundant old_iter implsDaniel Micay-4/+8
2013-06-11fix tests, remove some warningsHuon Wilson-1/+0
2013-06-10std: remove str::{connect,concat}*.Huon Wilson-1/+1
2013-06-09remove unused import warningsHuon Wilson-1/+1
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-2/+3
2013-06-05moved TLS of sctable to ast_util, hid parameter in hygiene callsJohn Clements-37/+75
2013-06-05removed unused imports (and one unused argument)John Clements-2/+1
2013-06-05interner just uses uints, not idents with syntax contextJohn Clements-1/+1
2013-06-05rename repr to nameJohn Clements-9/+9
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-1/+2
2013-06-01auto merge of #6807 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-0/+15
2013-06-01syntax: Add an each_view_item method on traitsTim Chevalier-0/+15
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-2/+4
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-6/+8
2013-05-30Remove copy bindings from patterns.Niko Matsakis-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-2/+5
2013-05-28Move checking for moves and initialization of local variables and patterns intoNiko Matsakis-18/+13
2013-05-27Prevent refcount cycles during lintingAlex Crichton-43/+66
2013-05-23core: remove iter_bytes helper functionsErick Tryzelaar-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-1/+1
2013-05-20hygiene infrastructure.John Clements-41/+93
2013-05-19Register snapshotsBrian Anderson-9/+0
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-1/+6
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-2/+1
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-1/+1
2013-05-14Fix test fallout from removing vecs_implicitly_copyableAlex Crichton-8/+8
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-10syntax: Use the new `for` protocolAlex Crichton-0/+9
2013-05-09libsyntax: rename vec::each(var) to var.eachYoungmin Yoo-1/+1
2013-05-08librustc: Remove mutable fields from the language.Patrick Walton-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-41/+7
2013-05-03rustc: Handle struct patterns where the expected type is an enumTim Chevalier-3/+3
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-05-01auto merge of #6148 : erickt/rust/remove-drop, r=pcwaltonbors-27/+1
2013-05-01remove some warningsErick Tryzelaar-1/+1
2013-05-01rustc: remove the rest of dropErick Tryzelaar-26/+0
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-3/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-7/+17
2013-04-29librustc: Remove the concept of modes from the compiler.Patrick Walton-1/+1
2013-04-28get rid of prec.rsJohn Clements-0/+4
2013-04-28simplify, based on invariant that items_allowed != foreign_items_allowedJohn Clements-1/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-7/+0
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-2/+3
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-4/+4
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-11/+11
2013-04-16added MTWT functionsJohn Clements-0/+275
2013-04-10path -> PathJohn Clements-3/+3
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-1/+1
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1