summary refs log tree commit diff
path: root/src/libsyntax/ext/auto_encode.rs
AgeCommit message (Expand)AuthorLines
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-2/+2
2013-02-01Merge remote-tracking branch 'nickdesaulniers/issue4524' into nocomm1Brian Anderson-28/+33
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-28/+33
2013-01-31test cases, cleanupJohn Clements-8/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-6/+6
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-5/+4
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-5/+2
2013-01-28Link the lifetimes of regions resulting from borrows of theNiko Matsakis-1/+1
2013-01-24remove support for records from auto_encodeErick Tryzelaar-182/+75
2013-01-22Add is_mutbl field to argSeo Sanghyeon-0/+3
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-5/+9
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-11/+11
2013-01-20convert ast::ty into a structErick Tryzelaar-14/+23
2013-01-20convert ast::expr into a structErick Tryzelaar-2/+6
2013-01-14convert ast::{field_,capture_item_,mt} and middle::ty::mt into structsErick Tryzelaar-3/+7
2013-01-14Convert ast::{pat,field_pat,local_,arm} into structsErick Tryzelaar-30/+42
2013-01-14convert ast::blk_ into a structErick Tryzelaar-12/+20
2013-01-14convert ast::struct_def to a structErick Tryzelaar-2/+2
2013-01-14convert ast::item into a structErick Tryzelaar-5/+9
2013-01-14change ast::ty_param into a struct.Erick Tryzelaar-2/+2
2013-01-14Change ast::path into a struct.Erick Tryzelaar-7/+29
2013-01-14Merge remote-tracking branch 'mneumann/f-serialize'Brian Anderson-2/+4
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-2/+2
2013-01-09core: rename vec.filter to vec.filteredErick Tryzelaar-2/+2
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-21/+23
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+5
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-5/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-1/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-7/+24
2012-12-27Enhance auto_encode to take number of struct fieldsMichael Neumann-2/+4
2012-12-19Remove serialize::traits submodule.Erick Tryzelaar-2/+0
2012-12-18Another tweak to auto_encode to only use trait-qualified static methodsBrian Anderson-0/+2
2012-12-18Change auto_encode to call 'std::serialize::traits::Decode::decode'Brian Anderson-0/+2
2012-12-13Begin renaming serialization to std::serialize. (snapshot)Erick Tryzelaar-0/+1161