about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-11-15Improve examples for syntax::ext::deriving::encodableBarosl Lee-31/+40
2014-11-14auto merge of #18840 : huonw/rust/tweaks, r=alexcrichtonbors-24/+47
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-4/+6
2014-11-13auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelixbors-30/+22
2014-11-13fix "warning: deprecated syntax, use `for` keyword now"Jorge Aparicio-2/+2
2014-11-13auto merge of #18879 : pcwalton/rust/path-silliness, r=aturonbors-1/+8
2014-11-13Use the correct span for out-of-range int literals.Huon Wilson-1/+2
2014-11-13Add more "help: ..."'s to the parser.Huon Wilson-23/+38
2014-11-13Add error message specific to \<carriage return>.Huon Wilson-0/+7
2014-11-12Register new snapshotsAlex Crichton-6/+0
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+3
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-3/+2
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-1/+1
2014-11-12auto merge of #18841 : Manishearth/rust/doc-ty, r=alexcrichtonbors-2/+18
2014-11-11librustc: Allow linkage attribute on any statics, not just foreign statics.Luqman Aden-0/+4
2014-11-11libsyntax: Forbid type parameters in field expressions.Patrick Walton-1/+8
2014-11-11syntax: improve message for misused inner attributesLiigo Zhuang-0/+2
2014-11-10Document ast::Ty_Manish Goregaokar-2/+18
2014-11-09Fix ICEs that involved quasi-quotationPiotr Czarnecki-30/+22
2014-11-09auto merge of #18755 : japaric/rust/ord, r=alexcrichtonbors-10/+31
2014-11-09auto merge of #18743 : nikomatsakis/rust/hrtb-refactor-2, r=pcwaltonbors-219/+294
2014-11-08auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichtonbors-1/+1
2014-11-08Renamed Extendable to Extendgamazeps-1/+1
2014-11-08auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfacklerbors-13/+56
2014-11-07Update Partial/Total Eq/Ord terminologyJorge Aparicio-7/+7
2014-11-07syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]`Jorge Aparicio-4/+25
2014-11-07Purge the old `once_fns`, which are not coming backNiko Matsakis-45/+33
2014-11-07Update parser with `for` syntaxNiko Matsakis-174/+261
2014-11-07rustc: Process #[cfg]/#[cfg_attr] on cratesAlex Crichton-13/+56
2014-11-07auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelixbors-419/+511
2014-11-07Add `ast::SequenceRepetition`Piotr Czarnecki-93/+160
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-281/+391
2014-11-06Fallout from collection conventionsAlexis Beingessner-9/+9
2014-11-06Remove the unboxed closure `|:|` notation from types and trait references com...Niko Matsakis-160/+22
2014-11-06Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th...Niko Matsakis-103/+285
2014-11-06Restructure parsing of paths, which is quite torturedNiko Matsakis-42/+108
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+6
2014-11-05Use operator sugar in the expansion of `#[deriving(PartialEq)]`Jorge Aparicio-5/+31
2014-11-05Workaround to have doc comments desugared only in macrosPiotr Czarnecki-7/+18
2014-11-05Remove `Matcher`sPiotr Czarnecki-156/+33
2014-11-05Use `TokenTree`s in lhs of macrosPiotr Czarnecki-248/+385
2014-11-05Register snapshots.Eduard Burtescu-97/+0
2014-11-04libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` inPatrick Walton-7/+27
2014-11-04Implement flexible target specificationCorey Richardson-64/+10
2014-11-03rollup merge of #18578 : japaric/cloneAlex Crichton-3/+11
2014-11-03rollup merge of #18568 : gamazeps/issue18551Alex Crichton-1/+1
2014-11-03rollup merge of #18562 : nick29581/dxr-1Alex Crichton-17/+16
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-45/+46
2014-11-03syntax: Use UFCS in the expansion of `#[deriving(Clone)]`Jorge Aparicio-3/+11
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-29/+23