summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2017-08-17Use respan()Seiichi Uchida-3/+3
2017-08-16Stabilize rvalue promotion to 'static.Eduard-Mihai Burtescu-3/+2
2017-08-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-238/+239
2017-08-16Eat open paren when parsing listSeiichi Uchida-6/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-238/+239
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-08-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-28/+85
2017-08-13Rollup merge of #43822 - topecongiro:missing-span-let, r=petrochenkovGuillaume Gomez-1/+1
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-5/+5
2017-08-13Rollup merge of #43782 - nrc:include, r=GuillaumeGomezGuillaume Gomez-5/+6
2017-08-13Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichtonbors-0/+13
2017-08-12Fix some typosBastien Orivel-5/+5
2017-08-12Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichtonbors-15/+58
2017-08-12Include 'let' keyword to the span for ast::Localtopecongiro-1/+1
2017-08-12syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.Eduard-Mihai Burtescu-15/+58
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-2/+2
2017-08-11Merge remote-tracking branch 'origin/master' into genAlex Crichton-12/+12
2017-08-11Rollup merge of #43779 - mattico:fix-unicode-typo, r=aidanhsGuillaume Gomez-1/+1
2017-08-11Rollup merge of #43773 - ubsan:patch-1, r=eddybGuillaume Gomez-1/+1
2017-08-11Rollup merge of #43712 - oli-obk:cfg, r=arielb1Guillaume Gomez-10/+10
2017-08-11Issue warnings for unnecessary path disambiguatorsVadim Petrochenkov-13/+19
2017-08-11syntax: Relax path grammarVadim Petrochenkov-13/+2
2017-08-11Fix some typosBastien Orivel-2/+2
2017-08-10Merge remote-tracking branch 'origin/master' into genAlex Crichton-36/+209
2017-08-10Auto merge of #43720 - pornel:staticconst, r=petrochenkovbors-10/+13
2017-08-10Reword error hintKornel-1/+2
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-3/+3
2017-08-10Some tidying up around include!Nick Cameron-5/+6
2017-08-10Implemented #[doc(cfg(...))].kennytm-0/+13
2017-08-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-0/+10
2017-08-10Add a feature gateest31-0/+10
2017-08-09Fix typo in unicode char definitionMatt Ickstadt-1/+1
2017-08-10Better diagnostics and recovery for `const` in extern blocksVadim Petrochenkov-12/+12
2017-08-09fix a typonicole mazzuca-1/+1
2017-08-09Merge remote-tracking branch 'origin/master' into genAlex Crichton-43/+236
2017-08-09extended information for E0557 feature has been removedZack M. Davis-1/+12
2017-08-09extended information for E0552 unrecognized representation hintZack M. Davis-1/+30
2017-08-09extended information for E0554 feature attributes only work on nightliesZack M. Davis-2/+16
2017-08-08Auto merge of #43698 - MaloJaffre:confusables, r=eddybbors-19/+125
2017-08-07Hint correct extern constant syntaxKornel-1/+3
2017-08-07Reexport all SyntaxExtension variantsOliver Schneider-10/+10
2017-08-06fixing doctest failures in resurfaced extended informationZack M. Davis-10/+22
2017-08-06de-orphan extended informationZack M. Davis-1/+1
2017-08-06Fix typo in unicode_chars.rsMalo Jaffré-1/+1
2017-08-06Update the list of confusable charactersMalo Jaffré-19/+125
2017-08-02Auto merge of #43584 - arielb1:unused-reads, r=eddybbors-2/+3
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-3/+3
2017-08-01syntax: avoid loading the same source-file multiple timesAriel Ben-Yehuda-2/+3
2017-07-30default binding modes: add pat_binding_modesTobias Schottdorf-7/+8
2017-07-30Auto merge of #43551 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-2/+12