summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-03-28Rollup merge of #23803 - richo:unused-braces, r=ManishearthManish Goregaokar-7/+7
2015-03-28cleanup: Remove unused braces in use statementsRicho Healey-7/+7
2015-03-27rollup merge of #23786: alexcrichton/less-quotesAlex Crichton-38/+11
2015-03-27rollup merge of #23794: brson/slicegateAlex Crichton-0/+9
2015-03-27Feature gate *all* slice patterns. #23121Brian Anderson-0/+9
2015-03-27Merge 'richo/unquote-crates' into less-quotesAlex Crichton-1/+1
2015-03-27Unquote all crate names without underscoresRicho Healey-3/+3
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-37/+10
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-11/+0
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-122/+30
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-1/+1
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-1/+0
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-1/+0
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-12/+3
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-44/+5
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-1/+6
2015-03-27rollup merge of #23625: fhahn/issue-23620-ice-unicode-bytestringAlex Crichton-11/+29
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-3/+3
2015-03-27Prevent ICEs when parsing invalid escapes, closes #23620Florian Hahn-11/+29
2015-03-27Auto merge of #22930 - Gankro:entry_3, r=aturonbors-7/+4
2015-03-27default => or_insert per RFCAlexis Beingessner-3/+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-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-1/+0
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-1/+6
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-12/+3
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-11/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+2
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-29/+41
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-44/+5
2015-03-26Register new snapshotsAlex Crichton-1/+1
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-6/+118
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-3/+3
2015-03-25rustc: Remove support for int/uintAlex Crichton-119/+28
2015-03-24rollup merge of #23546: alexcrichton/hyphensAlex Crichton-28/+31
2015-03-24rustc: Add support for `extern crate foo as bar`Alex Crichton-28/+31
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-16/+25
2015-03-24syntax: add {trait_item,impl_item,where_clause}_to_stringErick Tryzelaar-13/+14
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-11/+12
2015-03-23rollup merge of #23506: alexcrichton/remove-some-deprecated-thingsAlex Crichton-292/+29
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-3/+3
2015-03-23rollup merge of #23538: aturon/conversionAlex Crichton-5/+6
2015-03-23rollup merge of #23211: FlaPer87/oibit-send-and-friendsAlex Crichton-0/+7
2015-03-23Add generic conversion traitsAaron Turon-5/+6
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-5/+5
2015-03-20Feature gate defaulted traitsFlavio Percoco-0/+7