about summary refs log tree commit diff
path: root/src/libcore/simd.rs
AgeCommit message (Expand)AuthorLines
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-10/+10
2015-01-23Set unstable feature names appropriatelyBrian Anderson-10/+10
2015-01-21Remove 'since' from unstable attributesBrian Anderson-10/+10
2015-01-21Tie stability attributes to feature gatesBrian Anderson-1/+0
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-10/+10
2015-01-08Improvements to feature stagingBrian Anderson-11/+11
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-10/+10
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-33/+10
2014-12-10Fix inappropriate ## headingsSteve Klabnik-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+23
2014-10-28Update code with new lint namesAaron Turon-1/+1
2014-08-20libgreen: use FFI-safe typesCorey Richardson-0/+10
2014-06-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-05-23core: Derive Show on SIMD typesBrian Anderson-0/+10
2014-05-23core: Document simd modBrian Anderson-1/+25
2014-05-23std: Move simd to core::simd and reexport. #1457Brian Anderson-0/+62