about summary refs log tree commit diff
path: root/src/test/ui
AgeCommit message (Expand)AuthorLines
2022-09-21Neither require nor imply lifetime bounds on opaque type for well formednessOli Scherer-29/+365
2022-09-21Auto merge of #101846 - chenyukang:fix-101793, r=davidtwcobors-22/+64
2022-09-21Auto merge of #100096 - compiler-errors:fn-return-must-be-sized, r=jackh726bors-1/+66
2022-09-21Adding needs-unwind for test using panic::catch_unwindAndrew Pollack-2/+3
2022-09-21Adding ignore fuchsia non-applicable commandsAndrew Pollack-0/+1
2022-09-21Adding ignore fuchsia tests for execvp (pre_exec)Andrew Pollack-0/+1
2022-09-20Adding ignore fuchsia tests for execvpAndrew Pollack-0/+1
2022-09-20Adding needs-unwind to tests involving changing memory size of Futures/ClosuresAndrew Pollack-0/+3
2022-09-20Auto merge of #102061 - notriddle:rollup-kwu9vp8, r=notriddlebors-0/+48
2022-09-20Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011Michael Howell-0/+48
2022-09-20Better binder treatmentMichael Goulet-0/+41
2022-09-20Auto merge of #101989 - fee1-dead-contrib:const_trait_impl-assoc-caller-bound...bors-0/+14
2022-09-20Move some tests to more reasonable directoriesCaio-171/+0
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-24/+122
2022-09-20Add the `#[derive_const]` attributeDeadbeef-2/+73
2022-09-20Auto merge of #102022 - matthiaskrgr:rollup-emwfjd1, r=matthiaskrgrbors-18/+77
2022-09-19Adding ignore fuchsia tests for Backtrace, ErrorKind casesAndrew Pollack-4/+10
2022-09-19Adding needs-unwind to nicer-assert-messages compiler ui testsAndrew Pollack-0/+3
2022-09-19Auto merge of #101894 - dingxiangfei2009:let-else-avoid-duplicate-storage-liv...bors-0/+19
2022-09-19Rollup merge of #101966 - crlf0710:emoji_unittest, r=Mark-SimulacrumMatthias Krüger-0/+69
2022-09-19Rollup merge of #101904 - Rageking8:fix-101712, r=oli-obkMatthias Krüger-18/+8
2022-09-19Incorporate feedbackmejrs-9/+9
2022-09-19add testlcnr-0/+50
2022-09-19Auto merge of #101629 - compiler-errors:issue-101623, r=sanxiynbors-1/+40
2022-09-19Auto merge of #101924 - jackh726:revert-static-hrtb-error, r=compiler-errorsbors-0/+200
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-2/+2
2022-09-18make projection bounds with const bounds satisfy constDeadbeef-0/+14
2022-09-18Add unit test for identifier Unicode emoji diagnosticsCharles Lew-0/+69
2022-09-18add miri test via const fnDing Xiang Fei-0/+19
2022-09-18Print out the proper crate pathmejrs-4/+4
2022-09-18Address feedbackmejrs-18/+81
2022-09-18Note if mismatched types have a similar namemejrs-0/+69
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-117/+107
2022-09-17Rollup merge of #101826 - andrewpollack:fix-joined-without-noop, r=Mark-Simul...Matthias Krüger-3/+1
2022-09-17Rollup merge of #101713 - Bryanskiy:AccessLevels, r=petrochenkovMatthias Krüger-114/+106
2022-09-17Rollup merge of #101801 - SparrowLii:query_depth_note, r=estebankMatthias Krüger-0/+42
2022-09-17Use Predicate ConstraintCategory when normalizingJack Huey-0/+133
2022-09-17bless tests againDeadbeef-104/+64
2022-09-17Rollup merge of #101807 - jackh726:no-gat-defaults, r=lcnrDylan DPC-0/+54
2022-09-17Rollup merge of #101790 - TaKO8Ki:do-not-suggest-placeholder-to-const-and-sta...Dylan DPC-0/+28
2022-09-17Rollup merge of #98441 - calebzulawski:simd_as, r=oli-obkDylan DPC-0/+33
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-105/+78
2022-09-16Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandryMichael Howell-11/+21
2022-09-16Final bitsJack Huey-0/+67
2022-09-16Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer...bors-0/+39
2022-09-16Adding needs-unwind arg to applicable compiler ui testsAndrew Pollack-11/+21
2022-09-16fix typo in comment noted by bjorn3.Felix S. Klock II-1/+1
2022-09-16Auto merge of #101902 - jackh726:revert-static-hrtb-error, r=nikomatsakisbors-200/+73
2022-09-16add help for invalid inline argumentRageking8-18/+8
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-1/+1