| Age | Commit message (Expand) | Author | Lines |
| 2012-08-27 | rustc: Implement equality for option types | Patrick Walton | -0/+21 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -63/+63 |
| 2012-08-25 | Implement option::unwrap safely...! | Ben Blum | -16/+11 |
| 2012-08-21 | more sound treatment of fn& regions; change all & to be distinct | Niko Matsakis | -1/+1 |
| 2012-08-20 | core: adding option::or, a function to return the leftmost of two some() valu... | Daniel Patterson | -0/+10 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 |
| 2012-08-16 | Add option::get_ref | Ben Blum | -0/+16 |
| 2012-08-14 | De-mode task.rs and add some option::foo_ref() helpers | Ben Blum | -3/+51 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -1/+1 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -2/+2 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -9/+9 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -10/+13 |
| 2012-08-03 | Be more defensive in pipes (#3098) | Eric Holk | -2/+2 |
| 2012-08-02 | option::swap_unwrap, the ubiquitous 'option dance'. | Ben Blum | -2/+27 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 |
| 2012-07-31 | make option::map_default<T,U> instead of U:copy | Ben Blum | -2/+2 |
| 2012-07-24 | Add option::unwrap_expect | Ben Blum | -0/+6 |
| 2012-07-24 | Update some str functions to slices, merge as_buf and unpack_slice. | Graydon Hoare | -2/+2 |
| 2012-07-17 | option: remove map's copy restriction and add map_consume | Ben Blum | -2/+10 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -0/+1 |
| 2012-07-17 | Add option::while_some; also add more pure (close #2927) | Ben Blum | -8/+34 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -5/+5 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -64/+66 |
| 2012-07-03 | oops, fix option.expect() and use it in libstd/map.rs | Ben Blum | -1/+1 |
| 2012-07-03 | add option::expect and mark option methods as pure | Ben Blum | -8/+27 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -2/+2 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -2/+2 |
| 2012-06-25 | Merge | Tim Chevalier | -8/+10 |
| 2012-06-25 | core: Convert declarations to not use the trailing 'unsafe' notation | Brian Anderson | -8/+10 |
| 2012-06-21 | Port resources to classes in libcore | Tim Chevalier | -2/+4 |
| 2012-06-18 | core: Don't require copyable options where possible. Closes #2636 | Brian Anderson | -9/+10 |
| 2012-06-02 | add some purity annotations in core | Niko Matsakis | -5/+5 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -17/+0 |
| 2012-04-23 | Rename option::get_or_default to get_default, for consistency | Tim Chevalier | -2/+2 |
| 2012-04-16 | rewrite region resolution so it takes place in typeck | Niko Matsakis | -0/+9 |
| 2012-04-11 | rewrite lookup_method(), lookup_method_inner(), and lookup_method_inner_() | Niko Matsakis | -0/+9 |
| 2012-04-06 | Re-rename option functions | Tim Chevalier | -5/+5 |
| 2012-04-02 | Rename some core::option functions | Tim Chevalier | -6/+7 |
| 2012-03-29 | core: Add extension methods for option | Brian Anderson | -0/+28 |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -2/+2 |
| 2012-03-20 | core: Rename unsafe::leak to unsafe::forget. Closes #2031 | Brian Anderson | -1/+1 |
| 2012-03-20 | Revert order of arguments to option::maybe and from_maybe | Marijn Haverbeke | -2/+2 |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -10/+10 |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -64/+40 |
| 2012-02-22 | Make the various from_str functions return options | Marijn Haverbeke | -0/+10 |
| 2012-02-21 | core: Fix unused variable warning | Brian Anderson | -1/+1 |
| 2012-02-21 | core: Add option::unwrap | Brian Anderson | -0/+51 |
| 2012-02-20 | core: Remove a useless test from option mod | Brian Anderson | -3/+0 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -3/+3 |
| 2012-01-19 | lib: ";" to "," in enums | Patrick Walton | -2/+2 |