about summary refs log tree commit diff
path: root/src/libstd/unstable/simd.rs
AgeCommit message (Collapse)AuthorLines
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-61/+0
[breaking-change]
2014-03-31Switch some tuple structs to pub fieldsAlex Crichton-10/+18
This commit deals with the fallout of the previous change by making tuples structs have public fields where necessary (now that the fields are private by default).
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2014-01-28Feature gate #[simd]David Manescu-0/+10
Fixes #11721
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+43
This only changes the directory names; it does not change the "real" metadata names.