about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2015-04-01cleanup: Test formattingRicho Healey-11/+22
2015-04-01Fallout in libsyntaxNiko Matsakis-27/+27
2015-04-01Fallout in libsyntax/librustc: use newtype'd options for linked lists,Niko Matsakis-5/+16
2015-04-01Implement the changes to coherence such that we consider a type to beNiko Matsakis-0/+6
2015-04-01Pretty print ids for assoc itemsNick Cameron-7/+12
2015-03-31rollup merge of #23288: alexcrichton/issue-19470Alex Crichton-20/+3
2015-03-31Test fixes and rebase conflicts, round 2Alex Crichton-11/+0
2015-03-31rollup merge of #23875: aturon/revise-convert-2Alex Crichton-1/+0
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31rollup merge of #23872: huonw/eager-lexingAlex Crichton-15/+40
2015-03-31rustc: Remove old_orphan_check entirelyAlex Crichton-17/+0
2015-03-31std: Remove #[old_orphan_check] from PartialEqAlex Crichton-3/+3
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-31rollup merge of #23549: aturon/stab-numAlex Crichton-9/+11
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-9/+11
2015-03-31Stabilize std::numAaron Turon-9/+11
2015-03-31Lex binary and octal literals more eagerly.Huon Wilson-14/+39
2015-03-30Implement new type-checking strategy for binary operators. Basically,Niko Matsakis-22/+6
2015-03-29Port of pcwalton removal of `#[unsafe_destructor]` check.Felix S. Klock II-12/+6
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