summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2015-04-01Fallout in libsyntaxNiko Matsakis-3/+3
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-2/+2
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-2/+2
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-7/+7
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
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-27Change the trivial cast lints to allow by defaultNick Cameron-1/+0
2015-03-26update everything to use Entry defaultsAlexis-6/+4
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-2/+2
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-25rustc: Remove support for int/uintAlex Crichton-5/+5
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