]> git.lizzy.rs Git - rust.git/history - src/libcore/private.rs
Fix compare_and_swap to not break tests.
[rust.git] / src / libcore / private.rs
2012-10-23 Luqman AdenFix compare_and_swap to not break tests.
2012-10-22 Luqman AdenReplace rust_atomic_increment/decrement and rust_compar...
2012-10-17 Tim ChevalierMerge pull request #3739 from killerswan/usagemsg
2012-10-17 Tim ChevalierMerge pull request #3719 from lucab/lucab/to-upstream...
2012-10-17 Tim ChevalierMerge pull request #3706 from erickt/str-with-capacity
2012-10-17 Tim ChevalierMerge pull request #3716 from Blei/fix-3656
2012-10-13 Tim ChevalierMake moves explicit in core tests
2012-10-11 Tim ChevalierUpdate FIXME number
2012-10-05 Tim ChevalierRemove by-copy mode from std, mostly
2012-10-04 Tim ChevalierForbid deprecated modes again in core
2012-10-04 Tim ChevalierDe-mode comm::Chan
2012-10-03 Brian AndersonMerge pull request #3644 from lucab/lucab/to-upstream...
2012-10-02 Tim ChevalierRemoving explicit uses of + mode
2012-09-29 Tim ChevalierAdd a demoded version of ptr::addr_of
2012-09-27 Brian AndersonMerge pull request #3526 from Dretch/viewmethod
2012-09-27 Niko MatsakisDemode vec::push (and convert to method)
2012-09-27 Patrick Waltonlibcore: De-export cleanup, cmath, future, gc, hash...
2012-09-26 Brian AndersonDemode core::result
2012-09-22 Graydon HoareInstall new pub/priv/export rules as defaults, old...
2012-09-19 Brian Andersoncore: Rename 'unsafe' mod to 'cast'
2012-09-18 Brian Andersoncore: Move Exclusive and SharedMutableState to the...
2012-09-12 Niko Matsakispurge the separate path for rel ops (e.g., ==) vs other...
2012-09-12 Brian AndersonPromote 'pub' and 'priv' from restricted to strict...