about summary refs log tree commit diff
path: root/src/test/compile-fail/mut-not-freeze.rs
AgeCommit message (Expand)AuthorLines
2014-09-15Update error messages in compile-fail testsNiko Matsakis-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-2/+2
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-03-20Replace Freeze bounds with Share boundsFlavio Percoco-2/+2
2013-11-23Move mutable::Mut to cell::RefCellSteven Fackler-2/+2
2013-11-22Introduce Mut<T> to libstdSteven Fackler-0/+18