Commit Graph

2297 Commits

Author SHA1 Message Date
Ralf Jung 2e2a33aab8 Merge pull request #588 from RalfJung/env-logger
bump env_logger
2018-12-27 13:09:05 +01:00
Ralf Jung ef9e18e628 Merge branch 'master' into env-logger 2018-12-27 12:21:53 +01:00
Ralf Jung 003febb584 Merge pull request #590 from RalfJung/check-bounds
add test for offseting fn ptr
2018-12-26 17:43:51 +01:00
Ralf Jung 3715245a36 add test for offseting fn ptr 2018-12-26 16:23:04 +01:00
Oliver Scherer 6c2fc6daf1 Merge pull request #589 from RalfJung/check-bounds
use memory::check_bounds_ptr for offset check
2018-12-26 14:28:25 +01:00
Ralf Jung f2e14d9314 use memory::check_bounds_ptr for offset check 2018-12-26 13:16:47 +01:00
Ralf Jung e759da6b4b bump env_logger 2018-12-26 11:25:20 +01:00
Ralf Jung d0f57c7cb9 Merge pull request #587 from solson/rustup
Fix comparing function pointers
2018-12-26 11:24:29 +01:00
Ralf Jung 55107d5dd3 bump Rust version 2018-12-26 11:01:22 +01:00
Ralf Jung 5a8f9e58f7 properly compare unequal function pointers 2018-12-25 13:29:38 +01:00
Ralf Jung 4e4569cf4b fix build and tests with latest nightly 2018-12-25 13:26:40 +01:00
Ralf Jung 821f29bc5d Merge pull request #586 from solson/rustup
fix for infallible allocation
2018-12-25 00:12:38 +01:00
Ralf Jung d0f06a5f0d bump Rust version 2018-12-24 14:30:29 +01:00
Ralf Jung d8c9c9dd4f update README for some tracing being available on nightlies 2018-12-23 14:21:15 +01:00
Ralf Jung 4f659ed507 fix for infallible allocation 2018-12-23 14:13:16 +01:00
Ralf Jung fd12f95305 Merge pull request #585 from solson/rustup
fix test for latest nightly
2018-12-22 16:29:31 +01:00
Ralf Jung 79bdec8a9c fix test for latest nightly 2018-12-22 16:07:50 +01:00
Ralf Jung 84b66f0f01 Merge pull request #572 from solson/rustup
Treat ref-to-raw cast like a reborrow: do a special kind of retag
2018-12-21 09:56:10 +01:00
Ralf Jung 2c2587bc8d bump Rust version 2018-12-21 09:29:42 +01:00
Ralf Jung a03d184648 Merge branch 'master' into rustup 2018-12-20 13:34:24 +01:00
Ralf Jung 8359898c09 Merge pull request #578 from RalfJung/misc
Test cargo-miri on Windows
2018-12-19 16:28:27 +01:00
Ralf Jung 750cd442be fix argv null terminator 2018-12-19 15:45:23 +01:00
Ralf Jung af4fb6655e implement GetCommandLineW, GetEnvironmentVariableW, GetConsoleScreenBufferInfo, SetConsoleTextAttribute, GetSystemInfo 2018-12-19 15:25:25 +01:00
Ralf Jung e7c523f72e run test-cargo-miri on Windows 2018-12-19 12:16:17 +01:00
Ralf Jung 51ed485ba4 implement stdout/stderr on Windows 2018-12-19 12:16:07 +01:00
Ralf Jung d8956f0a29 Merge pull request #580 from RalfJung/cargo-miri
Cargo miri tweaks and test that we can exclude tests
2018-12-19 11:38:54 +01:00
Ralf Jung adba97e4b2 document the cargo-miri feature 2018-12-19 11:16:19 +01:00
Ralf Jung d67da9f04b no need to set the cargo-miri feature twice 2018-12-19 11:12:56 +01:00
Ralf Jung e10a26fd3c add a test for excluding tests on miri 2018-12-19 11:11:01 +01:00
Ralf Jung 11433bf38e actually show warnings about suppressed output 2018-12-19 11:07:24 +01:00
Ralf Jung ecf6599051 xargo version check: also check application name, just to be sure 2018-12-19 11:06:46 +01:00
Ralf Jung 133e012cec sync env vars between appveyor and travis 2018-12-19 11:06:35 +01:00
Ralf Jung bf846a637c test-cargo-miri: be more clear that and why the test failed 2018-12-19 11:05:21 +01:00
Ralf Jung 61c0df7930 remove outdated README comment 2018-12-19 11:05:15 +01:00
Ralf Jung 1f687374ca Merge pull request #550 from RalfJung/cargo-miri-test
Fix cargo miri test
2018-12-18 20:03:54 +01:00
Ralf Jung 4e0fe62bd9 typo 2018-12-18 19:45:10 +01:00
Ralf Jung e4fd710606 there is a new xargo released, use that 2018-12-18 19:41:32 +01:00
Ralf Jung e8c53e81f8 implement macOS functions for argc, argv 2018-12-18 19:26:57 +01:00
Ralf Jung b3f7991367 btree is fixed 2018-12-18 18:41:52 +01:00
Ralf Jung 3e603c38d7 bump Rust version, fix test-cargo-miri and it no longer needs to disable validation 2018-12-18 18:40:06 +01:00
Ralf Jung 93b8c23f7b Merge remote-tracking branch 'origin/master' into cargo-miri-test 2018-12-18 18:36:19 +01:00
Ralf Jung 3a93831c5d Merge pull request #574 from solson/rustup2
fix for latest nightly
2018-12-18 18:35:45 +01:00
Ralf Jung 5fd0639cbd Merge remote-tracking branch 'origin/master' into rustup2 2018-12-18 18:07:14 +01:00
Ralf Jung 1dd6cc361b Merge pull request #576 from solson/rustup3
Adjust tests for funciton pointer changes
2018-12-18 18:05:00 +01:00
Oliver Scherer 5956b58457 Merge pull request #575 from ehuss/add-rustc-workspace-hack
Add rustc-workspace-hack.
2018-12-17 14:38:26 +01:00
Oliver Scherer 77ef84e1e8 Adjust tests for funciton pointer changes 2018-12-17 10:12:04 +01:00
Eric Huss d801daf3e5 Add rustc-workspace-hack. 2018-12-16 19:34:00 -08:00
Ralf Jung 96b2c347d7 temporarily use git version of xargo 2018-12-15 18:39:42 +01:00
Ralf Jung 6a37e723c4 detect outdated xargo version 2018-12-15 15:08:03 +01:00
Ralf Jung 6bc3a48802 tweak travis.sh 2018-12-15 14:13:46 +01:00