| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -97/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-20 | core::rt: Implement Local for Task | Brian Anderson | -1/+4 | |
| 2013-05-20 | core:rt:: Rename LocalServices to Task | Brian Anderson | -1/+1 | |
| 2013-05-19 | Removing some warnings from logging.rs | Steve Klabnik | -5/+0 | |
| These imports were not being used. | ||||
| 2013-05-14 | Merge remote-tracking branch 'brson/io-upstream' into incoming | Brian Anderson | -13/+50 | |
| 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: Add a simple channel type for passing buffered messages between ↵ | Brian Anderson | -1/+2 | |
| Scheduler and Task Called 'Tube' for lack of anything better. | ||||
| 2013-05-14 | Tidy | Brian Anderson | -1/+0 | |
| 2013-05-14 | core::rt Wire up logging to newsched tasks | Brian Anderson | -18/+50 | |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+1 | |
| Also fix up all the fallout elsewhere throughout core. It's really nice being able to have the prelude. | ||||
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -1/+1 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-03-26 | Remove unused imports throughout | Alex Crichton | -2/+1 | |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -7/+10 | |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -4/+5 | |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 | |
| correct handling of moves for struct-record update. Part of #3678. Fixes #2828, #3904, #4719. | ||||
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -5/+11 | |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ↵ | Patrick Walton | -0/+4 | |
| contain at least two components. r=graydon | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-10-18 | libcore: minor code cleanup. | Erick Tryzelaar | -1/+1 | |
| This is minor and probably completely inconsequential to performance, but I find vec::map to be more clear than vec::each and a push. | ||||
| 2012-09-28 | De-export logging, to_str, to_bytes, from_str, util. Part of #3583. | Graydon Hoare | -1/+0 | |
| 2012-09-26 | libcore: De-export logging and pipes | Patrick Walton | -4/+2 | |
| 2012-09-25 | rustc: Fix calls to the logging function when the must_cast flag is true; ↵ | Patrick Walton | -2/+18 | |
| stop using shape code for logging | ||||
| 2012-09-25 | Revert "rustc: Stop using shape code for logging" due to ICEs | Patrick Walton | -18/+2 | |
| This reverts commit ac822a52be47579ffa59d5ca3e125680a79545d0. | ||||
| 2012-09-25 | rustc: Stop using shape code for logging | Patrick Walton | -2/+18 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+1 | |
| #[legacy_exports]; | ||||
| 2012-09-20 | core: Mark three more trivial mods as demoded | Brian Anderson | -0/+4 | |
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -9/+9 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 | |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -8/+7 | |
| 2012-01-13 | libcore: Add core::logging::console_on/off functions | Brian Anderson | -0/+26 | |
| These affect logging output to stdout globally, and turning the console off has no effect when overridden by RUST_LOG. | ||||
