| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-03-26 | Improve type inference to compute LUB/GLB | Niko Matsakis | -34/+23 |
| 2012-03-23 | Implement new inference algorithm. | Niko Matsakis | -0/+34 |
| 2012-03-16 | core: Store reexporting result and either. Closes #1997 | Brian Anderson | -0/+2 |
| 2012-03-15 | core: Make some functions pure | Brian Anderson | -2/+2 |
| 2012-03-13 | rewrite unify in a modal style, extend result module | Niko Matsakis | -0/+80 |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -11/+13 |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -54/+25 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 |
| 2012-01-19 | Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos... | Graydon Hoare | -1/+1 |
| 2012-01-19 | lib: ';' to ',' in enums in more places | Patrick Walton | -2/+2 |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -1/+1 |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+19 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -4/+4 |
| 2012-01-02 | Add 'copy' bounds to functions that were faultily accepted without | Marijn Haverbeke | -2/+2 |
| 2011-12-16 | std: added either::flip, to_result and result::to_either | Stefan Plantikow | -3/+10 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+112 |