about summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving
AgeCommit message (Expand)AuthorLines
2015-01-15rollup merge of #21199: dotdash/decode_lambaAlex Crichton-4/+3
2015-01-15rollup merge of #21161: japaric/ufcs-hashAlex Crichton-2/+12
2015-01-15Avoid unnecessary closures when deriving RustcDecodableBjörn Steinbrink-4/+3
2015-01-14use better spanJorge Aparicio-11/+11
2015-01-14use UFCS in `#[deriving(Hash)]`Jorge Aparicio-2/+12
2015-01-13Update #[deriving] documentation.Huon Wilson-25/+28
2015-01-08Test fixes.Huon Wilson-3/+3
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-1/+1
2015-01-07rollup merge of #20657: alexcrichton/stabilize-macrosAlex Crichton-10/+0
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-35/+34
2015-01-07use slicing sugarJorge Aparicio-35/+34
2015-01-07std: Stablize the macros moduleAlex Crichton-10/+0
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+2
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-1/+1
2015-01-06Register new snapshotsAlex Crichton-6/+6
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-1/+1
2015-01-07falloutNick Cameron-2/+3
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-32/+32
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-7/+9
2015-01-05rollup merge of #20568: huonw/ungate-AT-globsAlex Crichton-13/+7
2015-01-05rollup merge of #20554: huonw/mut-patternAlex Crichton-1/+1
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