about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2015-03-27Auto merge of #22930 - Gankro:entry_3, r=aturonbors-6/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-2/+2
2015-03-26update everything to use Entry defaultsAlexis-6/+4
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-0/+4
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-6/+118
2015-03-24syntax: Update #[derive(...)] to work with phantom and associated typesErick Tryzelaar-6/+118
2015-03-24syntax: Allow quotes to insert pathErick Tryzelaar-0/+2
2015-03-24syntax: Allow where strings to be parsed independent from genericsErick Tryzelaar-0/+2
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-4/+5
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-10/+0
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-3/+3
2015-03-23Add generic conversion traitsAaron Turon-1/+1
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-3/+3
2015-03-20Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichtonbors-3/+3
2015-03-20don't use Result::ok just to be able to use unwrap/unwrap_orOliver Schneider-3/+3
2015-03-19Added missing impl_to_source! and impl_to_tokens! for TraitItem.Vladimir Pouzanov-0/+2
2015-03-19Added missing impl_to_source! and impl_to_tokens! for ImplItem.Vladimir Pouzanov-0/+2
2015-03-18rustc: Remove some long deprecated features:Alex Crichton-10/+0
2015-03-13syntax: use lookahead to distinguish inner and outer attributes, instead of p...Eduard Burtescu-25/+15
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-5/+1
2015-03-12Stabilize std::pathAaron Turon-5/+1
2015-03-12Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakisbors-173/+120
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-83/+73
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-15/+16
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-147/+108
2015-03-11syntax: move indirection around {Trait,Impl}Item, from within.Eduard Burtescu-47/+42
2015-03-09Switch derive(Debug) to use the debug buildersSteven Fackler-63/+41
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-2/+2
2015-03-06Make #[derive(Anything)] into sugar for #[derive_Anything]Keegan McAllister-121/+143
2015-03-06Consolidate ExpansionConfig feature testsKeegan McAllister-40/+20
2015-03-06Auto merge of #22899 - huonw:macro-stability, r=alexcrichtonbors-16/+61
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-16/+61
2015-03-05Rollup merge of #22764 - ivanradanov:fileline_help, r=huonwManish Goregaokar-1/+5
2015-03-05Fix quoting of ?SizedSeo Sanghyeon-1/+2
2015-03-05Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallisterbors-42/+143
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-13/+20
2015-03-04Add quasiquote for matchers and attributesPiotr Czarnecki-42/+143
2015-03-03Switched to Box::new in many places.Felix S. Klock II-43/+44
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-20/+19
2015-03-03Change span_help calls to fileline_help where appropriateIvan Radanov Ivanov-1/+5
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-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-02-28Rollup merge of #22875 - kmcallister:maceager, r=sfacklerManish Goregaokar-69/+91
2015-02-27Replace MacExpr / MacPat / MacItems with MacEagerKeegan McAllister-69/+91
2015-02-27Rollup merge of #22823 - kmcallister:fix-21370, r=huonwManish Goregaokar-4/+4
2015-02-25Always error on invalid macro fragment specifiersKeegan McAllister-4/+4
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-38/+41
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-16/+14