about summary refs log tree commit diff
path: root/src/libsyntax/fold.rs
AgeCommit message (Expand)AuthorLines
2013-03-07librustc: Stop parsing `assert`.Patrick Walton-1/+0
2013-03-07librustc: Remove record patterns from the compilerPatrick Walton-9/+0
2013-03-07libsyntax: Remove struct literal expressions from the compilerPatrick Walton-6/+0
2013-03-07librustc: Remove structural record types from the compilerPatrick Walton-1/+0
2013-03-03libsyntax: deny deprecated_self in libsyntaxErick Tryzelaar-2/+2
2013-03-02librustc: Stop parsing `fn@`, `fn~`, and `fn&`Patrick Walton-8/+0
2013-03-02libsyntax: Remove `fn@`, `fn~`, and `fn&` from libsyntax. rs=defunPatrick Walton-35/+34
2013-03-01Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-115/+124
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-108/+113
2013-02-28Fix implicit leaks of imports throughout librariesAlex Crichton-1/+2
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-30/+40
2013-02-27auto merge of #5141 : nikomatsakis/rust/region-syntax-expl-lifetimes, r=nikom...bors-16/+33
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-16/+33
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-26libsyntax: add some explicit refsErick Tryzelaar-6/+6
2013-02-25libsyntax: add some explicit copiesErick Tryzelaar-1/+1
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-384/+465
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-1/+1
2013-02-19libsyntax: make enum variants take refsErick Tryzelaar-21/+23
2013-02-19syntax: fix the indentation of a functionErick Tryzelaar-36/+36
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-1/+1
2013-02-15libsyntax: Get rid of uses of `move` and don't parse it.Luqman Aden-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-5/+10
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+0
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-2/+3
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-20/+7
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-38/+19
2013-01-22Add is_mutbl field to argSeo Sanghyeon-0/+1
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-44/+63
2013-01-20convert ast::{ty_field_,ty_method} into a structErick Tryzelaar-3/+7
2013-01-20convert ast::ty into a structErick Tryzelaar-1/+5
2013-01-20convert ast::expr into a structErick Tryzelaar-4/+6
2013-01-14convert ast::{field_,capture_item_,mt} and middle::ty::mt into structsErick Tryzelaar-11/+23
2013-01-14Convert ast::{pat,field_pat,local_,arm} into structsErick Tryzelaar-21/+29
2013-01-14convert ast::blk_ into a structErick Tryzelaar-5/+7
2013-01-14convert ast::crate_ into a struct.Erick Tryzelaar-4/+4
2013-01-14convert ast::attribute_ and ast::view_item to a structErick Tryzelaar-8/+14
2013-01-14convert ast::struct_field_ into a structErick Tryzelaar-10/+14
2013-01-14convert ast::struct_def to a structErick Tryzelaar-2/+2
2013-01-14convert ast::item into a structErick Tryzelaar-6/+6
2013-01-14convert ast::struct_dtor_ into a structErick Tryzelaar-4/+6
2013-01-14convert ast::foreign_item to a structErick Tryzelaar-15/+19
2013-01-14change ast::ty_param into a struct.Erick Tryzelaar-4/+4
2013-01-14Change ast::path into a struct.Erick Tryzelaar-4/+5
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-1/+4
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-7/+11
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-51/+51
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