summary refs log tree commit diff
path: root/src/libsyntax/ext/build.rs
AgeCommit message (Expand)AuthorLines
2012-12-13libsyntax: Implement `deriving` for struct-like enum variants. r=brsonPatrick Walton-0/+8
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-1/+1
2012-12-07syntax: point quote tokens at the site of quote-using-extension invocation.Graydon Hoare-0/+18
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-21libsyntax: Implement `deriving` correctly for type-parameterized structs and ...Patrick Walton-0/+12
2012-11-21libsyntax: Implement deriving via a syntax extension for the `IterBytes` trai...Patrick Walton-0/+47
2012-11-21libsyntax: Implement `deriving` for enums with N-ary variants. r=brsonPatrick Walton-2/+13
2012-11-20syntax: switch tt quoter to emit ~[tt], not tt.Graydon Hoare-0/+5
2012-11-20rustc: Implement "deriving" for monomorphic structs via a syntax extension. r...Patrick Walton-0/+20
2012-11-13rustc: add new token-tree based quasiquoter.Graydon Hoare-17/+53
2012-09-28Demode extfmtTim Chevalier-0/+4
2012-09-26Demode vec::push (and convert to method)Niko Matsakis-1/+1
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-4/+6
2012-09-04libsyntax: "import" -> "use"Patrick Walton-2/+2
2012-08-26Camel case the option typeBrian Anderson-3/+3
2012-08-01Convert ret to returnBrian Anderson-7/+7
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-13Change (hopefully) all of the code that generates strs asts to produce ~strs.Michael Sullivan-4/+11
2012-07-12Obliterate the callee_id hackTim Chevalier-3/+4
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-29Refactor syntax exts some. Don't ever emit bare vectors.Michael Sullivan-15/+15
2012-06-28Have #fmt use str::concat to build up the string instead of using binary +. C...Michael Sullivan-0/+4
2012-06-27Replace more vector + (issue #2719)Eric Holk-1/+1
2012-06-27Have the syntax extension ast builders reserve the extra node ids required fo...Michael Sullivan-0/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-11/+11
2012-06-25When we cons up vector asts, generate evecs.Michael Sullivan-0/+10
2012-06-13Box AST identsBrian Anderson-1/+1
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+78