summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/encodable.rs
AgeCommit message (Expand)AuthorLines
2015-08-29Allow #[derive()] to generate unsafe trait implsMichael Layzell-0/+1
2015-08-03syntax: Implement #![no_core]Alex Crichton-2/+3
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-4/+4
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-4/+4
2015-05-17Allow #[derive()] to generate unsafe methodsManish Goregaokar-0/+1
2015-05-12RebasingNick Cameron-1/+1
2015-04-30WIP refactor expansion of decorators and move derive to MultiDecoratorNick Cameron-8/+8
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-3/+3
2015-04-18Auto merge of #23985 - erickt:derive-cleanup, r=ericktbors-19/+16
2015-04-15syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`Erick Tryzelaar-19/+16
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-1/+1
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-3/+3
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+2
2015-03-03Accommodate simple cases of arith-overflow in `rustc` related crates.Felix S. Klock II-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-19/+18
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-1/+7
2015-02-07Use path helper macros in derivingKeegan McAllister-1/+1
2015-01-25Associated types support for deriving::generic::TraitDefDzmitry Malyshau-1/+3
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-7/+7
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-6/+6
2015-01-17libsyntax: uint types to usizePaul Collier-1/+1
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05syntax: remove remaining boxed closuresJorge Aparicio-1/+1
2015-01-04serialize: Use assoc types + less old_orphan_checkAlex Crichton-16/+16
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-2/+2
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-2/+23
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-2/+23
2014-12-21Fallout of std::str stabilizationAlex Crichton-2/+1
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-5/+7
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-3/+3
2014-11-15Improve examples for syntax::ext::deriving::encodableBarosl Lee-31/+40
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-13/+14
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-07-11Removed dead structures after changes to PartialOrd/Ord derivings.Felix S. Klock II-1/+0
2014-07-11Revise the `const_nonmatching` flag with more info about author's intent.Felix S. Klock II-1/+1
2014-07-09syntax: doc comments all the thingsCorey Richardson-73/+70
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-3/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-4/+6
2014-06-02auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichtonbors-0/+1
2014-06-02syntax: Remove use of `pub use` globsklutzy-0/+1
2014-06-02Fix deriving Encodable trait for unit structsPiotr Jawniak-0/+8
2014-05-27std: Remove String's to_ownedRicho Healey-3/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+2
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-6/+6
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-1/+1
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-1/+3