about summary refs log tree commit diff
path: root/src/libstd/rt/stack.rs
AgeCommit message (Expand)AuthorLines
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+2
2014-02-25std: Tweak stack overflow printing for robustnessAlex Crichton-5/+10
2014-02-23std: Move unstable::stack to rt::stackBrian Anderson-0/+276
2013-12-24green: Rip the bandaid off, introduce libgreenAlex Crichton-78/+0
2013-12-15std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].Huon Wilson-2/+2
2013-12-15Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.Huon Wilson-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-4/+0
2013-10-23Removed Unnecessary comments and white spaces #4386reedlepee-1/+0
2013-10-23Making fields in std and extra : private #4386reedlepee-2/+3
2013-09-16switch Drop to `&mut self`Daniel Micay-1/+1
2013-08-27Remove offset_inbounds for an unsafe offset functionAlex Crichton-1/+3
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+4
2013-07-30implement pointer arithmetic with GEPDaniel Micay-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-03rename the Ptr trait to RawPtrDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-5/+5
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+76