summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/generic.rs
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Change all code-blocks with a scriptAlex Crichton-22/+22
2013-09-10auto merge of #9088 : nikomatsakis/rust/issue-6304-AST-tree-not-DAG, r=catamo...bors-2/+2
2013-09-10Delay assignment of node ids until after expansion. Ensures that each AST nodeNiko Matsakis-2/+2
2013-09-10std::at_vec and vec: Unify build_sized, build_sized_opt into buildblake2-ppc-1/+1
2013-09-03Modernized a few more types in syntax::astMarvin Löbel-59/+59
2013-09-02Renamed syntax::ast::ident -> IdentMarvin Löbel-28/+28
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-29/+29
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-1/+1
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-2/+2
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-1/+1
2013-08-03remove obsolete `foreach` keywordDaniel Micay-13/+13
2013-08-03auto merge of #8206 : omasanori/rust/blk-to-block, r=graydonbors-1/+1
2013-08-02replace `range` with an external iteratorDaniel Micay-4/+3
2013-08-02Replace 'blk' -> 'block' in AstBuilder.OGINO Masanori-1/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-11/+11
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-2/+3
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-10/+15
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-1/+1
2013-07-08Correct merge errorsNiko Matsakis-4/+4
2013-07-08syntax: Patch up code that was using irrefutable patterns incorrectlyNiko Matsakis-10/+18
2013-07-07De-share ast::TyJames Miller-3/+3
2013-07-07De-manage OptVec<TyParamBounds>James Miller-3/+2
2013-07-07De-manage LifetimeJames Miller-1/+1
2013-07-07De-managed ast::PathJames Miller-4/+4
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-5/+6
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-1/+1
2013-06-25auto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatchbors-5/+3
2013-06-25remove the redundant `each` method from OptVecDaniel Micay-2/+2
2013-06-25great renaming propagation: syntaxCorey Richardson-5/+3
2013-06-23Parse and typecheck (not kindcheck) bounds on trait paths.Ben Blum-1/+2
2013-06-23vec: remove BaseIter implementationDaniel Micay-3/+3
2013-06-21vec: rm old_iter implementations, except BaseIterDaniel Micay-4/+4
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-5/+5
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-1/+1
2013-06-09std: remove foldr and alli methods in vecHuon Wilson-4/+4
2013-06-08std: remove vec::each2 and vec::each2_mut in favour of iteratorsHuon Wilson-2/+3
2013-06-07syntax: move expand_generic_deriving to be a method on TraitDefHuon Wilson-29/+26
2013-06-07syntax: move functions from deriving/mod to deriving/generic.Huon Wilson-23/+198
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-3/+6
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
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-29/+23
2013-05-22syntax/ext: migrate build.rs functions to AstBuilder methods.Huon Wilson-17/+17
2013-05-22syntax/ext: modernise ext_ctxt to be CamelCase and use new.Huon Wilson-26/+26
2013-05-21syntax/ext: remove the ~str dependence of the deriving code.Huon Wilson-8/+8
2013-05-20Remove all unnecessary allocations (as flagged by lint)Alex Crichton-6/+6
2013-05-14rustc: rename ast::self_ty and related fields to explicit_selfErick Tryzelaar-17/+16
2013-05-14syntax: Remove #[allow(vecs_implicitly_copyable)]Alex Crichton-62/+63