]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #1094 - Aaron1011:rustup-body, r=RalfJung
[rust.git] / tests /
2019-12-02 borsAuto merge of #1084 - RalfJung:assert-panic, r=RalfJung
2019-12-02 Ralf Jungignore another panicking test on Windows
2019-12-02 Ralf Jungfix and expand panic tests
2019-12-02 Ralf Jungtest built-in panic catching
2019-12-02 borsAuto merge of #1079 - RalfJung:coercion-error, r=RalfJung
2019-12-02 Ralf Jungtest diverging closure fn ptr coercion
2019-12-02 Ralf Jungexpand coerce fn test
2019-12-02 borsAuto merge of #1092 - RalfJung:rustup, r=RalfJung
2019-12-02 Ralf Jungalso indicate abort via new MachineStop variant
2019-12-02 Ralf Jungimprove style in catch_panic test
2019-12-01 borsAuto merge of #1087 - RalfJung:toolchain, r=oli-obk
2019-12-01 borsAuto merge of #1082 - RalfJung:panic, r=RalfJung
2019-12-01 Ralf Jungfix catch_panic.stderr
2019-12-01 Ralf Jungtest more panics
2019-11-25 borsAuto merge of #1076 - RalfJung:coercion-test, r=RalfJung
2019-11-25 Ralf Jungand another reference
2019-11-25 Ralf Jungrename some more tests
2019-11-25 Ralf Jungrename test and add some references
2019-11-25 Ralf Jungtest closure-to-fn-ptr coercions a bit more
2019-11-24 borsAuto merge of #1072 - RalfJung:locally-built-rustc...
2019-11-24 borsAuto merge of #1073 - RalfJung:catch_panic, r=RalfJung
2019-11-24 Ralf Jungalso test non-string panic payload
2019-11-24 Ralf Jungbeef up catch_panic test
2019-11-22 borsAuto merge of #1069 - RalfJung:typo, r=RalfJung
2019-11-22 Ralf Jungtypo
2019-11-22 borsAuto merge of #1067 - Aaron1011:feature/inverse-trig...
2019-11-22 borsAuto merge of #1068 - RalfJung:uprust, r=RalfJung
2019-11-22 Ralf Jungrustup for never stabilization
2019-11-21 Aaron HillAdd acos, asin, and atan foreign functions
2019-11-20 borsAuto merge of #1065 - Aaron1011:fix/start-return, r...
2019-11-20 borsAuto merge of #1066 - RalfJung:slice-match, r=RalfJung
2019-11-20 Ralf Jungslice matching overflow got fixed
2019-11-19 borsAuto merge of #1063 - RalfJung:panic-abort, r=RalfJung
2019-11-19 Ralf Jungrename panic=abort tests to panic_abort
2019-11-19 borsAuto merge of #693 - Aaron1011:feature/panic_unwind_fin...
2019-11-17 Aaron HillDisable panic tests on Windows
2019-11-17 Aaron HillIgnore '-C panic=abort' tests for now
2019-11-17 Aaron HillSupport unwinding after a panic
2019-11-17 borsAuto merge of #1055 - RalfJung:panic-stub, r=RalfJung
2019-11-14 borsAuto merge of #1053 - RalfJung:clean, r=RalfJung
2019-11-14 borsAuto merge of #1052 - RalfJung:icefix, r=RalfJung
2019-11-14 Ralf Jungdo full deref-check before reborrowing
2019-11-14 Ralf Jungrename miri-issue to issue-miri for grouping
2019-11-13 borsAuto merge of #1022 - christianpoveda:fix-fd-access...
2019-11-13 borsAuto merge of #1049 - silathdiir:copysignf32-and-copysi...
2019-11-13 Steven GuImplments `intrinsics::copysignf32` and `intrinsics...
2019-11-09 Christian PovedaFix merge conflicts
2019-11-08 borsAuto merge of #1040 - RalfJung:rustup, r=RalfJung
2019-11-08 Ralf Jungfix into_iter usage
2019-11-07 Ralf Jungsilence a lint that catches the bug statically
2019-11-07 borsAuto merge of #1039 - RalfJung:dyn-tests, r=RalfJung
2019-11-07 Ralf Jungalso test Box<self> receiver
2019-11-07 Ralf Jungmove blosure tests to closures file; test Box<dyn>...
2019-11-07 Ralf Jungcentralize and expand dyn-trait (method receiver) tests
2019-11-07 Ralf Jungrename call_drop_ tests to drop_
2019-11-07 Ralf Jungtweak and slightly extend box-box-trait test
2019-11-06 borsAuto merge of #1037 - JOE1994:master, r=RalfJung
2019-11-06 borsAuto merge of #1031 - RalfJung:ptr-offset, r=RalfJung
2019-11-06 Ralf Jungfix test erorr msg
2019-11-06 Ralf Jungtest that 0 cannot be offset-inbounds by 0
2019-11-05 borsAuto merge of #1032 - RalfJung:offset-from, r=RalfJung
2019-11-05 Ralf Jungtest offset_from
2019-11-05 borsAuto merge of #1036 - RalfJung:stacked-borrows-test...
2019-11-05 Ralf Jungadd an interesting run-pass stacked borrows example
2019-11-04 borsAuto merge of #1030 - RalfJung:mir-opt-comment, r=RalfJung
2019-11-04 Ralf Jungupdate comment re: not using higher mir-opt-level
2019-11-03 borsAuto merge of #961 - rust-lang:exact_div_reuse, r=RalfJung
2019-11-03 Ralf Jungadjust tests
2019-10-25 borsAuto merge of #1023 - RalfJung:align_to, r=RalfJung
2019-10-25 Ralf Jungtest align_to example
2019-10-23 borsAuto merge of #993 - christianpoveda:os_string_helper...
2019-10-22 Christian PovedaUse new write_bytes method
2019-10-22 borsAuto merge of #1015 - RalfJung:appv, r=RalfJung
2019-10-22 borsAuto merge of #1014 - RalfJung:rustup, r=RalfJung
2019-10-22 Ralf Jungrustup: fix for write_bytes and new union rules
2019-10-21 Christian PovedaFix merge conflicts
2019-10-18 Christian PovedaAdd OsString from/to bytes helper functions
2019-10-16 borsAuto merge of #987 - christianpoveda:check-unsupported...
2019-10-15 borsAuto merge of #980 - JOE1994:master, r=RalfJung
2019-10-15 borsAuto merge of #975 - christianpoveda:clock-shim, r...
2019-10-14 Christian PovedaUse places instead of ptrs to write packed immtys
2019-10-14 borsAuto merge of #992 - christianpoveda:check-errno-value...
2019-10-14 Christian PovedaCheck that fs errors have the proper kind
2019-10-11 borsAuto merge of #988 - RalfJung:temp, r=RalfJung
2019-10-11 Ralf Junguse temp_dir for FS test
2019-10-11 Christian PovedaAdd clock_gettime shim
2019-10-11 borsAuto merge of #983 - christianpoveda:fs-shims-tweaks...
2019-10-11 Christian PovedaCorrect style of comments
2019-10-11 borsAuto merge of #985 - christianpoveda:fix-fs-path, r...
2019-10-11 Christian PovedaRename file manipulation test to fs
2019-10-11 Christian PovedaAvoid using the tests folder for the file manipualtion...
2019-10-11 Christian PovedaAdd comments to explain the chdir test
2019-10-09 borsAuto merge of #981 - RalfJung:atomic, r=RalfJung
2019-10-09 Ralf Jungalso test AcqRel fence
2019-10-08 borsAuto merge of #976 - christianpoveda:unlink-shim, r...
2019-10-08 Christian PovedaAdd tests for non-existing files
2019-10-08 Christian PovedaAdd unlink shim to delete files
2019-10-08 borsAuto merge of #977 - christianpoveda:last-error-ptr...
2019-10-05 borsAuto merge of #979 - nico-abram:patch-1, r=oli-obk
2019-10-05 NicolasAdd test for atomic fences
next