about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-26Implement the new parsing rules for types in the parser, modifying the AST ap...Niko Matsakis-117/+105
2014-11-26auto merge of #19262 : murarth/rust/module-path-fix, r=jakub-bors-2/+9
2014-11-26auto merge of #19252 : japaric/rust/cow, r=aturonbors-6/+6
2014-11-25/** -> ///Steve Klabnik-23/+15
2014-11-25Fallout from stabilizationAaron Turon-6/+5
2014-11-26Make syntax::owned_slice a Box<[T]> wrapper.Huon Wilson-89/+17
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-6/+6
2014-11-24Fixed "::::" appearing in module_path!()Murarth-2/+9
2014-11-24Add `node_to_user_string`, `node_to_string` variant that drops id from output.Felix S. Klock II-26/+33
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-59/+34
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