about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-4/+4
2014-11-30auto merge of #19415 : P1start/rust/error-message-fixes, r=alexcrichtonbors-1/+1
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-1/+1
2014-11-30syntax: Make `asm!` clobbers a proper vector.Kang Seonghoon-7/+3
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+10
2014-11-29fix expand_quote_ty function as parse_ty was changed and needs no arguments nowJauhien Piatlicki-2/+1
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-17/+7
2014-11-26/*! -> //!Steve Klabnik-17/+7
2014-11-26Test fixes and rebase conflictsAlex Crichton-6/+6
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-14/+21
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-10/+6
2014-11-26auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichtonbors-2/+2
2014-11-26Rote changes due to the fact that ast paths no longer carry this extraneous b...Niko Matsakis-14/+21
2014-11-26auto merge of #19262 : murarth/rust/module-path-fix, r=jakub-bors-2/+9
2014-11-25/** -> ///Steve Klabnik-10/+6
2014-11-25Fallout from stabilizationAaron Turon-2/+2
2014-11-24Fixed "::::" appearing in module_path!()Murarth-2/+9
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-21/+7
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo OchagavĂ­a-2/+2
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-5/+6
2014-11-20Rename `col!` to `column!`.Huon Wilson-5/+5
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-18/+22
2014-11-19rollup merge of #19090: kmcallister/deriving-non-typeJakub Bukaj-2/+5
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-5/+6
2014-11-20Parse and store suffixes on literals.Huon Wilson-15/+18
2014-11-18std: Stabilize std::fmtAlex Crichton-25/+4
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-18/+19
2014-11-18deriving: error out when used on a non-typeKeegan McAllister-2/+5
2014-11-18auto merge of #19050 : japaric/rust/moar-dst, r=aturonbors-9/+9
2014-11-18rollup merge of #18911: canndrew/slice_shift_charJakub Bukaj-2/+2
2014-11-17libsyntax: DSTify `ToSource` and `ToSourceWithHygiene`Jorge Aparicio-9/+9
2014-11-17Fallout from deprecationAaron Turon-3/+3
2014-11-17Switch to purely namespaced enumsSteven Fackler-46/+74
2014-11-17auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichtonbors-6/+6
2014-11-17Fix fallout from coercion removalNick Cameron-6/+6
2014-11-17change return type of slice_shift_charAndrew Cann-2/+2
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-1/+1
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-34/+13
2014-11-16rollup merge of #18948: barosl/doc-encodable-fixJakub Bukaj-31/+40
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-13auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelixbors-25/+17
2014-11-13fix "warning: deprecated syntax, use `for` keyword now"Jorge Aparicio-2/+2
2014-11-09Fix ICEs that involved quasi-quotationPiotr Czarnecki-25/+17
2014-11-09auto merge of #18755 : japaric/rust/ord, r=alexcrichtonbors-10/+31
2014-11-07Update Partial/Total Eq/Ord terminologyJorge Aparicio-7/+7
2014-11-07syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]`Jorge Aparicio-4/+25
2014-11-07Update parser with `for` syntaxNiko Matsakis-6/+13