| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-08-06 | Move EnumSet into libextra | Sangeun Kim | -318/+0 | |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -1/+1 | |
| - Made naming schemes consistent between Option, Result and Either - Changed Options Add implementation to work like the maybe monad (return None if any of the inputs is None) - Removed duplicate Option::get and renamed all related functions to use the term `unwrap` instead | ||||
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -1/+1 | |
| 2013-07-05 | Change signature of Iterator.size_hint | Kevin Ballard | -3/+3 | |
| Remove the Option wrapper around the lower bound. None is semantically the same as Size(0), so there's no point in having a distinction. | ||||
| 2013-07-01 | Move most iter functionality to extra, fixes #7343 | Jordi Boggiano | -11/+10 | |
| 2013-07-01 | Add an EnumSetIterator and EnumSet::iter | Jordi Boggiano | -9/+83 | |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -4/+2 | |
| 2013-06-06 | Fixups | Marvin Löbel | -8/+8 | |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -10/+10 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+1 | |
| 2013-05-23 | cleanup warnings from librustc | Erick Tryzelaar | -2/+0 | |
| 2013-05-22 | librustc: Add some missing `use core::prelude::*;` in the test cases | Patrick Walton | -0/+3 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -0/+4 | |
| to libextra | ||||
| 2013-05-19 | Register snapshots | Brian Anderson | -19/+0 | |
| 2013-05-16 | fix warnings | Corey Richardson | -0/+1 | |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -1/+11 | |
| but do not integrate with kindck etc (requires a snapshot first) | ||||
| 2013-05-14 | Fix test fallout from removing vecs_implicitly_copyable | Alex Crichton | -1/+0 | |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -3/+3 | |
| Also fix up all the fallout elsewhere throughout core. It's really nice being able to have the prelude. | ||||
| 2013-05-10 | Fix merge "failures" | Alex Crichton | -0/+17 | |
| 2013-05-09 | rustc: Add EnumSet tests | Niko Matsakis | -4/+149 | |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -0/+88 | |
| its own type. Use a bitset to represent built-in bounds. There are several places in the language where only builtin bounds (aka kinds) will be accepted, e.g. on closures, destructor type parameters perhaps, and on trait types. | ||||
