about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-12-03Fix falloutJorge Aparicio-2/+2
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-11/+11
2014-12-03Overload the `==` operatorJorge Aparicio-0/+22
2014-12-03Remove outdated comment.Steve Klabnik-5/+1
2014-12-02auto merge of #19427 : scialex/rust/doc-attr-macros, r=sfacklerbors-0/+6
2014-12-01auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstriebors-108/+54
2014-12-01auto merge of #19418 : P1start/rust/unsafe-extern-trait, r=alexcrichtonbors-7/+8
2014-11-30auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichtonbors-3/+3
2014-11-30allow macro expansions in attributesAlexander Light-0/+6
2014-11-30Allow trailing commas in array patterns and attributesP1start-7/+7
2014-11-30Fix the ordering of `unsafe` and `extern` in methodsP1start-7/+8
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-3/+3
2014-11-30syntax: Make `asm!` clobbers a proper vector.Kang Seonghoon-9/+9
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-108/+54
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+21
2014-11-29fix expand_quote_ty function as parse_ty was changed and needs no arguments nowJauhien Piatlicki-2/+1
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-64/+31
2014-11-26/*! -> //!Steve Klabnik-64/+31
2014-11-26Test fixes and rebase conflictsAlex Crichton-6/+6
2014-11-26rollup merge of #19326: huonw/safer-syntaxAlex Crichton-89/+17
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-166/+146
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-23/+15
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-6/+5
2014-11-26Rote changes due to the fact that ast paths no longer carry this extraneous b...Niko Matsakis-48/+40
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