| Age | Commit message (Expand) | Author | Lines |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+1 |
| 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 |
| 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 |
| 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 |
| 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; sto... | Patrick Walton | -2/+18 |
| 2012-09-25 | Revert "rustc: Stop using shape code for logging" due to ICEs | Patrick Walton | -18/+2 |
| 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 #[l... | Graydon Hoare | -0/+1 |
| 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 ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -9/+9 |
| 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 |