| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-08 | Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)] | Zack Corr | -5/+5 | |
| 2013-03-27 | add a TotalEq trait | Daniel Micay | -2/+8 | |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -7/+7 | |
| 2013-03-10 | add a TotalOrd impl for the unit type | Daniel Micay | -1/+6 | |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -0/+1 | |
| 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 | core: rename unit to nil. Close #4080. | Graydon Hoare | -0/+36 | |
