summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/decodable.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-3/+4
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-8/+8
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-15syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`Erick Tryzelaar-19/+16
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+2
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-1/+1
2015-02-12Made `Self` a keyword.Marvin Löbel-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-6/+6
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-4/+4
2015-01-17libsyntax: uint types to usizePaul Collier-2/+2
2015-01-17s/deriving/derives in Comments/DocsEarl St Sauver-1/+1
2015-01-15Avoid unnecessary closures when deriving RustcDecodableBjörn Steinbrink-4/+3
2015-01-07use slicing sugarJorge Aparicio-2/+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-14/+16
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-2/+2
2014-12-22rollup merge of #20033: alexcrichton/deprecate-serialiseAlex Crichton-5/+27
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-5/+27
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-11/+15
2014-11-26/*! -> //!Steve Klabnik-4/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-8/+12
2014-11-17Fix fallout from coercion removalNick Cameron-0/+1
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-14/+13
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-08Change DST syntax: type -> Sized?Nick Cameron-3/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-6/+8
2014-06-02syntax: Remove use of `pub use` globsklutzy-0/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-1/+1
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-5/+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
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-1/+3
2014-04-23Honor hidden doc attribute of derivable trait methodsEdward Wang-1/+1
2014-04-23Support unsized types with the `type` keywordNick Cameron-2/+3
2014-03-27serialize: use ResultSean McArthur-10/+20
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-0/+2