about summary refs log tree commit diff
path: root/src/test/ui/numbers-arithmetic
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-3352/+0
2022-12-05Tweak "the following other types implement trait"Esteban Küber-164/+65
2022-10-07make const_err a hard errorRalf Jung-97/+92
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-0/+4
2022-04-04Refer to the TraitRef::identity in the message to be clearerEsteban Kuber-20/+20
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-97/+97
2022-04-04Fix list lengthEsteban Kuber-0/+80
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+120
2022-03-19Add needs-unwind directive to tests where necessarybjorn3-0/+1
2022-03-01Miri/CTFE: properly treat overflow in (signed) division/rem as UBRalf Jung-57/+51
2022-02-26suggest a float literal when dividing a floating-point type by {integer}Takayuki Maeda-0/+325
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+2
2021-11-24Remove `-Z force-overflow-checks`Noah Lev-1/+1
2021-11-06Move some tests to more reasonable directoriesCaio-0/+23
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