about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2014-12-19ack parser.parse_ty change in quote_ty! (+ test)Mathieu Poumeyrol-2/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-94/+95
2014-12-17Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-17rollup merge of #19831: luqmana/deriving-whereAlex Crichton-5/+25
2014-12-17rollup merge of #19755: alexcrichton/rust-serializeAlex Crichton-2/+22
2014-12-16auto merge of #19777 : nikomatsakis/rust/warn-on-shadowing, r=acrichtobors-2/+2
2014-12-15auto merge of #19448 : japaric/rust/binops-by-value, r=nikomatsakisbors-0/+24
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-2/+2
2014-12-15rollup merge of #19812: frewsxcv/expansion-include-enumBrian Anderson-0/+1
2014-12-15auto merge of #19778 : aochagavia/rust/ice, r=alexcrichtonbors-9/+10
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-1/+2
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-2/+2
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-18/+0
2014-12-14libsyntax: Make deriving also respect where bounds.Luqman Aden-5/+25
2014-12-13rustc: Start the deprecation of libserializeAlex Crichton-2/+22
2014-12-13libsyntax: convert `LockstepIterSize` binops to by valueJorge Aparicio-0/+24
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-120/+165
2014-12-13libsyntax: fix falloutJorge Aparicio-1/+1
2014-12-13Expansion should explicitly include enumCorey Farwell-0/+1
2014-12-12Fix #19734 (ICE)Adolfo OchagavĂ­a-9/+10
2014-12-12Add support for equality constraints on associated typesNick Cameron-9/+16
2014-12-09rollup merge of #19598: japaric/ordAlex Crichton-4/+25
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-4/+10
2014-12-08core: make the public fmt API completely safe.Eduard Burtescu-25/+8
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-1/+1
2014-12-07syntax: use UFCS in the expansion of `#[deriving(Ord)]`Jorge Aparicio-4/+25
2014-12-06libsyntax: remove unnecessary `as_slice()` callsJorge Aparicio-1/+1
2014-12-05Utilize fewer reexportsCorey Farwell-6/+17
2014-12-05rollup merge of #19387: jauhien/fix-expand_quote_tyCorey Richardson-2/+1
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