about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2020-04-26Rollup merge of #71541 - wesleywiser:issue_26376, r=Dylan-DPCDylan DPC-0/+25
2020-04-26Rollup merge of #71140 - oli-obk:static_cycle, r=RalfJungDylan DPC-2/+27
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-14/+14
2020-04-25Rollup merge of #69041 - petrochenkov:stabmodispan, r=AmanieuDylan DPC-0/+65
2020-04-25Add a test for `Span::resolved_at` and `Span::located_at`Vadim Petrochenkov-0/+65
2020-04-25Rollup merge of #71533 - pnkfelix:revert-70566-for-const-validation-fix, r=Dy...Dylan DPC-133/+113
2020-04-25Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkovDylan DPC-2/+8
2020-04-24Add regression test for #26376Wesley Wiser-0/+25
2020-04-25Rollup merge of #71330 - ecstatic-morse:const-qualif-lazy, r=oli-obkDylan DPC-27/+106
2020-04-25Rollup merge of #69456 - contrun:fix-misleading-compiler-error, r=estebankDylan DPC-0/+47
2020-04-24adjust testsRalf Jung-133/+113
2020-04-24Remove redundant `descr`/`descriptive_variant` methods from HIR.Eduard-Mihai Burtescu-14/+14
2020-04-24Rollup merge of #71318 - RalfJung:miri-unleash-cleanup, r=oli-obkDylan DPC-181/+156
2020-04-24Rollup merge of #71235 - estebank:lt-sugg-2, r=ecstatic-morseDylan DPC-30/+438
2020-04-24Rollup merge of #71426 - contrun:fix-e0751-explanation, r=estebankDylan DPC-28/+28
2020-04-24Rollup merge of #71068 - pyfisch:unicode-version-stable, r=SimonSapinDylan DPC-3/+1
2020-04-24Rollup merge of #70845 - varkor:const-generics-derive-eq-diagnostic, r=estebankDylan DPC-8/+12
2020-04-24update_testsflip1995-2/+8
2020-04-23explain what we are testing in mutable_constRalf Jung-9/+18
2020-04-23Rollup merge of #70633 - kper:master, r=estebankDylan DPC-0/+69
2020-04-23miri-unleash tests: ensure they fire even with 'allow(const_err)'Ralf Jung-174/+140
2020-04-23Cycle errors now occur during const-eval, not checkingDylan MacKenzie-27/+106
2020-04-23Rollup merge of #71396 - DeeDeeG:improve-e0308-again, r=estebankDylan DPC-40/+32
2020-04-23Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obkDylan DPC-2/+2
2020-04-23Disallow statics initializing themselvesOliver Scherer-2/+27
2020-04-23Stabilize UNICODE_VERSION (feature unicode_version)Pyfisch-3/+1
2020-04-23fix error code for E0751YI-28/+28
2020-04-22Sort `MultiSpan`s on creationEsteban Küber-3/+3
2020-04-22Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkovDylan DPC-0/+31
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-1/+2
2020-04-22fix testEsteban Küber-1/+1
2020-04-22Revert old span changeEsteban Küber-10/+10
2020-04-22Tweak wordingEsteban Küber-32/+44
2020-04-22Tweak `'static` suggestion codeEsteban Küber-21/+417
2020-04-22Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomezDylan DPC-1/+2
2020-04-22Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obkDylan DPC-1/+28
2020-04-22Auto merge of #71424 - Dylan-DPC:rollup-iunh61a, r=Dylan-DPCbors-14/+77
2020-04-22Rollup merge of #71412 - dtolnay:uselessdoc, r=ManishearthDylan DPC-2/+2
2020-04-22Rollup merge of #71214 - GuillaumeGomez:add-error-code-inner-doc-error, r=Dyl...Dylan DPC-2/+4
2020-04-22Rollup merge of #71203 - csmoe:issue-71137, r=csmoeDylan DPC-0/+44
2020-04-22Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obkDylan DPC-10/+27
2020-04-22Update UI testsGuillaume Gomez-2/+4
2020-04-22Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichtonbors-0/+5
2020-04-22Add a simple test.Nicholas Nethercote-0/+5
2020-04-21Clarify unused_doc_comments note on macro invocationsDavid Tolnay-2/+2
2020-04-22add test for correct await spancsmoe-0/+44
2020-04-22Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkorYuki Okushi-19/+49
2020-04-21proc_macro::is_available()David Tolnay-0/+31
2020-04-21Improve E0308 error message wording againDeeDeeG-40/+32
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-11/+12