about summary refs log tree commit diff
path: root/src/libstd/sys/common/remutex.rs
AgeCommit message (Expand)AuthorLines
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-236/+0
2016-09-30Ignore various entire test modules on emscriptenBrian Anderson-4/+1
2016-09-30Ignore lots and lots of std tests on emscriptenBrian Anderson-0/+3
2016-08-24Use `#[prelude_import]` in `libstd`.Jeffrey Seyfried-3/+0
2016-03-22try! -> ?Jorge Aparicio-1/+1
2016-03-11std: Remove unstable from ReentrantMutexAlex Crichton-3/+0
2016-02-01docs: Standardize on 'Errors' header in std docsKamal Marhubi-2/+2
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