summary refs log tree commit diff
path: root/src/libsyntax/ast_util.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-24/+23
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-4/+7
2013-03-07librustc: Remove record patterns from the compilerPatrick Walton-1/+1
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-1/+1
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-1/+1
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-53/+22
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+1
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+1
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-15/+28
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-16/+29
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-16/+29
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-2/+2
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-2/+2
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-2/+2
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-23/+22
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-2/+2
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-2/+2
2013-02-17libsyntax: Update view_item_use/import to reflect actual usageLuqman Aden-2/+2
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-3/+3
2013-02-04libsyntax: Add explicit self to ast_util. rs=explicit-selfingPatrick Walton-22/+22
2013-01-31test cases, cleanupJohn Clements-23/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-3/+3
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-6/+3
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-86/+14
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-56/+59
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-1/+1
2013-01-22Add is_mutbl field to def_argSeo Sanghyeon-1/+1
2013-01-22Change debuginfo to not use an option for the output type...Tim Chevalier-1/+3
2013-01-22Revert "Clean up previous commit to not require an Option"Tim Chevalier-3/+1
2013-01-22Clean up previous commit to not require an OptionTim Chevalier-1/+3
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-2/+5
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-2/+5
2013-01-20convert ast::{ty_field_,ty_method} into a structErick Tryzelaar-7/+13
2013-01-20convert ast::ty into a structErick Tryzelaar-1/+1
2013-01-14Convert ast::{pat,field_pat,local_,arm} into structsErick Tryzelaar-3/+3
2013-01-14convert ast::blk_ into a structErick Tryzelaar-4/+12
2013-01-14Convert ast::def_id into a struct.Erick Tryzelaar-1/+3
2013-01-14Change ast::path into a struct.Erick Tryzelaar-2/+5
2013-01-11Make ast_util::path_name_i take a slice vector, eliminate a bad copyTim Chevalier-1/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-4/+2
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-5/+6
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-2/+2