about summary refs log tree commit diff
path: root/library/core/tests/atomic.rs
AgeCommit message (Expand)AuthorLines
2022-08-23Make use of `[wrapping_]byte_{add,sub}`Maybe Waffle-1/+1
2022-07-01Rename AtomicPtr::fetch_{add,sub}{,_bytes}Thom Chiovoloni-10/+10
2022-07-01Allow arithmetic and certain bitwise ops on AtomicPtrThom Chiovoloni-0/+85
2021-10-18Make more `From` impls `const`woppopo-0/+7
2021-03-02enable atomic_min/max tests in MiriRalf Jung-4/+0
2021-02-22disable atomic_max/min tests in MiriRalf Jung-0/+4
2021-02-17Enable the tests on Arm Linux toobjorn3-4/+4
2021-02-16Ignore Atomic*::fetch_{min,max} tests on ARMbjorn3-0/+4
2021-02-14Add tests for Atomic*::fetch_{min,max}bjorn3-0/+36
2020-12-22Migrate standard library away from compare_and_swapLinus Färnstrand-3/+3
2020-11-30Make ui test that are run-pass and do not test the compiler itself library testsChristiaan Dirkx-0/+79
2020-07-27mv std libs to library/mark-0/+103