| Age | Commit message (Expand) | Author | Lines |
| 2012-10-11 | Make to_str pure and fix const parameters for str-mutating functions | Tim Chevalier | -5/+7 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-27 | Finish de-exporting box, char, float. Part of #3583. | Graydon Hoare | -31/+15 |
| 2012-09-26 | libcore: Partially de-export char, f32, f64, and float | Patrick Walton | -43/+41 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-25 | Demode Num trait and impls | Tim Chevalier | -18/+18 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -16/+0 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+16 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-05 | Start making moves explicit in libcore | Tim Chevalier | -2/+1 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -13/+13 |
| 2012-09-01 | Remove the 'to' keyword | Brian Anderson | -2/+2 |
| 2012-08-29 | rustc: Make `<=`, `>=`, and `>` use traits as well | Patrick Walton | -0/+3 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -2/+11 |
| 2012-08-27 | libcore: Replace a bunch of "== None" with ".is_none()". | Patrick Walton | -10/+10 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -47/+47 |
| 2012-08-14 | Fix build breakage | Tim Chevalier | -1/+2 |
| 2012-08-14 | Make Num::from_int a static method | Tim Chevalier | -7/+7 |
| 2012-08-13 | More core mode forbidding. | Graydon Hoare | -6/+10 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -2/+2 |
| 2012-08-13 | core: Export f32::ge(), f64::ge(), and float::ge() | Chris Peterson | -2/+2 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -1/+1 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -7/+7 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -28/+18 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -27/+27 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -1/+1 |
| 2012-07-26 | core: Mark a bunch of numeric functions as pure | Patrick Walton | -24/+24 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -52/+52 |
| 2012-07-12 | Get rid of all of the remaining /~s in the code base. | Michael Sullivan | -2/+2 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -79/+79 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -4/+4 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -5/+5 |
| 2012-06-25 | Remove redundant 'extension' mods from numeric mods | Brian Anderson | -17/+24 |
| 2012-06-25 | Automatically export methods on core numeric types | Ben Striegel | -11/+13 |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -2/+2 |
| 2012-06-14 | Comments only: Annotate FIXMEs in libcore | Tim Chevalier | -1/+1 |
| 2012-06-07 | Add neg() to the num iface | Patrick Walton | -0/+1 |
| 2012-06-07 | libcore: Add a num typeclass | Patrick Walton | -0/+32 |
| 2012-06-04 | Machine types are different from int/uint, etc (Issue #2187) | Eric Holk | -20/+86 |
| 2012-06-02 | (float) fix some rounding errors when showing as str | Kevin Cantu | -11/+64 |
| 2012-04-19 | Disallow rebinding / matching against consts in alts | Tim Chevalier | -3/+3 |
| 2012-04-15 | add inf/-inf/NaN parsing to float::from_str | Grahame Bowland | -0/+18 |
| 2012-04-08 | core: Add tests for the string repr of infinity | Brian Anderson | -0/+6 |
| 2012-04-09 | write out "inf"/"-inf" in float::to_str_common | Grahame Bowland | -0/+2 |
| 2012-03-15 | Comments only: associate FIXMEs in float libs with issue numbers | Tim Chevalier | -2/+3 |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -2/+0 |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -55/+45 |
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -16/+16 |
| 2012-02-28 | expose float::pow_with_uint. | Erick Tryzelaar | -6/+7 |