about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
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