summary refs log tree commit diff
path: root/src/libsyntax/ext/deriving/show.rs
AgeCommit message (Expand)AuthorLines
2015-08-29Allow #[derive()] to generate unsafe trait implsMichael Layzell-0/+1
2015-07-28remove `get_ident` and `get_name`, make `as_str` soundOliver Schneider-3/+3
2015-05-22Let MultiItemDecorator take `&Annotatable` (fixes #25683)Manish Goregaokar-2/+2
2015-05-17Make #[derive(Debug)] work with unsized fieldsSteven Fackler-5/+11
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-4/+4
2015-04-21syntax: remove #![feature(box_syntax, box_patterns)]Erick Tryzelaar-1/+1
2015-04-15syntax: Change deriving methods to take a `&mut FnMut(P<Item>)`Erick Tryzelaar-6/+5
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-62/+40
2015-03-03Switched to Box::new in many places.Felix S. Klock II-2/+2
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-1/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-3/+3
2015-02-07Use path helper macros in derivingKeegan McAllister-3/+3
2015-02-06Update to last version, remove "[]" as much as possibleGuillaumeGomez-2/+2
2015-02-06Libsyntax has been updatedGuillaumeGomez-3/+2
2015-02-06Replace the get method by the deref one on InternedStringGuillaumeGomez-2/+3
2015-01-25Associated types support for deriving::generic::TraitDefDzmitry Malyshau-3/+4
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-2/+2
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05syntax: remove remaining boxed closuresJorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2014-12-27syntax: change format_args! to produce fmt::Arguments instead of calling a fu...Eduard Burtescu-4/+6
2014-12-21Fallout of std::str stabilizationAlex Crichton-1/+1
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-5/+7
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-09-14syntax: fix fallout from using ptr::P.Eduard Burtescu-10/+9
2014-07-11Removed dead structures after changes to PartialOrd/Ord derivings.Felix S. Klock II-4/+1
2014-07-11`O(n*k)` code-size deriving on enums (better than previous `O(n^k)`).Felix S. Klock II-1/+2
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-2/+2
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-2/+2
2014-06-11syntax: Move the AST from @T to Gc<T>Alex Crichton-4/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-02syntax: Remove use of `pub use` globsklutzy-0/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-15syntax: Add a macro, format_args_method!()Alex Crichton-8/+3
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-23auto merge of #13704 : edwardw/rust/doc-hidden, r=alexcrichtonbors-1/+1
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-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+3
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-01libsyntax: Fix errors arising from the automated `~[T]` conversionPatrick Walton-2/+3
2014-03-01libsyntax: Mechanically change `~[T]` to `Vec<T>`Patrick Walton-12/+12
2014-02-28syntax: Expand format!() deterministicallyAlex Crichton-1/+2