about summary refs log tree commit diff
path: root/src/libsync/one.rs
AgeCommit message (Expand)AuthorLines
2014-08-04stabilize atomics (now atomic)Aaron Turon-12/+12
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-06-12auto merge of #14813 : cmr/rust/once-docs-unsafe, r=alexcrichtonbors-10/+6
2014-06-11sync: Move underneath libstdAlex Crichton-3/+6
2014-06-10sync: Once is no longer unsafe, update docsCorey Richardson-10/+6
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-14Optimize common path of Once::doitStepan Koltsov-0/+5
2014-03-31sync: Switch field privacy as necessaryAlex Crichton-3/+3
2014-03-23sync: Move Once to using &selfAlex Crichton-0/+168