| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -64/+66 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 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 | |
| get_with_default (nee from_maybe) => get_default with_option (nee maybe) => map_default with_option_do (nee may) => iter As per discussion of 21be1379d561b6679a8a2ea47dce88f948c5acca | ||||
| 2012-04-02 | Rename some core::option functions | Tim Chevalier | -6/+7 | |
| from_maybe => get_with_default maybe => with_option may => with_option_do I know these names are kind of ridiculous, but it's the best I could think of. Feel free to bikeshed. Closes #2081 | ||||
| 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 | |
| Closes #2019 | ||||
| 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 | |
| So that they can be used with user input without causing task failures. Closes #1335 | ||||
| 2012-02-21 | core: Fix unused variable warning | Brian Anderson | -1/+1 | |
| 2012-02-21 | core: Add option::unwrap | Brian Anderson | -0/+51 | |
| This function uses some unsafe code to move the value out of an option. | ||||
| 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 | |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -1/+1 | |
| 2012-01-18 | Remove '.' after nullary tags in patterns | Tim Chevalier | -6/+6 | |
| Does what it says on the tin. The next commit will remove support for this syntax. | ||||
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+3 | |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -4/+4 | |
| And remove support for the old syntax | ||||
| 2012-01-02 | Add 'copy' bounds to functions that were faultily accepted without | Marijn Haverbeke | -3/+3 | |
| Issue #1390 | ||||
| 2011-12-16 | Merge pull request #1317 from boggle/fix1315 | Graydon Hoare | -2/+2 | |
| fix to #1315 + small additions to std::either and result | ||||
| 2011-12-16 | core: marked fns as pure where possible | Stefan Plantikow | -2/+2 | |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -3/+3 | |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+93 | |
