summary refs log tree commit diff
path: root/src/libcore/unsafe.rs
AgeCommit message (Expand)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-24/+24
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-28Add task-local storage in libcore.Ben Blum-1/+22
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-25core: Convert declarations to not use the trailing 'unsafe' notationBrian Anderson-9/+13
2012-06-08core: Add unsafe::transmuteBrian Anderson-1/+28
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+1
2012-03-23Support [rust_stack] annotation on native functions (crudely)Marijn Haverbeke-7/+0
2012-03-23Replace most uses of intrinsics in core with builtinsMarijn Haverbeke-10/+5
2012-03-20core: Rename unsafe::leak to unsafe::forget. Closes #2031Brian Anderson-3/+3
2012-03-09core: Convert to rustdocBrian Anderson-14/+6
2012-03-06core: Inline a bunch of unsafe functionsBrian Anderson-0/+2
2012-02-07made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsicsMagnus Auvinen-5/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+18
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+41