about summary refs log tree commit diff
path: root/src/libstd/rt/context.rs
AgeCommit message (Expand)AuthorLines
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-24std::rt: Fix record_stack_bounds on win64klutzy-2/+2
2013-11-18auto merge of #10561 : pcwalton/rust/procify, r=alexcrichtonbors-5/+11
2013-11-18libstd: Change all `~fn()`s to `proc`s in the standard library.Patrick Walton-5/+11
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-6/+6
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-3/+0
2013-10-23auto merge of #10021 : alexcrichton/rust/asm-now-analyzed-correctly, r=luqmanabors-11/+7
2013-10-22Tidy up asm! usage in libstdAlex Crichton-11/+7
2013-10-23Making fields in std and extra : private #4386reedlepee-3/+3
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-30/+253
2013-10-19Use __morestack to detect stack overflowAlex Crichton-30/+253
2013-10-17std: Move size/align functions to std::mem. #2240Brian Anderson-1/+1
2013-09-30std: Remove usage of fmt!Alex Crichton-3/+3
2013-08-26Support Win64 context switchingklutzy-7/+31
2013-08-21std/extra: changing XXX to FIXME; cleanupTim Chevalier-4/+4
2013-08-01A major refactoring that changes the way the runtime uses TLS. In thetoddaaro-3/+3
2013-07-19std: Remove old magic core modBrian Anderson-1/+1
2013-06-18replace #[inline(always)] with #[inline]. r=burningtree.Graydon Hoare-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+214