Commit Graph

  • c311deeb76 Auto merge of #171 - rust-lang-nursery:gh150, r=japaric bors 2017-06-28 03:49:35 +0000
  • f3350c5499 enable tests now that #150 has been fixed Jorge Aparicio 2017-06-27 22:48:57 -0500
  • 6024080570 Auto merge of #166 - alexcrichton:test-c, r=japaric bors 2017-06-25 17:10:13 +0000
  • 0ebbcaede4 Enable the intrinsics program on thumb Alex Crichton 2017-06-25 09:25:54 -0700
  • afe5c717a9 Address review comments Alex Crichton 2017-06-24 21:51:34 -0700
  • c193113721 Don't test mangled names on thumb Alex Crichton 2017-06-24 12:44:00 -0700
  • 5c74fb13d9 Enable 128-bit integer tests on Windows Alex Crichton 2017-06-24 12:22:31 -0700
  • acaa2f071a Don't check for references to panics with debug assertions Alex Crichton 2017-06-24 11:43:57 -0700
  • 4859aba5f4 Don't build gcc_personality_v0 Alex Crichton 2017-06-24 11:36:05 -0700
  • d051480eff Don't generate unmangled aeabi with gen-tests Alex Crichton 2017-06-24 11:34:10 -0700
  • 91b1291dc5 Don't try to work with cargo test Alex Crichton 2017-06-24 10:22:49 -0700
  • 5d6d3fde6a Add a FIXME for Windows Alex Crichton 2017-06-24 10:12:17 -0700
  • 734ec3d31c Tweak testing and such: Alex Crichton 2017-06-24 10:04:00 -0700
  • 76430488e6 Fix appveyor PATH Alex Crichton 2017-06-23 21:38:55 -0700
  • 5e28b7e2b1 Try to fix run.sh on AppVeyor Alex Crichton 2017-06-23 21:36:36 -0700
  • 2147753559 Remove usage of unwrap_or_else Alex Crichton 2017-06-23 21:31:54 -0700
  • a2bdb4b379 Use the same CI script on AppVeyor Alex Crichton 2017-06-23 21:23:52 -0700
  • 4dac0be751 Don't derive Debug for Sign Alex Crichton 2017-06-23 21:11:31 -0700
  • b42d267065 Don't compile assembly on x86_64 Windows Alex Crichton 2017-06-23 21:09:24 -0700
  • 94bc9953a1 Don't build chkstk on x86_64 Alex Crichton 2017-06-23 20:43:51 -0700
  • d513c92b01 Try testing MinGW targets Alex Crichton 2017-06-23 20:35:25 -0700
  • 635e519b86 Remove the travis cache Alex Crichton 2017-06-23 20:20:42 -0700
  • eabb6fab4a Shore up docs in the macros module Alex Crichton 2017-06-23 16:28:50 -0700
  • 7de57cd4f9 Handle aeabi aliasing Alex Crichton 2017-06-23 15:16:07 -0700
  • a839d53a02 Deal with floatdidf on x86_64 Alex Crichton 2017-06-23 13:28:24 -0700
  • 5172f8c218 Tweak usage of C shims on MSVC Alex Crichton 2017-06-23 12:02:28 -0700
  • a16ebb0dcb Use nm to weed out panics Alex Crichton 2017-06-23 11:52:22 -0700
  • 5a444d58f2 Remove unused rust file Alex Crichton 2017-06-23 11:21:36 -0700
  • 7c4745061a Remove executable bit on arm.rs Alex Crichton 2017-06-23 11:21:15 -0700
  • ac3715de0f Remove defined intrinsics from build.rs Alex Crichton 2017-06-23 11:13:31 -0700
  • 83d63eaa9b Convert float intrinsics to the intrinsics! macro Alex Crichton 2017-06-23 11:05:25 -0700
  • 93fed264c1 Remove executable bit from conv.rs Alex Crichton 2017-06-23 10:44:59 -0700
  • 560018cc83 Less verbose output on symbol check Alex Crichton 2017-06-23 10:44:29 -0700
  • 696b821bb7 Enable mem for intrinsics on linux Alex Crichton 2017-06-23 09:59:49 -0700
  • 0be8b20cb7 Fix features needed for the intrinsics example Alex Crichton 2017-06-23 08:35:24 -0700
  • 4540bd4314 Fix travis intrinsics builds Alex Crichton 2017-06-23 08:19:11 -0700
  • 4c41b5649f Fix use_c_shim_if Alex Crichton 2017-06-23 07:54:31 -0700
  • 47ff81325c Use more intrinsics on msvc Alex Crichton 2017-06-23 07:52:38 -0700
  • 8abb0ab826 Build tweaks Alex Crichton 2017-06-23 07:36:08 -0700
  • f0e58591b3 Build the intrinsics example separately Alex Crichton 2017-06-23 07:01:18 -0700
  • 1b78d79bf5 Require the compiler-builtins target for the example Alex Crichton 2017-06-23 06:58:05 -0700
  • 215fa06fb6 More windows linkage guesses Alex Crichton 2017-06-23 06:53:09 -0700
  • 7f90c48a7a Test 64-bit linux Alex Crichton 2017-06-22 23:44:27 -0700
  • a4120adc69 Try to fix linkage on windows Alex Crichton 2017-06-22 23:41:28 -0700
  • 12a0038250 Fix the abi hack on windows Alex Crichton 2017-06-22 23:36:50 -0700
  • d17042106f Port udiv to the intrinsics! macro Alex Crichton 2017-06-22 23:23:36 -0700
  • 7886ae275b Port sdiv to traits + intrinsics! Alex Crichton 2017-06-22 23:09:28 -0700
  • 275d1032b5 Port mul intrinsics to traits Alex Crichton 2017-06-22 22:36:37 -0700
  • eeb44abacf Remove executable bit from mod.rs Alex Crichton 2017-06-22 22:04:40 -0700
  • 2f2bb32e40 Use traits instead of macros for shift intrinsics Alex Crichton 2017-06-22 22:03:07 -0700
  • a1377878c6 Test with the 'c' feature enabled on CI Alex Crichton 2017-06-22 14:00:31 -0700
  • d63757cca8 Auto merge of #165 - rust-lang-nursery:fix-warnings, r=japaric bors 2017-06-01 16:37:50 +0000
  • b2f72e1eb1 remove unused macros Jorge Aparicio 2017-06-01 07:40:50 -0500
  • f3ace11071 Auto merge of #161 - est31:i128, r=japaric bors 2017-05-10 02:40:22 +0000
  • 258feadae4 Build.rs: better debug output est31 2017-05-10 02:41:29 +0200
  • 673a6f9948 Fix overflow bug when creating the absolute value est31 2017-05-08 04:03:16 +0200
  • 6047cdf1e8 floattidf, floatuntidf: ignore differences smaller than 2 in test est31 2017-05-08 00:49:36 +0200
  • e574d8be41 Update cast to 0.2.2 to fix bug in debug mode est31 2017-05-08 00:05:00 +0200
  • 191c0be298 Print generated files est31 2017-05-07 03:03:58 +0200
  • e24673b6c7 Fix test name gotten wrong est31 2017-05-06 05:34:50 +0200
  • d247c55d4d Mark the functions just implemented in README.md est31 2017-05-06 05:33:28 +0200
  • b870667509 Adjust for changed cast function est31 2017-05-06 15:29:43 +0200
  • b91c39da73 Implement tests for floatuntidf and floatuntisf est31 2017-05-06 05:32:51 +0200
  • 2d2bf21f73 Implement tests for fixunsdfti and fixunssfti est31 2017-05-06 05:28:40 +0200
  • d188d3dc12 Implement tests for fixdfti and fixsfti est31 2017-05-06 05:24:20 +0200
  • f9b5297ccc Implement tests for floattidf and floattisf est31 2017-05-06 05:20:20 +0200
  • 9e7b61cb10 Use cast 0.2.1 for i128 support est31 2017-05-06 05:36:40 +0200
  • f90792e1bc Add i128 <-> float conversion functions est31 2017-05-06 02:22:54 +0200
  • 1ea9ea06d1 Mark some float related intrinsics as implemented in README.md est31 2017-05-06 00:42:59 +0200
  • 144e54d7b0 Rename float conversion macros to something nicer est31 2017-05-05 23:31:41 +0200
  • 280d19f112 Auto merge of #159 - rust-lang-nursery:intrinsics, r=japaric bors 2017-04-11 22:15:28 +0000
  • 19b2efdf36 move intrinsics test from src/bin to examples Jorge Aparicio 2017-04-11 17:09:05 -0500
  • 7b98ecebfd Merge pull request #155 from rust-lang-nursery/utest Jorge Aparicio 2017-04-11 16:27:56 -0500
  • 44e5a1aa4c fix cfg syntax Jorge Aparicio 2017-04-11 15:17:05 -0500
  • c52f9a079f ignore i128 tests on windows Jorge Aparicio 2017-04-11 15:08:52 -0500
  • 63f91a0c31 Revert "i128 test: transmute intrinsic output before comparing" Jorge Aparicio 2017-04-11 15:03:21 -0500
  • 30b8b431c2 powershell -> cmd.exe Jorge Aparicio 2017-04-11 14:53:19 -0500
  • 46085a2313 i128 test: transmute intrinsic output before comparing Jorge Aparicio 2017-04-11 14:47:23 -0500
  • aa553fe113 appveyor: make the host x86_64 when testing the i686 target Jorge Aparicio 2017-04-11 14:28:31 -0500
  • a373683964 adapt the thumb target specs to upstream linker-flavor changes Jorge Aparicio 2017-04-11 11:32:44 -0500
  • 33b17fd87b ignore i128 div / mul tests on MIPS Jorge Aparicio 2017-04-11 11:24:33 -0500
  • adb4e5c86f s/feature/features/g Jorge Aparicio 2017-04-10 20:10:45 -0500
  • d2bf0f97e1 travis: don't reinstall rustup Jorge Aparicio 2017-04-10 18:00:16 -0500
  • 181139a35e .travis.yml: thumbs target have been renamed Jorge Aparicio 2017-04-10 17:59:45 -0500
  • ebbf8d5a29 appveyor: cargo test requires the gen-tests feature Jorge Aparicio 2017-04-10 17:46:33 -0500
  • 55294baf7a put test generation behind a Cargo feature Jorge Aparicio 2017-04-10 17:27:25 -0500
  • 3f723d1141 modify the CI setup to run tests on the thumb targets Jorge Aparicio 2017-04-10 17:16:13 -0500
  • 3fa223505a make float* intrinsics testable on thumb Jorge Aparicio 2017-04-10 17:13:07 -0500
  • d34c51f74a remove arm tests from the old test suite Jorge Aparicio 2017-04-10 16:35:08 -0500
  • 9e2c2b6447 test float/conv.rs Jorge Aparicio 2017-04-10 16:12:49 -0500
  • b8e8c7f693 no_std compatible tester Jorge Aparicio 2017-04-10 14:38:17 -0500
  • a88ea4011b rustfmt Jorge Aparicio 2017-04-10 11:29:31 -0500
  • bce5fb5a6e move the compiler-rt submodule to the root Jorge Aparicio 2017-04-10 11:23:03 -0500
  • bd9c835f44 remove unused Cargo subprojects Jorge Aparicio 2017-04-10 11:22:17 -0500
  • dbcec72ca1 refactor build.rs to not depend on rustc-cfg Jorge Aparicio 2017-04-10 11:19:16 -0500
  • cc0d8ba2d1 remove the current test suite Jorge Aparicio 2017-04-10 11:14:05 -0500
  • d40b3b3c52 move compiler-rt submodule Jorge Aparicio 2017-04-10 11:11:23 -0500
  • 28ac4908f8 Auto merge of #147 - rust-lang-nursery:conv, r=japaric bors 2017-04-08 15:20:35 +0000
  • 109c33ed0a test out of range condition using f64 Jorge Aparicio 2017-04-08 10:18:19 -0500
  • 09145e6bda Auto merge of #152 - rust-lang-nursery:gh151, r=alexcrichton bors 2017-04-07 18:43:21 +0000