about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
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
2017-07-29Rollup merge of #43501 - topecongiro:span-to-whereclause, r=nrcMark Simulacrum-2/+12
2017-07-29Auto merge of #43009 - GuillaumeGomez:unused-doc-comments, r=nrcbors-5/+11
2017-07-28syntax: Capture a `TokenStream` when parsing itemsAlex Crichton-11/+150
2017-07-29Add Span to ast::WhereClausetopecongiro-2/+12
2017-07-28syntax: Add `tokens: Option<TokenStream>` to ItemAlex Crichton-9/+33
2017-07-28Remove support for `gen arg`Alex Crichton-26/+1
2017-07-28Fix printingJohn Kåre Alsaker-5/+3
2017-07-28Fix tidy warningsAlex Crichton-1/+1
2017-07-28Generator literal supportJohn Kåre Alsaker-1/+63
2017-07-28Auto merge of #43432 - pczarn:macro-parser-description, r=jseyfriedbors-100/+102
2017-07-27Avoid duplicated errors for generic arguments in macro pathsVadim Petrochenkov-1/+1
2017-07-27Give span to angle bracketed generic argumentsVadim Petrochenkov-26/+18
2017-07-27Discern between `Path` and `Path<>` in ASTVadim Petrochenkov-20/+14
2017-07-27Simplify parsing of pathsVadim Petrochenkov-249/+143
2017-07-27Make a lint insteadGuillaume Gomez-32/+7
2017-07-27Throw errors when doc comments are added where they're unusedGuillaume Gomez-5/+36
2017-07-27Auto merge of #43489 - petrochenkov:mutref, r=GuillaumeGomezbors-2/+12
2017-07-27Auto merge of #43477 - est31:master, r=alexcrichtonbors-1/+1
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-5/+2
2017-07-26Better diagnostics and recovery for `mut ref` in patternsVadim Petrochenkov-2/+12
2017-07-26Rollup merge of #43463 - nrc:catch-span, r=petrochenkovMark Simulacrum-1/+1
2017-07-25Switch to begin_panic againest31-1/+1
2017-07-25Stabilize the `compile_error_macro` featureAlex Crichton-5/+2
2017-07-25Fix the spans of catch blocks to include the `do`Nick Cameron-1/+1
2017-07-24Rollup merge of #43421 - alexcrichton:add-some-build-scripts, r=Mark-SimulacrumMark Simulacrum-0/+15
2017-07-24Make the macro parser theory description more accuratePiotr Czarnecki-100/+102
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-1/+16
2017-07-23Auto merge of #43386 - oli-obk:suggestions, r=nikomatsakisbors-1/+1
2017-07-23Lambda expressions honor no struct literal restrictionAleksey Kladov-1/+4
2017-07-22rustc: Add some build scripts for librustc cratesAlex Crichton-0/+15
2017-07-22Auto merge of #43352 - estebank:macro-span-replacement, r=petrochenkovbors-7/+52
2017-07-21make JSON error byte position start at top of fileZack M. Davis-3/+2
2017-07-21Review commentsEsteban Küber-5/+6
2017-07-21Adjust new suggestions to the suggestion guidelinesOliver Schneider-1/+1
2017-07-20Use the macro structure spans instead of the invocationEsteban Küber-7/+51
2017-07-18Catch expression does not require semicolon to be a statementAleksey Kladov-1/+2