| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -20/+20 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -45/+41 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -9/+9 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -1/+1 |
| 2012-07-14 | remove typestate from code, tests, and docs | Niko Matsakis | -5/+4 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -14/+14 |
| 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 | -122/+124 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -9/+9 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -8/+8 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -6/+6 |
| 2012-06-27 | Removed pretty much all the vector+ from core (issue #2719) | Eric Holk | -2/+2 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -10/+11 |
| 2012-06-25 | core: Convert declarations to not use the trailing 'unsafe' notation | Brian Anderson | -8/+10 |
| 2012-06-22 | core: Name is_failure to is_err, is_success to is_ok | Brian Anderson | -6/+6 |
| 2012-06-22 | core: Split up result extensions by kind bounds | Brian Anderson | -18/+24 |
| 2012-05-28 | Add methods iter, iter_err, map, map_err to the result type. | Erick Tryzelaar | -0/+134 |
| 2012-05-28 | Rename result::{iter,map,map2} to add _vec suffix | Erick Tryzelaar | -4/+4 |
| 2012-05-22 | core: doc/err feedback tweeks for result::unwrap | Jeff Olson | -3/+1 |
| 2012-05-22 | core: add result::unwrap() .. patch from @nmatsakis | Jeff Olson | -0/+15 |
| 2012-04-23 | rewrite the resolution infrastructure; but it's still grody | Niko Matsakis | -1/+17 |
| 2012-04-12 | Add a run-fail test for result::get, get rid of a FIXME. Also some random oth... | Tim Chevalier | -1/+0 |
| 2012-04-04 | Tidy up predicate names in libcore. Should close #1431. | Graydon Hoare | -5/+5 |
| 2012-04-03 | std: Flesh out result::extensions. | Erick Tryzelaar | -0/+8 |
| 2012-04-03 | std: Rename result::methods to result::extensions | Erick Tryzelaar | -1/+1 |
| 2012-04-02 | Rename some core::option functions | Tim Chevalier | -4/+3 |
| 2012-03-27 | Move some code over to iterator-for to see how it performs. | Marijn Haverbeke | -1/+1 |