about summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving
AgeCommit message (Expand)AuthorLines
2014-03-31syntax: Switch field privacy as necessaryAlex Crichton-29/+31
2014-03-31vec: convert `append` and `append_one` to methodsDaniel Micay-3/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-35/+39
2014-03-27serialize: use ResultSean McArthur-15/+55
2014-03-26auto merge of #13145 : alexcrichton/rust/flip-some-defaults, r=brsonbors-3/+3
2014-03-26syntax: Permit visibility on tuple fieldsAlex Crichton-3/+3
2014-03-25Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...Marvin Löbel-2/+2
2014-03-23std: remove the `equals` method from `TotalEq`.Huon Wilson-7/+16
2014-03-22Migrate all users of opt_vec to owned_slice, delete opt_vec.Huon Wilson-15/+14
2014-03-21syntax: make OptVec immutable.Huon Wilson-10/+15
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-27/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-17/+17
2014-03-18Docify std::vec_ngSteven Fackler-3/+3
2014-03-15Tag derived impls with #[automatically_derived]Steven Fackler-8/+4
2014-03-12syntax: change the #[deriving(Hash)] typaram variable nameErick Tryzelaar-3/+3
2014-03-12Changed lists of lifetimes in ast and ty to use Vec instead of OptVec.Felix S. Klock II-7/+6
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-1/+1
2014-03-12std: Move rand to librand.Huon Wilson-4/+3
2014-03-08Removed DeepClone. Issue #12698.Michael Darakananda-31/+0
2014-03-06syntax: Conditionally deriving(Hash) with WritersAlex Crichton-4/+16
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-2/+2
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-30/+76
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-240/+232
2014-02-28syntax: Expand format!() deterministicallyAlex Crichton-1/+2
2014-02-27Fix syntax::ext::deriving{,::*} docs formatting.Chris Morgan-15/+17
2014-02-24Gate default type parameter overrides.Eduard Burtescu-16/+4
2014-02-24Remove deriving(ToStr)Alex Crichton-134/+0
2014-02-24Update rustc/syntax docs now that rustdoc lexes all non-`notrust` code blocks.Huon Wilson-12/+12
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-102/+0
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22auto merge of #12451 : edwardw/rust/ident-2-name, r=cmrbors-4/+4
2014-02-21std: rewrite Hash to make it more genericErick Tryzelaar-6/+105
2014-02-21syntax: Allow syntax extensions to have attributesErick Tryzelaar-8/+26
2014-02-22Represent lifetimes as Names instead of IdentsEdward Wang-4/+4
2014-02-19librustc: Remove unique vector patterns from the language.Patrick Walton-43/+45
2014-02-14Fix all code examplesAlex Crichton-12/+20
2014-02-14auto merge of #12234 : sfackler/rust/restructure-item-decorator, r=huonwbors-65/+67
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-22/+18
2014-02-13Tweak ItemDecorator APISteven Fackler-65/+67
2014-02-11libsyntax -- fix unsafe sharing in closuresNiko Matsakis-9/+12
2014-02-11to_str -- update to contain scope of closureNiko Matsakis-20/+21
2014-02-08Update deriving to pass around the `cx` linearlyNiko Matsakis-132/+157
2014-02-08Fixed error starting with uppercasemr.Shu-16/+16
2014-02-08Implement `#[deriving(Show)]`.Huon Wilson-0/+140
2014-02-08syntax: convert deriving to take &mut ExtCtxt.Huon Wilson-62/+62
2014-02-08syntax: remove some dead code.Huon Wilson-15/+1
2014-02-07Removed @self and @Trait.Eduard Burtescu-7/+2
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-8/+7
2014-02-02librustc: De-`@str` `NameAndSpan`Patrick Walton-1/+1
2014-02-02librustc: Fix merge fallout.Patrick Walton-4/+7