about summary refs log tree commit diff
path: root/src/libsyntax/parse
AgeCommit message (Expand)AuthorLines
2014-12-09auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakisbors-0/+20
2014-12-08Revert "Register new snapshots"Alex Crichton-3/+3
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+20
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-23/+21
2014-12-06libsyntax: remove unnecessary `to_string()` callsJorge Aparicio-12/+12
2014-12-06libsyntax: remove unnecessary `as_slice()` callsJorge Aparicio-11/+9
2014-12-05Register new snapshotsAlex Crichton-3/+3
2014-12-05rollup merge of #19494: P1start/better-expectedCorey Richardson-68/+115
2014-12-05rollup merge of #19480: cmr/es6-escapeCorey Richardson-8/+95
2014-12-05rollup merge of #19413: P1start/more-trailing-commasCorey Richardson-7/+7
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-03Deprecate EquivJorge Aparicio-0/+1
2014-12-03Replace `equiv` method calls with `==` operator sugarJorge Aparicio-1/+1
2014-12-03Overload the `==` operatorJorge Aparicio-0/+22
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-44/+19
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-2/+2
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-2/+2
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-44/+19
2014-11-29Fix rustc panic on second compile_inputMurarth-0/+6
2014-11-26rollup merge of #19329: steveklabnik/doc_style_cleanup2Alex Crichton-21/+12
2014-11-26/*! -> //!Steve Klabnik-21/+12
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-108/+86
2014-11-26rollup merge of #19288: steveklabnik/doc_style_cleanupAlex Crichton-7/+5
2014-11-26Implement the new parsing rules for types in the parser, modifying the AST ap...Niko Matsakis-108/+86
2014-11-25/** -> ///Steve Klabnik-7/+5
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-6/+6
2014-11-23std: Add a new top-level thread_local moduleAlex Crichton-9/+4
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo Ochagavía-17/+11
2014-11-23libsyntax: Forbid type parameters in tuple indicesAdolfo Ochagavía-16/+8
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-2/+2
2014-11-21Fix various deprecation warnings from char changesBrian Anderson-3/+3
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-18/+8
2014-11-19rollup merge of #19103: huonw/literal-suffixesJakub Bukaj-218/+283
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-18/+8
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-61/+179
2014-11-19Refactor QPath to take an ast::TraitRefNiko Matsakis-5/+5
2014-11-19Switch to an independent enum for `Lit*` subtokens.Huon Wilson-59/+52
2014-11-18auto merge of #19044 : murarth/rust/libsyntax-view-item, r=alexcrichtonbors-1/+34
2014-11-18Convert TyPolyTraitRef to accept arbitary bounds, so that things likeNiko Matsakis-3/+14
2014-11-17libsyntax: Add tests for `parse_view_item`Murarth-1/+26
2014-11-17libsyntax: Add `parse_view_item` method to ParserMurarth-0/+8