about summary refs log tree commit diff
path: root/src/libcore/rt/stack.rs
AgeCommit message (Collapse)AuthorLines
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-76/+0
This only changes the directory names; it does not change the "real" metadata names.
2013-05-19Remove more warnings.Steve Klabnik-3/+1
Mostly of the 'unused imports' kind.
2013-05-17Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-5/+34
2013-05-16fix warningsCorey Richardson-3/+1
2013-05-14Merge remote-tracking branch 'brson/io-upstream' into incomingBrian Anderson-5/+34
Conflicts: src/libcore/logging.rs src/libcore/rt/local_services.rs src/libcore/rt/uv/mod.rs src/libcore/rt/uv/net.rs src/libcore/rt/uv/uvio.rs src/libcore/unstable.rs
2013-05-14core::rt: Register stacks with valgrind. #6428Brian Anderson-5/+34
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+2
Also fix up all the fallout elsewhere throughout core. It's really nice being able to have the prelude.
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-0/+1
Conflicts: src/libcore/rt/context.rs src/libcore/rt/sched.rs src/libcore/rt/thread.rs src/libcore/rt/uv.rs
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-2/+2
2013-03-19librustc: Enforce privacy for static methods.Patrick Walton-2/+1
This starts moving a bunch of privacy checks into the privacy checking phase and out of resolve.
2013-03-18core: Cleanup rt::contextBrian Anderson-0/+1
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+49