summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving
AgeCommit message (Expand)AuthorLines
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-7/+9
2015-01-05syntax: remove remaining boxed closuresJorge Aparicio-33/+29
2015-01-05Ungate default type parameters.Huon Wilson-13/+7
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-30/+32
2015-01-05Change `&` pat to only work with &T, and `&mut` with &mut T.Huon Wilson-1/+1
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-0/+1
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-0/+1
2015-01-03Remove deprecated functionalityAlex Crichton-104/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-13/+13
2015-01-03sed -i -s 's/\bmod}/self}/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-02Accept `derive` instead of `deriving`Nick Cameron-22/+32
2014-12-31syntax: unbox closures used in let bindingsJorge Aparicio-4/+4
2014-12-31syntax: unbox closures used in function argumentsJorge Aparicio-2/+2
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-14/+15
2014-12-27syntax: change format_args! to produce fmt::Arguments instead of calling a fu...Eduard Burtescu-4/+6
2014-12-26Keep track of the whole error chainFlavio Percoco-2/+5
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-14/+15
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-1/+1
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-17/+58
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-17/+58
2014-12-21Fallout of std::str stabilizationAlex Crichton-36/+31
2014-12-20Add support for multiple region bounds in where clausesJared Roesch-1/+1
2014-12-20Add parser support for generalized where clausesJared Roesch-2/+8
2014-12-19libsyntax: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-17Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-17rollup merge of #19831: luqmana/deriving-whereAlex Crichton-5/+25
2014-12-17rollup merge of #19755: alexcrichton/rust-serializeAlex Crichton-2/+22
2014-12-15rollup merge of #19812: frewsxcv/expansion-include-enumBrian Anderson-0/+1
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-1/+2
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-1/+1
2014-12-14libsyntax: Make deriving also respect where bounds.Luqman Aden-5/+25
2014-12-13rustc: Start the deprecation of libserializeAlex Crichton-2/+22
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-111/+150
2014-12-13libsyntax: fix falloutJorge Aparicio-1/+1
2014-12-13Expansion should explicitly include enumCorey Farwell-0/+1
2014-12-12Add support for equality constraints on associated typesNick Cameron-3/+4
2014-12-09rollup merge of #19598: japaric/ordAlex Crichton-4/+25
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-07syntax: use UFCS in the expansion of `#[deriving(Ord)]`Jorge Aparicio-4/+25
2014-12-05Utilize fewer reexportsCorey Farwell-6/+7
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-17/+7
2014-11-26/*! -> //!Steve Klabnik-17/+7
2014-11-26Rote changes due to the fact that ast paths no longer carry this extraneous b...Niko Matsakis-3/+3
2014-11-19rollup merge of #19090: kmcallister/deriving-non-typeJakub Bukaj-2/+5
2014-11-18std: Stabilize std::fmtAlex Crichton-1/+1
2014-11-18deriving: error out when used on a non-typeKeegan McAllister-2/+5
2014-11-17Switch to purely namespaced enumsSteven Fackler-46/+59
2014-11-17Fix fallout from coercion removalNick Cameron-0/+1