about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2019-10-04Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcrichtonbors-5/+18
2019-10-04Add ignore-asmjs to new testThomas Lively-0/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-5/+17
2019-10-04Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddybMazdak Farrokhzad-24/+18
2019-10-03Rollup merge of #65057 - mathstuf:fix-warning-typo, r=CentrilTyler Mandry-6/+6
2019-10-03Rollup merge of #64706 - nikomatsakis:issue-60218-test-case, r=centrilTyler Mandry-0/+34
2019-10-03typo: fix typo in E0392Ben Boeckel-6/+6
2019-10-03add regression test for #60218Niko Matsakis-0/+34
2019-10-03Rollup merge of #64931 - estebank:missing-param-ref, r=matthewjasper,CentrilMazdak Farrokhzad-6/+6
2019-10-02review commentEsteban Küber-6/+6
2019-10-02Do not ICE when dereferencing non-Copy raw pointerEsteban Küber-0/+34
2019-10-02Rollup merge of #64973 - ecstatic-morse:fix-debuginfo-test, r=alexcrichtonMazdak Farrokhzad-2/+2
2019-10-01Rollup merge of #64649 - estebank:returnator, r=varkorTyler Mandry-0/+14
2019-10-01This needs to be build-pass since it involves debuginfoDylan MacKenzie-1/+1
2019-10-01Fix typo passing flags to rustcDylan MacKenzie-1/+1
2019-10-01Rollup merge of #64928 - JohnTitor:add-some-tests, r=CentrilMazdak Farrokhzad-0/+125
2019-09-30Avoid ICE on return outside of fn with literal arrayEsteban Küber-0/+14
2019-09-30Reword E0392 slightlyEsteban Küber-6/+6
2019-10-01Add test for #58344Yuki Okushi-0/+69
2019-10-01Add test for #58022Yuki Okushi-0/+37
2019-10-01Add test for #50571Yuki Okushi-0/+19
2019-09-30Remove HIR based const qualificationMatthew Jasper-24/+18
2019-09-30Fixed stylistic convention for one diagnostic and blessed tests.Alexander Regueiro-1/+1
2019-09-30Fixed grammar in one diagnostic and blessed tests.Alexander Regueiro-3/+3
2019-09-29Rollup merge of #64691 - estebank:unexpected-variant, r=CentrilMazdak Farrokhzad-2/+14
2019-09-28Rollup merge of #64852 - Baranowski:param_note_52082, r=estebankMazdak Farrokhzad-0/+3
2019-09-28Rollup merge of #64793 - immunant:format_spans, r=matthewjasperMazdak Farrokhzad-6/+3
2019-09-28Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centrilbors-1/+2
2019-09-28Implement CRsWojciech Baranowski-0/+3
2019-09-27--bless --compare-mode=nllMazdak Farrokhzad-33/+0
2019-09-26Rollup merge of #64783 - onehr:onehrxn, r=varkorMazdak Farrokhzad-0/+31
2019-09-26issue-#45696: remove ignore-compare-mode-nllMazdak Farrokhzad-10/+6
2019-09-26issue-#45696-scribble...: remove outdated comment.Mazdak Farrokhzad-5/+3
2019-09-26rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr"Mazdak Farrokhzad-36/+0
2019-09-26remove feature(nll) in more cases.Mazdak Farrokhzad-19/+6
2019-09-26remove feature(nll) from #45157 test.Mazdak Farrokhzad-30/+1
2019-09-26Adjust & --bless tests due to no longer downgrading NLL errors on 2015.Mazdak Farrokhzad-155/+54
2019-09-25Add test case for issue #64732Haoran Wang-0/+31
2019-09-25Fix format macro expansions spans to be macro-generatedStephen Crane-6/+3
2019-09-25update ui testsGuillaume Gomez-1/+2
2019-09-24fix rebaseEsteban Küber-1/+1
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-13/+30
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-10/+1
2019-09-23Stabilize Option::deref and Option::deref_mutSimon Sapin-6/+2
2019-09-23Auto merge of #64695 - Centril:rollup-t1xnl2c, r=Centrilbors-0/+13
2019-09-23Rollup merge of #64674 - estebank:knock-down-the-wall, r=CentrilMazdak Farrokhzad-0/+13
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-6/+6
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-1/+3
2019-09-22Point at correct span for parenthesized typesEsteban Küber-29/+29