| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-15 | Register new snapshots | Alex Crichton | -101/+0 | |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -11/+74 | |
| The compiler was updated to recognize that implementations for ty_uniq(..) are allowed if the Box lang item is located in the current crate. This enforces the idea that libcore cannot allocated, and moves all related trait implementations from libcore to libstd. This is a breaking change in that the AnyOwnExt trait has moved from the any module to the owned module. Any previous users of std::any::AnyOwnExt should now use std::owned::AnyOwnExt instead. This was done because the trait is intended for Box traits and only Box traits. [breaking-change] | ||||
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -0/+38 | |
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -33/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -3/+3 | |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 | |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -6/+6 | |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -1/+1 | |
| 2013-02-27 | libsyntax: Forbid `~mut` and `~const`. rs=demuting | Patrick Walton | -8/+8 | |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -2/+2 | |
| rs=implflipping | ||||
| 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-14 | Inlining methods/functions in core. | gifnksm | -0/+6 | |
| Also inlining some functions which take functions as arguments. | ||||
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-11-30 | core: Make core.rc more readable. Cleanup | Brian Anderson | -0/+2 | |
| 2012-11-28 | Register snapshots | Brian Anderson | -24/+0 | |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+24 | |
| 2012-10-25 | Rename core::uniq to core::owned | Tim Chevalier | -0/+20 | |
| No review. Closes #3841 | ||||
