about summary refs log tree commit diff
path: root/src/test/ui/intrinsics
AgeCommit message (Expand)AuthorLines
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-2/+1
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-5/+6
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-1/+1
2021-07-14adjust testsRalf Jung-1/+1
2021-07-08Bless a UI testScott McMurray-18/+5
2021-07-08Stop generating `alloca`s+`memcmp` for simple array equalityScott McMurray-0/+60
2021-06-30Move some UI tests to more suitable subdirsYuki Okushi-0/+191
2021-06-04Regression test for issue 84297.Felix S. Klock II-0/+9
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+2
2021-05-21Check for use of mutable/extern statics in THIR unsafeckLeSeulArtichaut-1/+15
2021-05-11Test `-Zthir-unsafeck` for unsafe function callsLeSeulArtichaut-3/+33
2021-05-06Fix up/ignore failing ui tests on fuchsiaTyler Mandry-0/+1
2021-04-18Auto merge of #84065 - c410-f3r:tests-tests-tests, r=petrochenkovbors-0/+53
2021-04-17Move some tests to more reasonable directories - 6Caio-0/+53
2021-04-16Remove #[main] attribute.Charles Lew-5/+5
2020-12-31remove move_val_init leftoversRalf Jung-272/+0
2020-11-22Drop support for cloudabi targetsLzu Tao-1/+0
2020-10-19Fix ui test for updated core::panic behaviour.Mara Bos-2/+2
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-2/+38
2020-07-13Remove trailing whitespacewangtheo-0/+1
2020-07-13Removed trailing whitespaceTeddy_Wang-1/+1
2020-07-13Added ui tests for volatile and nearby intrinsicsTeddy_Wang-0/+54
2020-04-17Add test for issue-28575Yuki Okushi-0/+20
2020-04-01Rollup merge of #70081 - lcnr:issue68387, r=varkorDylan DPC-0/+1
2020-03-31update testsBastian Kauschke-0/+1
2020-03-19Ensure there are versions of test code for aarch64 windowsDaniel Frampton-10/+0
2020-03-11implement zeroed and uninitialized with MaybeUninitRalf Jung-21/+7
2020-02-29clarify a comment in the testRalf Jung-1/+3
2020-02-29we cannot short-circuit just becuase the Abi seems harmlessRalf Jung-2/+46
2020-02-29make it even more conservative, and note some FIXMEsRalf Jung-0/+2
2020-02-29test some more things that should not panicRalf Jung-5/+14
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-0/+113
2019-10-23UI failures fixUmesh Kalappa-1/+2
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+0
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-0/+1
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-1/+0
2019-08-10Revert "Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung"Tatsuyuki Ishi-0/+13
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+741
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-3/+3
2019-06-03add ui tests for unchecked mathlcnr/Bastian Kauschke-0/+70