about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
2016-01-10Cancel parse_ty error in Parser::parse_generic_values_after_ltFlorian Hahn-4/+6
2016-01-07extending FOLLOW(NT) as specified in amendment.Felix S. Klock II-4/+7
2016-01-07macro_rules: proper FIRST/FOLLOW computations for checking macro_rules validity.Felix S. Klock II-16/+500
2016-01-07Auto merge of #30723 - nrc:macro-err-bug, r=Manishearthbors-2/+9
2016-01-06Rollup merge of #30729 - huonw:delete-bad-comment, r=sanxiynSteve Klabnik-3/+0
2016-01-06Auto merge of #30654 - nrc:panictry, r=brsonbors-301/+306
2016-01-06Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mwbors-0/+8
2016-01-05Add assert-dep-graph testing mechanism and testsNiko Matsakis-0/+8
2016-01-06Remove irrelevant commentHuon Wilson-3/+0
2016-01-06Cancel an error before it panicsNick Cameron-2/+9
2016-01-04address review commentTshepang Lekhonkhobe-10/+2
2016-01-04Add test for "malformed macro lhs" and change back span_bug to span_fatalGuillaume Gomez-2/+2
2016-01-03fix "make tidy" failureTshepang Lekhonkhobe-1/+2
2016-01-03run rustfmt on syntax::parse::lexerTshepang Lekhonkhobe-513/+764
2016-01-02Grammar fixesJames Mantooth-5/+5
2015-12-31Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brsonSimonas Kazlauskas-7/+4
2015-12-31Auto merge of #30598 - est31:macro_export_help_note, r=Manishearthbors-5/+17
2015-12-31Cut out a bunch of Result and panictry! boilerplate from libsyntax.Nick Cameron-301/+306
2015-12-30Auto merge of #30375 - aaronkeen:issue_28777, r=eddybbors-6/+15
2015-12-30Limit line length to below 100 charsest31-2/+4
2015-12-30whitespace after colon, not beforeest31-1/+1
2015-12-30Custom help message for people trying to make macro publicest31-5/+15
2015-12-30Auto merge of #30526 - Ms2ger:PathParameters, r=brsonbors-33/+34
2015-12-30Rebasing and review commentsNick Cameron-24/+18
2015-12-30RefactoringNick Cameron-35/+70
2015-12-30use structured errorsNick Cameron-369/+501
2015-12-30Structured diagnosticsNick Cameron-30/+253
2015-12-28Use a more efficient encoding for opaque data in RBML.Michael Woerister-7/+4
2015-12-26llvm: Add support for vectorcall (X86_VectorCall) conventionSteffen-0/+2
2015-12-23Minor fix to whitespace in libsyntaxErick Tryzelaar-2/+2
2015-12-23Auto merge of #30377 - Wafflespeanut:levenshtein, r=Manishearthbors-30/+37
2015-12-22Stop re-exporting PathParameters's variants.Ms2ger-33/+34
2015-12-22Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichtonbors-4/+18
2015-12-21std: Use cfg(target_thread_local) in thread_local!Alex Crichton-1/+1