about summary refs log tree commit diff
path: root/src/test/ui/numbers-arithmetic
AgeCommit message (Expand)AuthorLines
2021-01-16Move some tests to more reasonable directories - 2Caio-0/+562
2020-11-29Update tests to remove old numeric constantsbstrie-21/+13
2020-09-26Make invalid integer operation messages consistentvarkor-10/+10
2020-09-05Add Arith Tests in LibraryAyush Kumar Mishra-41/+0
2020-07-02Address review comments and add UI testChristopher Serr-500/+523
2020-06-30Stabilize `#[track_caller]`.Adam Perry-1/+0
2020-06-26Show the values and computation that would overflow a const evaluation or pro...Oliver Scherer-10/+10
2020-06-10Migrate to numeric associated constsLzu Tao-11/+11
2020-05-09Rollup merge of #71185 - JohnTitor:run-fail, r=petrochenkovRalf Jung-0/+343
2020-05-08Skip tests on emscriptenYuki Okushi-0/+10
2020-05-06Fixup tests to test both const-eval and runtimeMark Rousskov-99/+22
2020-05-06Pull in miri test casesMark Rousskov-5/+458
2020-05-06Define UB in float-to-int casts to saturateMark Rousskov-1/+0
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+333
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-8/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-1/+8
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-8/+1
2019-08-15Group all ui tests and move to abi #62593Kevin Per-31/+0
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+1693