about summary refs log tree commit diff
path: root/src/test/ui/parser
AgeCommit message (Expand)AuthorLines
2020-04-23Moving more build-pass tests to check-passVal Markovic-1/+1
2020-04-23Rollup merge of #70633 - kper:master, r=estebankDylan DPC-0/+69
2020-04-22Update UI testsGuillaume Gomez-2/+4
2020-04-15Do not ICE in the face of invalid enum discriminantEsteban Küber-0/+158
2020-04-11rustc: Add a warning count upon completionRoccoDev-4/+6
2020-04-06Rollup merge of #70519 - estebank:constraints-before-args-spans, r=CentrilMazdak Farrokhzad-1/+6
2020-04-04Drop `this` in error message to not reach 100 charactersKevin Per-2/+2
2020-04-04Show open and closed braces of last proper blockKevin Per-2/+15
2020-04-03Fixing testsKevin Per-4/+7
2020-04-03Auto merge of #70642 - eddyb:remap-sysroot-src, r=Mark-Simulacrumbors-9/+4
2020-04-02Rollup merge of #70681 - rcoh:russell/70677-raw-str-panic, r=petrochenkovMazdak Farrokhzad-0/+14
2020-04-02Rollup merge of #70421 - Centril:recover-const-async-fn-ptr, r=estebankMazdak Farrokhzad-1/+181
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-9/+4
2020-04-02Writing testsKevin Per-0/+53
2020-04-02Handle unterminated raw strings with no #s properlyRussell Cohen-0/+14
2020-04-01Rollup merge of #70522 - rcoh:60762-raw-string-errors, r=petrochenkovMazdak Farrokhzad-15/+50
2020-04-01Rollup merge of #70556 - Centril:fix-70552, r=estebankDylan DPC-0/+11
2020-03-30try_resolve_as_non_binding: span_bug -> delay_span_bugMazdak Farrokhzad-0/+74
2020-03-30parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.Mazdak Farrokhzad-0/+11
2020-03-29review comment: wordingEsteban Küber-1/+1
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-3/+3
2020-03-29More raw string testsRussell Cohen-1/+16
2020-03-29Cleanup error messages, improve docstringsRussell Cohen-4/+4
2020-03-29Improve error messages for raw strings (#60762)Russell Cohen-5/+25
2020-03-28Suggest correct order for args and constraintsEsteban Küber-0/+5
2020-03-28Point at all constraints before argsEsteban Küber-1/+1
2020-03-28Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPCDylan DPC-0/+1
2020-03-27Move raw string tests into the raw directoryRussell Cohen-0/+0
2020-03-27add the label back but make it shorterMazdak Farrokhzad-1/+1
2020-03-27address some review commentsMazdak Farrokhzad-17/+16
2020-03-27parse: improve recovery for assoc eq constraints.Mazdak Farrokhzad-0/+68
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-6/+16
2020-03-26Rollup merge of #70428 - Centril:move-to-mod, r=petrochenkovDylan DPC-0/+89
2020-03-26error_bad_item_kind: add help textMazdak Farrokhzad-0/+89
2020-03-26Rollup merge of #70417 - rakshith-ravi:master, r=CentrilMazdak Farrokhzad-0/+36
2020-03-26introduce `negative_impls` feature gate and documentNiko Matsakis-4/+5
2020-03-26parse: recover on `const fn()` / `async fn()`.Mazdak Farrokhzad-1/+181
2020-03-26Throw error when encountering `...` instead of `..` while destructing a patternRakshith Ravi-0/+36
2020-03-26Refactor codePankajChaudhary5-0/+1
2020-03-25Tweak chained operators diagnosticEsteban Küber-95/+96
2020-03-24pacify missing sysroot spans issueMazdak Farrokhzad-4/+9
2020-03-24expand: address review commentsMazdak Farrokhzad-5/+5
2020-03-24expand: add recovery for parse_ntMazdak Farrokhzad-0/+44
2020-03-24mbe::transcribe: defatalize errors.Mazdak Farrokhzad-4/+13
2020-03-24generic_extension: defatalize Error caseMazdak Farrokhzad-3/+5
2020-03-23Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-22Normalize wording of privacy access labelsEsteban Küber-1/+1
2020-03-22Rollup merge of #70209 - Centril:recover-quant-closure, r=petrochenkovDylan DPC-0/+26
2020-03-21Add explanation message for E0224Nixon Enraght-Moony-0/+2
2020-03-21recover on `for<'a> |...| body` closures.Mazdak Farrokhzad-0/+26