about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-11-23rollup merge of #19215: aochagavia/prettyJakub Bukaj-21/+16
2014-11-23rollup merge of #19211: aochagavia/tuple-indexJakub Bukaj-66/+30
2014-11-23auto merge of #19158 : jakub-/rust/issue-14091, r=alexcrichtonbors-33/+45
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo Ochagavía-51/+23
2014-11-23libsyntax: Forbid type parameters in tuple indicesAdolfo Ochagavía-16/+8
2014-11-22Fix pretty printing unsafe match armsAdolfo Ochagavía-21/+16
2014-11-22auto merge of #19132 : sinistersnare/rust/patch-1, r=alexcrichtonbors-2/+2
2014-11-22auto merge of #19122 : Kintaro/rust/remove_struct_variant, r=jakub-bors-1/+1
2014-11-21unicode: Rename is_XID_start to is_xid_start, is_XID_continue to is_xid_continueBrian Anderson-3/+3
2014-11-21unicode: Add stability attributes to u_charBrian Anderson-2/+2
2014-11-21core: Convert Char::escape_default, escape_unicode to iteratorsBrian Anderson-3/+5
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-3/+3
2014-11-20Remove libnativeAaron Turon-28/+3
2014-11-20Fix an ICE on diagnostics originating in external macrosJakub Bukaj-33/+45
2014-11-20auto merge of #19071 : huonw/rust/col2column, r=nikomatsakisbors-5/+5
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-88/+27
2014-11-20Rename `col!` to `column!`.Huon Wilson-5/+5
2014-11-20fixed markdown rendering a H1 in commentDavis Silverman-2/+2
2014-11-20removed usage of struct_variant feature as it is no longer gatedSimon Wollwage-1/+1
2014-11-19Fixes to the roll-upJakub Bukaj-1/+1
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-250/+329
2014-11-19rollup merge of #19090: kmcallister/deriving-non-typeJakub Bukaj-2/+5
2014-11-19rollup merge of #19073: jakub-/issue-19069Jakub Bukaj-11/+23
2014-11-19rollup merge of #19040: alexcrichton/issue-18904Jakub Bukaj-26/+5
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-88/+27
2014-11-20Switch numeric suffix parsing to use the new system.Huon Wilson-145/+99
2014-11-20Parse and store suffixes on literals.Huon Wilson-90/+221
2014-11-19Refactor QPath to take an ast::TraitRefNiko Matsakis-18/+28
2014-11-18std: Stabilize std::fmtAlex Crichton-26/+5
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-91/+85
2014-11-18auto merge of #19044 : murarth/rust/libsyntax-view-item, r=alexcrichtonbors-1/+41
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