about summary refs log tree commit diff
path: root/src/libstd/intrinsics.rs
AgeCommit message (Expand)AuthorLines
2014-05-07core: Inherit the intrinsics moduleAlex Crichton-485/+0
2014-05-04Register new snapshotsAlex Crichton-4/+0
2014-04-23auto merge of #13693 : thestinger/rust/mem, r=alexcrichtonbors-4/+27
2014-04-22add support for quadruple precision floating pointDaniel Micay-0/+2
2014-04-22add volatile copy/copy_nonoverlapping/setDaniel Micay-4/+27
2014-04-16Register new snapshotsAlex Crichton-25/+1
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-18/+42
2014-04-06rustc: remove ty_unboxed_vec.Eduard Burtescu-2/+0
2014-03-31std: Switch field privacy as necessaryAlex Crichton-6/+6
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28auto merge of #13160 : FlaPer87/rust/rename-pod, r=thestingerbors-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-1/+1
2014-03-26Derive TotalEq for std::intrinsics::TypeIdTomas Sedovic-1/+1
2014-03-23Snapshot cleanupAlex Crichton-1/+0
2014-03-23Register new snapshotsFlavio Percoco-83/+0
2014-03-20std: Make the generic atomics take unsafe pointersBrian Anderson-79/+82
2014-03-20std: Make atomics immutable. #11583Brian Anderson-0/+88
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-1/+1
2014-02-24Transition to new `Hash`, removing IterBytes and std::to_bytes.Huon Wilson-1/+1
2014-02-23std: Move intrinsics to std::intrinsics.Brian Anderson-0/+459