]> git.lizzy.rs Git - rust.git/history - tests/run-pass/thread-local.rs
fix writing to read-only raw pointer in thread-local test
[rust.git] / tests / run-pass / thread-local.rs
2020-10-31 Ralf Jungfix writing to read-only raw pointer in thread-local...
2020-06-28 borsAuto merge of #1462 - RalfJung:ignore-windows, r=RalfJung
2020-06-28 Ralf Jungfix some ignore-windows comments
2019-06-03 Ralf JungMerge branch 'master' into debug
2019-06-02 Ralf JungTag static/const allocations (#748)
2019-06-02 Ralf Jungfix existing tests
2018-12-20 Ralf JungMerge branch 'master' into rustup
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into cargo...
2018-12-18 Ralf JungMerge pull request #574 from solson/rustup2
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustup2
2018-12-13 Ralf Jungfix libc feature gate
2018-09-17 Ralf JungMerge remote-tracking branch 'origin/master' into zero...
2018-09-01 Ralf JungMerge branch 'master' into rustup
2018-08-31 Ralf JungMerge pull request #444 from RalfJung/windows
2018-08-30 Ralf Jungunignore a bunch of tests that actually work
2017-08-12 Ralf JungMerge pull request #302 from RalfJung/mir-validate2
2017-08-12 Ralf Jungfix warnings; make test suite pass again
2017-06-22 Oliver SchneiderMerge pull request #201 from oli-obk/test_suite_fails
2017-06-22 Oliver SchneiderMerge pull request #206 from RalfJung/ptrs
2017-06-22 Ralf Jungadd test for function pointer offsets
2017-06-22 Ralf Jungexpand thread-local storage tests to cover dtor order...