| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -287/+0 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -0/+3 | |
| Also fix up all the fallout elsewhere throughout core. It's really nice being able to have the prelude. | ||||
| 2013-05-03 | Add a brief description to show up in ↵ | kud1ing | -0/+2 | |
| http://static.rust-lang.org/doc/core/index.html | ||||
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -0/+1 | |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -0/+12 | |
| Replaced str::to_lowercase and str::to_uppercase | ||||
| 2013-04-23 | Fixing some various warnings about unused imports | Alex Crichton | -0/+1 | |
| 2013-04-22 | Added missing assert, did some formating | Marvin Löbel | -12/+1 | |
| 2013-04-22 | Moved ascii out of str | Marvin Löbel | -20/+31 | |
| Removed deriving Ord, which allowed to remove the stage markers | ||||
| 2013-04-20 | Corrected history | Marvin Löbel | -1/+1 | |
| 2013-04-20 | Added case functions to Ascii | Marvin Löbel | -0/+52 | |
| 2013-04-20 | Added Ascii type | Marvin Löbel | -0/+216 | |
