about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2016-01-30Rollup merge of #31244 - tshepang:rustfmt-parse, r=nikomatsakisManish Goregaokar-49/+49
2016-01-29Auto merge of #31248 - ruud-v-a:fix-triple-ice, r=nrcbors-14/+18
2016-01-28Auto merge of #30411 - mitaa:multispan, r=nrcbors-380/+1133
2016-01-28Avoid ICE if environment variable is not setRuud van Asseldonk-14/+18
2016-01-28Implement MultiSpan error reportingmitaa-380/+1133
2016-01-27rustfmt syntax::parseTshepang Lekhonkhobe-49/+49
2016-01-27trpl: fix macro follow setsAlex Burka-0/+1
2016-01-27Auto merge of #31089 - fhahn:macro-ice, r=pnkfelixbors-30/+68
2016-01-27Avoid storing interolated token in Parser.last_tokenFlorian Hahn-7/+11
2016-01-27Turn interpolated_or_expr_span into a functionFlorian Hahn-28/+24
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-1/+1
2016-01-26Fix warnings during testsAlex Crichton-1/+0
2016-01-26Rollup merge of #31211 - Manishearth:pr-30765, r=nrcManish Goregaokar-2/+8
2016-01-26Push try! to call site of interpolated_or_expr_span!Florian Hahn-17/+18
2016-01-26Add interpolated_or_expr_span macro and pass lo to newly added parse_dot_suffixFlorian Hahn-30/+38
2016-01-26Auto merge of #31160 - nxnfufunezn:ppwild-31073, r=eddybbors-8/+8
2016-01-26Use interpolated token span when building spans for bigger expressionsFlorian Hahn-35/+38
2016-01-26Set span for interpolated tokens correctlyFlorian Hahn-7/+18
2016-01-26Update expression span when transcribing macro argsFlorian Hahn-2/+17
2016-01-26Improve error message for let-in-expr-positionManish Goregaokar-2/+3
2016-01-26Make emitter handle DUMMY_SP correctlyManish Goregaokar-2/+2
2016-01-26Rollup merge of #31152 - durka:ty-follow-bracket, r=pnkfelixManish Goregaokar-1/+1
2016-01-26Auto merge of #31065 - nrc:ident-correct, r=pnkfelixbors-58/+83
2016-01-25Fix pretty_printer to print omitted type `_` markernxnfufunezn-8/+8
2016-01-25do not additionally note about unexpected identifier after unexpected letDaan Sprenkels-6/+5
2016-01-25Update qquote.rs test case and make unexpected `let` error fatalDaan Sprenkels-6/+6
2016-01-25libsyntax: move check for keyword Let to a more logical spotDaan Sprenkels-6/+6
2016-01-25libsyntax: note that `let a = (let b = something)` is invalidDaan Sprenkels-0/+6
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-23add `[` to FOLLOW(ty) and FOLLOW(path)Alex Burka-1/+1
2016-01-22Extended save-analysis to support generated code, alterned some spans in form...Daniel Campbell-2/+23
2016-01-22The war on abort_if_errorsNick Cameron-18/+23
2016-01-22Some basic error correction in the parser after a dotNick Cameron-42/+62
2016-01-20syntax: Fix encoding and decoding spansErick Tryzelaar-5/+20
2016-01-16Auto merge of #30567 - steffengy:master, r=alexcrichtonbors-5/+21
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-0/+18
2016-01-15Auto merge of #30763 - gchp:issue/30033, r=nagisabors-10/+15
2016-01-15Add a testNick Cameron-1/+1
2016-01-15Implement JSON error emissionNick Cameron-28/+211
2016-01-15Add an --output option for specifying an error emitterNick Cameron-1/+2
2016-01-15Add a JSON error emitterNick Cameron-0/+54
2016-01-14Display better snippet for invalid char literalGreg Chapple-10/+15
2016-01-13Auto merge of #30813 - fhahn:fix-ice-semicolon-in-lifetime, r=nrcbors-4/+6
2016-01-13Auto merge of #30684 - tshepang:rustfmt-lexer-part2, r=nrcbors-511/+756
2016-01-12use fileline_ and not full span_ for the followon messagesNiko Matsakis-0/+7
2016-01-12re-instate comment that was mysteriously disappearedTshepang Lekhonkhobe-0/+1
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-0/+11
2016-01-11add feature gate "abi_vectorcall" for the vectorcall calling conventionSteffen-5/+19
2016-01-11Rollup merge of #30694 - pnkfelix:issue-25658-real-first-follow, r=nrcSimonas Kazlauskas-20/+507
2016-01-11[breaking-change] remove negate_unsigned feature gateOliver Schneider-4/+1