summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/mod.rs
AgeCommit message (Expand)AuthorLines
2014-03-18Docify std::vec_ngSteven Fackler-1/+1
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-1/+0
2014-02-27Fix syntax::ext::deriving{,::*} docs formatting.Chris Morgan-2/+2
2014-02-24Remove deriving(ToStr)Alex Crichton-2/+0
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-2/+0
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-0/+2
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-1/+4
2014-02-13Tweak ItemDecorator APISteven Fackler-9/+7
2014-02-08Implement `#[deriving(Show)]`.Huon Wilson-0/+2
2014-02-08syntax: convert deriving to take &mut ExtCtxt.Huon Wilson-1/+1
2014-02-08syntax: remove some dead code.Huon Wilson-15/+1
2014-02-02libsyntax: Introduce an `InternedString` type to reduce `@str` in thePatrick Walton-4/+4
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-7/+7
2014-01-07Fix remaining cases of leaking importsAlex Crichton-1/+0
2013-12-28Stop using @ExtCtxtSteven Fackler-3/+3
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-11-26libsyntax: Remove all non-`proc` `do` syntax.Patrick Walton-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-11/+11
2013-10-02syntax: Add #[deriving(FromPrimitive)] syntax extensionErick Tryzelaar-0/+4
2013-09-30syntax: Remove usage of fmt!Alex Crichton-2/+2
2013-09-12syntax: add #[deriving(Default)] syntax extensionErick Tryzelaar-0/+2
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-3/+3
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-4/+4
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-10/+9
2013-06-25great renaming propagation: syntaxCorey Richardson-2/+0
2013-06-16auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwaltonbors-0/+2
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-14Implement a deriving(Zero) attributeAlex Crichton-0/+2
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-12/+12
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-1/+2
2013-06-07syntax: move functions from deriving/mod to deriving/generic.Huon Wilson-254/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-3/+4
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-22syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`Patrick Walton-1/+1
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-1/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22syntax/ext: convert all AstBuilder methods to a uniform syntax.Huon Wilson-63/+39
2013-05-22syntax/ext: migrate build.rs functions to AstBuilder methods.Huon Wilson-26/+26
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-13/+13
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-2/+2
2013-05-16syntax: implement #[deriving(DeepClone)]. Fixes #6514.Huon Wilson-0/+1
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-4/+9
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-4/+4
2013-05-12librustc: Make `self` and `static` into keywordsPatrick Walton-2/+1
2013-05-09Use a specialized string interner to reduce the need for owned stringsBjörn Steinbrink-3/+3
2013-05-08librustc: Fix merge fallout.Patrick Walton-2/+2
2013-05-07libsyntax: add #[deriving(Rand, ToStr)].Huon Wilson-0/+6
2013-05-07libsyntax: extend generic deriving code to handle almost all possible traits.Huon Wilson-122/+142
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-1/+1