| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -428/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-19 | Register snapshots | Brian Anderson | -23/+0 | |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -45/+45 | |
| 2013-05-10 | core: Use the new `for` protocol | Alex Crichton | -0/+24 | |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+1 | |
| 2013-04-27 | Fix copy-paste mistakes | Brendan Zabarauskas | -1/+1 | |
| 2013-04-27 | Remove unnecessary fallbacks | Brendan Zabarauskas | -41/+0 | |
| The `target_word_size` attribute is always available at compile time, so there is no need for a fallback. | ||||
| 2013-04-26 | Add BitCount trait | Brendan Zabarauskas | -5/+132 | |
| 2013-04-26 | Add Bitwise, Bounded, Primitive, and PrimitiveInt traits | Brendan Zabarauskas | -0/+60 | |
| 2013-04-26 | Use `///` doc-comment form instead of `/** */` | Brendan Zabarauskas | -64/+64 | |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -7/+0 | |
| Replaced str::to_lowercase and str::to_uppercase | ||||
| 2013-04-14 | Generate NumCast impls and tests using macros | Brendan Zabarauskas | -355/+0 | |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -242/+242 | |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -6/+6 | |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -77/+77 | |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -5/+5 | |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -2/+2 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -242/+242 | |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -43/+44 | |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 | |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+1 | |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -6/+6 | |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ↵ | Patrick Walton | -6/+6 | |
| slipped through. r=tjc | ||||
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵ | Patrick Walton | -5/+5 | |
| rs=implflipping | ||||
| 2013-02-11 | Add NumCast trait for generic numeric type casts | Brendan Zabarauskas | -0/+355 | |
| 2013-02-03 | Moved all numeric modules in core into own directory | Marvin Löbel | -0/+287 | |
| Reason: Better grouping of related modules, future-proving for a more extensive math library. | ||||
