about summary refs log tree commit diff
path: root/src/test/ui/macros
AgeCommit message (Expand)AuthorLines
2019-04-24Add guard for missing comma in macro call suggestionEsteban Küber-7/+23
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-19/+5
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-3/+2
2019-04-14Rollup merge of #59858 - mark-i-m:dup-matcher-bindings-3, r=CentrilMazdak Farrokhzad-33/+37
2019-04-12Rollup merge of #59862 - estebank:tweak-unstable-diag, r=petrochenkovMazdak Farrokhzad-4/+8
2019-04-11remove warnMark Mansi-1/+0
2019-04-11Reword tracking issue noteEsteban Küber-4/+4
2019-04-10make duplicate matcher bindings a hard errorMark Mansi-32/+37
2019-04-10Tweak unstable diagnostic outputEsteban Küber-4/+8
2019-04-10clarify what the item is in "not a module" errorAndy Russell-6/+6
2019-03-31Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=CentrilMazdak Farrokhzad-1/+1
2019-03-31Distinguish depending on error levelYuki OKUSHI-1/+1
2019-03-29Rollup merge of #59394 - mark-i-m:dup-matcher-bindings-2, r=CentrilMazdak Farrokhzad-5/+10
2019-03-28deny duplicate matcher bindings by defaultmark-5/+10
2019-03-25compiletest: make path normalization smarterAndy Russell-5/+5
2019-03-19Rollup merge of #59116 - estebank:comma-sugg, r=petrochenkovMazdak Farrokhzad-6/+22
2019-03-11Be more discerning on when to attempt suggesting a comma in a macro invocationEsteban Küber-6/+22
2019-03-11Update testsVadim Petrochenkov-222/+222
2019-02-27Rollup merge of #58075 - asettouf:master, r=varkorMazdak Farrokhzad-2/+2
2019-02-26Changing error message to reflect changes with the 2018 editionAdonis-2/+2
2019-02-25Stabilize `unrestricted_attribute_tokens`Vadim Petrochenkov-3/+1
2019-02-25Restrict value in key-value attributes to literalsVadim Petrochenkov-5/+5
2019-02-07update testMark Mansi-23/+27
2019-02-07Make it an incompatibility lint for nowMark Mansi-46/+35
2019-02-07add a testmark-0/+69
2019-02-07fix existing testsmark-24/+24
2019-01-27add typo suggestion to unknown attribute errorAndy Russell-1/+1
2019-01-13Implement basic input validation for built-in attributesVadim Petrochenkov-0/+13
2019-01-11don't unwrap unexpected tokens in `format!`Andy Russell-4/+11
2019-01-02make `panictry!` private to libsyntaxAndy Russell-2/+123
2018-12-29Auto merge of #57140 - estebank:str-err, r=varkorbors-18/+26
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-21/+21
2018-12-27Address review comments and CI failuresVadim Petrochenkov-5/+3
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-1/+7
2018-12-26Add span label to unused string formatting argumentEsteban Küber-18/+26
2018-12-25Remove licensesMark Rousskov-825/+216
2018-12-10Rollup merge of #56491 - euclio:assert-error, r=estebankGuillaume Gomez-0/+20
2018-12-04emit error with span for empty assertsAndy Russell-0/+20
2018-12-04Update ui testsOliver Scherer-1/+1
2018-12-04Update testsOliver Scherer-0/+1
2018-11-27fix testMark Mansi-2/+2
2018-11-27fix testMark Mansi-2/+2
2018-11-27update testsMark Mansi-189/+16
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-25/+28
2018-11-27resolve: Suggest `crate::` for resolving ambiguities when appropriateVadim Petrochenkov-0/+42
2018-11-23Reword EOF in macro arm messageEsteban Küber-1/+1
2018-11-23Keep label on moved spans and point at macro invocation on parse errorEsteban Küber-1/+1
2018-11-23Point at macro arm when it doesn't expand to an expressionEsteban Küber-0/+3
2018-11-23Reword incorrect macro invocation primary labelEsteban Küber-21/+21