summary refs log tree commit diff
path: root/src/libsyntax/ext/pipes
AgeCommit message (Expand)AuthorLines
2013-02-04core/syntax: Add transitional code for pipesTim Chevalier-0/+28
2013-02-03core: convert ToStr::to_str to take explicit &selfErick Tryzelaar-2/+2
2013-01-31test cases, cleanupJohn Clements-7/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-11/+1
2013-01-29libsyntax: De-export libsyntax. rs=deexportingPatrick Walton-10/+9
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-39/+35
2013-01-29librustc: Disallow trait bounds in types, enumerations, and structure definit...Patrick Walton-4/+11
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-4/+6
2013-01-24Convert pipes::Buffer into a structErick Tryzelaar-4/+4
2013-01-23renaming to adhere to conventionsJohn Clements-2/+2
2013-01-22Add is_mutbl field to argSeo Sanghyeon-0/+1
2013-01-20Convert many libsyntax records into structsErick Tryzelaar-10/+13
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-23/+38
2013-01-20convert ast::{ty_field_,ty_method} into a structErick Tryzelaar-1/+1
2013-01-20convert ast::ty into a structErick Tryzelaar-12/+20
2013-01-20convert ast::expr into a structErick Tryzelaar-12/+18
2013-01-14convert ast::{field_,capture_item_,mt} and middle::ty::mt into structsErick Tryzelaar-4/+11
2013-01-14Convert ast::{pat,field_pat,local_,arm} into structsErick Tryzelaar-5/+9
2013-01-14convert ast::blk_ into a structErick Tryzelaar-5/+7
2013-01-14convert ast::attribute_ and ast::view_item to a structErick Tryzelaar-2/+2
2013-01-14convert ast::item into a structErick Tryzelaar-6/+6
2013-01-14change ast::ty_param into a struct.Erick Tryzelaar-1/+1
2013-01-14Change ast::path into a struct.Erick Tryzelaar-14/+14
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-16/+15
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-7/+55
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-55/+7
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-7/+55
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-53/+82
2012-12-17Change iter::find's closure to take a refErick Tryzelaar-2/+2
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-17/+9
2012-12-09Remove transitional codeBrian Anderson-135/+0
2012-12-07librustc: De-mode pattern bindings. r=nmatsakisPatrick Walton-1/+1
2012-12-07syntax: stage0-guard uses of #ast, rewrite as quote_foo! in stage1,2.Graydon Hoare-97/+122
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-14/+14
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+70
2012-11-29impls of traits cannot define methods on the anonymous traitBrian Anderson-1/+9
2012-11-28Remove uses of #[merge]Brian Anderson-0/+70
2012-11-28Register snapshotsBrian Anderson-15/+0
2012-11-26Remove the crate languageBrian Anderson-0/+12
2012-11-20syntax: switch tt quoter to emit ~[tt], not tt.Graydon Hoare-0/+9
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+15
2012-11-14Add types for character position and byte position in the codemapBrian Anderson-41/+30
2012-11-12Convert most codemap types from records to structsBrian Anderson-2/+2
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-2/+7
2012-10-23Don't generate move-by-init in AST builderTim Chevalier-2/+8
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-42/+42
2012-10-11Make to_str pure and fix const parameters for str-mutating functionsTim Chevalier-1/+1
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-16/+6
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-3/+3