about summary refs log tree commit diff
path: root/src/libsyntax/ast_map.rs
AgeCommit message (Expand)AuthorLines
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-0/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-0/+1
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-1/+1
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-1/+1
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+1
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-1/+1
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-6/+9
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-10/+10
2013-02-25libsyntax: convert visit to pass ty_params by referenceErick Tryzelaar-70/+92
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-3/+3
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-26/+30
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-2/+2
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-2/+2
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-2/+2
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-4/+4
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-24/+0
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-33/+33
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-1/+1
2013-01-24syntax/rustc: Less copyTim Chevalier-3/+3
2013-01-22syntax/rustc: Make some metadata-related functions take slices, kill bad copiesTim Chevalier-4/+4
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-11/+19
2013-01-14convert ast::struct_dtor_ into a structErick Tryzelaar-2/+6
2013-01-10librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brsonPatrick Walton-0/+7
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-6/+9
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+14
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-18/+6
2012-12-07Remove impl_id from trait_ref. UnusedBrian Anderson-6/+0
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-9/+9
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30Disallow dereferencing enum types when the variant is privateTim Chevalier-0/+10
2012-11-28Register snapshotsBrian Anderson-23/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+23
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-5/+3
2012-11-13librustc: Implement deriving with a unit return type. r=tjcPatrick Walton-2/+1
2012-10-26rustc: Translate monomorphic intra-crate automatically-derived methods that f...Patrick Walton-1/+1
2012-10-25rustc: Translate tuple struct constructorsPatrick Walton-0/+17
2012-10-23rustc: Implement typechecking for simple monomorphic derivable traits on mono...Patrick Walton-4/+6
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-19/+1
2012-10-08Revert "remove ctor from ast"Tim Chevalier-1/+19
2012-10-08remove ctor from astNiko Matsakis-19/+1
2012-09-28demode vecNiko Matsakis-1/+1
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-2/+2