| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: 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-19 | Remove more warnings. | Steve Klabnik | -3/+1 | |
| Mostly of the 'unused imports' kind. | ||||
| 2013-05-17 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -5/+34 | |
| 2013-05-16 | fix warnings | Corey Richardson | -3/+1 | |
| 2013-05-14 | Merge remote-tracking branch 'brson/io-upstream' into incoming | Brian 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-14 | core::rt: Register stacks with valgrind. #6428 | Brian Anderson | -5/+34 | |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+2 | |
| Also fix up all the fallout elsewhere throughout core. It's really nice being able to have the prelude. | ||||
| 2013-03-25 | Merge 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-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -2/+2 | |
| 2013-03-19 | librustc: 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-18 | core: Cleanup rt::context | Brian Anderson | -0/+1 | |
| 2013-03-11 | core: Add rt mod and add the new scheduler code | Brian Anderson | -0/+49 | |
