summary refs log tree commit diff
path: root/src/test/compile-fail/std-uncopyable-atomics.rs
AgeCommit message (Expand)AuthorLines
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-3/+3
2015-01-11Rename AtomicInt and AtomicUintSteven Fackler-2/+2
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-1/+1
2015-01-08Update compile fail tests to use usize.Huon Wilson-1/+1
2015-01-08Update the "English-language" to-string function of a `cmt` to useNiko Matsakis-4/+4
2015-01-05Remove use of globs feature gate from tests.Huon Wilson-1/+0
2015-01-03Remove deprecated functionalityAlex Crichton-2/+0
2015-01-01std: Second pass stabilization of syncAlex Crichton-3/+3
2014-10-09test: Convert statics to constantsAlex Crichton-3/+3
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-08-04stabilize atomics (now atomic)Aaron Turon-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-16Remove AtomicFlagCadence Marseille-2/+0
2014-02-27Forbid moves out of static items Closes #10577Flavio Percoco-4/+4
2013-12-25Test fixes and rebase conflictsAlex Crichton-1/+1
2013-11-07std: Make atomic types non-copyable. Closes #8380Brian Anderson-0/+31