about summary refs log tree commit diff
path: root/src/libstd/ty.rs
AgeCommit message (Collapse)AuthorLines
2014-05-07core: Inherit the ty moduleAlex Crichton-71/+0
2014-04-05Fix an unnecessary use of `cast::transmute`Tobias Bucher-1/+1
Wherever possible, more specialized variants of said functions should be used, such as in this case `cast::transmute_mmut_unsafe`.
2014-03-31std: Switch field privacy as necessaryAlex Crichton-2/+2
2014-03-23Register new snapshotsFlavio Percoco-11/+0
2014-03-20Let ArcData use Unsafe<T>Flavio Percoco-1/+0
2014-03-20Make Cell and RefCell use Unsafe<T>Flavio Percoco-0/+4
2014-03-20Add Unsafe<T> typeFlavio Percoco-0/+79