| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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. | ||||
