about summary refs log tree commit diff
path: root/src/libcore/ptr.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
2013-05-08auto merge of #6327 : z0w0/rust/rm-notest, r=brsonbors-5/+5
2013-05-08libcore: Remove mutable fields from os and ptrPatrick Walton-1/+4
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-5/+5
2013-05-01correct incorrect handling of overloaded operators, exposing various other bi...Niko Matsakis-8/+8
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-4/+4
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-11/+0
2013-04-20Replaced many instances of reinterpret_cast with transmuteMatthijs Hofstra-17/+17
2013-04-16libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ...Huon Wilson-102/+100
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-6/+2
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-26/+26
2013-03-28Removing unused importsAlex Crichton-1/+2
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-3/+3
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-34/+34
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-6/+6
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-9/+9
2013-03-11Remove uses of logBrian Anderson-12/+10
2013-03-11core: Convert obsolete fn syntaxBrian Anderson-2/+2
2013-03-11core: convert asserts to fail_unless!Jeff Olson-4/+4
2013-03-11rt/core: port os::list_dir to rust ref #4812Jeff Olson-2/+4
2013-03-11core: rt/core: impl os::env() in rust ref #4812Jeff Olson-0/+132
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-5/+10
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-22/+22
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-17/+24
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-2/+2
2013-03-05auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydonbors-9/+9
2013-03-04De-implicit-self libcoreBen Striegel-9/+9
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-9/+12
2013-03-04Remove unused imports throughout src/Alex Crichton-3/+0
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-3/+3
2013-03-02Remove REC, change related tests/docsJihyun Yu-3/+3
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-1/+1
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-6/+1
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-10/+2
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-6/+6
2013-02-07core: Remove transitional codeTim Chevalier-11/+0
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-3/+0
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2013-01-29librustc: Speed up byte copy operations. r=nmatsakisPatrick Walton-1/+25
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-22/+34
2013-01-18Rename copy_overlapping_memory() to copy_memory()Chris Peterson-21/+1
2013-01-13Long linesTim Chevalier-1/+2
2013-01-13Merge pull request #4411 from wting/4203_rename_memcpyTim Chevalier-6/+6
2013-01-14Inlining methods/functions in core.gifnksm-0/+14
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-6/+12
2013-01-10Rename memcpy, memmove, memset to prevent any confusion with the C equivalents.William Ting-6/+6
2012-12-27librustc: Fix the test runner, the condition system, and core test. rs=bustagePatrick Walton-0/+3