summary refs log tree commit diff
path: root/src/libstd/sys/common/remutex.rs
AgeCommit message (Expand)AuthorLines
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