]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #48100 - Mark-Simulacrum:fetch-nand, r=alexcrichton
authorkennytm <kennytm@gmail.com>
Sat, 10 Feb 2018 06:26:57 +0000 (14:26 +0800)
committerkennytm <kennytm@gmail.com>
Sat, 10 Feb 2018 06:26:57 +0000 (14:26 +0800)
commit8550ac8015b775fd2746381c81ec86eba592523e
tree5714a592dfc0ff1c97d3dee27611911a797b90dd
parent6605d0354996b1301d69c55ad4fa114f7437f7cf
parent1335b3da5a80fa4b74b25642e1bb651388bac3a8
Rollup merge of #48100 - Mark-Simulacrum:fetch-nand, r=alexcrichton

Add fetch_nand to atomics

I think this is all fine but I have little familiarity with the atomic code (or libcore in general) so I may have accidentally done something wrong here...

cc #13226 (the tracking issue)