about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-11-18deriving: error out when used on a non-typeKeegan McAllister-2/+5
2014-11-18Feature gate non-ASCII lifetime identifiersJakub Bukaj-11/+23
2014-11-18Update test for equivalency to include region binders in object types, add ne...Niko Matsakis-4/+3
2014-11-18Convert TyPolyTraitRef to accept arbitary bounds, so that things likeNiko Matsakis-56/+97
2014-11-18Place parenthetical notation under the `unboxed_closure` feature-gate.Niko Matsakis-2/+14
2014-11-18auto merge of #18885 : thestinger/rust/writer, r=aturonbors-5/+5
2014-11-18implement Writer for Vec<u8>Daniel Micay-5/+5
2014-11-18auto merge of #19050 : japaric/rust/moar-dst, r=aturonbors-9/+9
2014-11-17libsyntax: Add tests for `parse_view_item`Murarth-1/+33
2014-11-17libsyntax: Add `parse_view_item` method to ParserMurarth-0/+8
2014-11-18auto merge of #19049 : jakub-/rust/roll-up, r=alexcrichtonbors-15/+36
2014-11-18rollup merge of #19020: Gankro/better-warnJakub Bukaj-1/+2
2014-11-18rollup merge of #19018: tomjakubowski/fix-issue-19003Jakub Bukaj-1/+9
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-3/+3
2014-11-18rollup merge of #18910: aturon/borrow-traitsJakub Bukaj-10/+18
2014-11-18rollup merge of #18890: luqmana/tfJakub Bukaj-0/+4
2014-11-17libsyntax: DSTify `ToSource` and `ToSourceWithHygiene`Jorge Aparicio-9/+9
2014-11-17Fallout from deprecationAaron Turon-10/+18
2014-11-17Rewrite method resolution to be cleaner, more correct, and to layNiko Matsakis-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-53/+180
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-7/+7
2014-11-17Fix fallout from coercion removalNick Cameron-7/+7
2014-11-17change return type of slice_shift_charAndrew Cann-3/+3
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-1/+1
2014-11-17slightly better deprecation message for fn syntaxAlexis Beingessner-1/+2
2014-11-16Disallow parsing of struct variants with 0 fieldsTom Jakubowski-1/+9
2014-11-16auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-bors-20/+11
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-1/+1
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-218/+184
2014-11-16rollup merge of #18948: barosl/doc-encodable-fixJakub Bukaj-31/+40
2014-11-15Un-feature gate struct variantsSteven Fackler-20/+11
2014-11-15auto merge of #18922 : japaric/rust/for, r=jakub-bors-2/+2
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