about summary refs log tree commit diff
path: root/src/libstd/sys/common/remutex.rs
AgeCommit message (Expand)AuthorLines
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-6/+4
2015-09-08some more clippy-based improvementsAndre Bogus-2/+2
2015-08-15std: Add issues to all unstable featuresAlex Crichton-1/+3
2015-08-13Auto merge of #27684 - alexcrichton:remove-deprecated, r=aturonbors-11/+11
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-11/+11
2015-08-12Fix ReentrantMutex documentation wrt DerefMutSimonas Kazlauskas-3/+10
2015-06-07change some statics to constantsOliver 'ker' Schneider-1/+1
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-1/+1
2015-05-07std: Remove a double-box in ReentrantMutexAlex Crichton-7/+11
2015-04-28Register new snapshotsTamir Duberstein-2/+0
2015-04-24Change name of unit test sub-module to "tests".Johannes Oertel-1/+1
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-0/+233