summary refs log tree commit diff
path: root/src/libstd/sys/common/poison.rs
AgeCommit message (Expand)AuthorLines
2016-01-14Require stability annotations on fields of tuple variantsVadim Petrochenkov-1/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+3
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-4/+4
2015-06-17std: Split the `std_misc` featureAlex Crichton-4/+4
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-8/+10
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-04-30Add downcasting to std::error::ErrorAaron Turon-3/+4
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-1/+1
2015-04-08Implement reentrant mutexes and make stdio use themSimonas Kazlauskas-0/+187