about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2014-12-09rollup merge of #19598: japaric/ordAlex Crichton-4/+25
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-7/+182
2014-12-08Revert "Register new snapshots"Alex Crichton-3/+3
2014-12-08Add a feature opt `opt_out_copy` that allows people to revert to the olderNiko Matsakis-0/+6
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-7/+176
2014-12-08auto merge of #19560 : sfackler/rust/should-fail-reason, r=alexcrichtonbors-4/+30
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-45/+43
2014-12-07syntax: use UFCS in the expansion of `#[deriving(Ord)]`Jorge Aparicio-4/+25
2014-12-06libsyntax: remove unnecessary `to_string()` callsJorge Aparicio-21/+21
2014-12-06libsyntax: remove unnecessary `as_slice()` callsJorge Aparicio-24/+22
2014-12-07auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmrbors-6/+17
2014-12-06Change from message to expectedSteven Fackler-1/+1
2014-12-06Allow message specification for should_failSteven Fackler-4/+30
2014-12-05Register new snapshotsAlex Crichton-3/+3
2014-12-05Utilize fewer reexportsCorey Farwell-6/+17
2014-12-05rollup merge of #19494: P1start/better-expectedCorey Richardson-68/+115
2014-12-05rollup merge of #19492: steveklabnik/remove_outdated_commentCorey Richardson-5/+1
2014-12-05rollup merge of #19480: cmr/es6-escapeCorey Richardson-8/+95
2014-12-05rollup merge of #19472: nick29581/ifletCorey Richardson-16/+3
2014-12-05rollup merge of #19413: P1start/more-trailing-commasCorey Richardson-7/+7
2014-12-05rollup merge of #19387: jauhien/fix-expand_quote_tyCorey Richardson-2/+1
2014-12-04Modify libsyntax/diagnostics to not be so persnickety. The schemeNiko Matsakis-26/+11
2014-12-04Make the parser’s ‘expected <foo>, found <bar>’ errors more accurateP1start-68/+115
2014-12-03syntax: support ES6-style unicode escapesCorey Richardson-8/+95
2014-12-03Remove feature gates for `if let`, `while let`, and tuple indexingNick Cameron-16/+3
2014-12-03Deprecate EquivJorge Aparicio-0/+1
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