| Age | Commit message (Expand) | Author | Lines |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+16 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+3 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+3 |
| 2012-12-20 | Fix Option::unwrap_err. | Erick Tryzelaar | -1/+1 |
| 2012-12-18 | core: use movable self to clean up option/result. | Erick Tryzelaar | -44/+43 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -20/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Register snapshots | Brian Anderson | -23/+0 |
| 2012-11-20 | Remove parentheses from closure argument types | Erick Tryzelaar | -12/+12 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+23 |
| 2012-11-18 | Made Result.get, get_ref, is_ok, is_err, and iter methods pure. | Jesse Jones | -6/+6 |
| 2012-11-12 | Fix Result::chain, Result::chain_err to not require Copy bounds. | Brian J. Burg | -5/+5 |
| 2012-10-22 | core: Add Result.get_ref method | Brian Anderson | -0/+8 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -1/+1 |
| 2012-10-11 | Write option::chain and result::chain with `match move` | Tim Chevalier | -5/+3 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+2 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -9/+9 |
| 2012-10-01 | De-export iter and result. Part of #3583. | Graydon Hoare | -19/+20 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -34/+34 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -2/+2 |
| 2012-09-25 | Fix long lines | Tim Chevalier | -3/+3 |
| 2012-09-25 | Demode core::result | Brian Anderson | -54/+62 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -22/+0 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -4/+2 |
| 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/+22 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+1 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -2/+2 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -2/+2 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -2/+2 |
| 2012-09-15 | int/uint parse_buf => parse_bytes (#3444) | Erick Tryzelaar | -2/+2 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -4/+4 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -18/+18 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-09-02 | Silence non-implicitly-copyable-typarams in coretest | Brian Anderson | -0/+1 |
| 2012-08-30 | libcore: add result::unwrap_err. | Erick Tryzelaar | -0/+8 |
| 2012-08-30 | libcore: result::unwrap should use moves | Erick Tryzelaar | -9/+4 |
| 2012-08-30 | libcore: fix a typo | Erick Tryzelaar | -1/+1 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+20 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -89/+89 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -4/+4 |
| 2012-08-26 | libcore: Implement result::get_ref. | Patrick Walton | -0/+16 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -1/+1 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -4/+4 |
| 2012-08-09 | de-mode-ify infer and some parts of typeck | Niko Matsakis | -3/+3 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -4/+4 |