| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-25 | Rename all files with the 'rc' extension | Alex Crichton | -155/+0 | |
| 2013-06-24 | Implement the fixed output size versions of the SHA-2 digest functions. | Palmer Cox | -0/+2 | |
| 2013-06-24 | Create a Digest trait for common methods on digests and convert the SHA-1 ↵ | Palmer Cox | -0/+2 | |
| implementation to use it. The DigestUtil trait was created for helper methods since default methods still have issues. | ||||
| 2013-06-23 | Create a crypto submodule and move the SHA-1 implementation into it. | Palmer Cox | -1/+4 | |
| 2013-06-21 | Remove all #[cfg(stage0)]-protected code | James Miller | -6/+0 | |
| New snapshot means this can all go. Also removes places that have comments that say they are workarounds for stage0 errors. | ||||
| 2013-06-17 | Reproduce text changes from @brson PR 7176 and fix a typo therein | Ralph Bodenner | -4/+7 | |
| 2013-06-16 | Update doc references to new names for std, extra, and std::libc | Ralph Bodenner | -6/+6 | |
| 2013-06-16 | remove unused imports | Huon Wilson | -0/+1 | |
| 2013-06-09 | remove unused import warnings | Huon Wilson | -1/+0 | |
| 2013-05-31 | extra::term overhaul | Corey Richardson | -0/+2 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -1/+5 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -0/+3 | |
| 2013-05-27 | Get rid of no-longer-needed #[doc(hidden)] attributes. | Lindsey Kuper | -2/+2 | |
| There were several old `#[doc(hidden)]` attributes in libstd and libextra, left over from when rustdoc didn't hide private definitions, tagged with `FIXME #3538`. Since #3538 is now closed, I removed the `#[doc(hidden)]` attributes as well as the FIXMEs, but I left `#[doc(hidden)]` in libstd/task/spawn.rs and libstd/task/rt.rs since those two are apparently `pub`, as well as in libextra/std.rc since std/extra is `pub`. | ||||
| 2013-05-23 | cleanup warnings from libextra | Erick Tryzelaar | -1/+0 | |
| 2013-05-22 | libextra: Allow unnecessary allocations | Patrick Walton | -0/+1 | |
| 2013-05-22 | test: Update tests and import the prelude in some more places. | Patrick Walton | -0/+2 | |
| 2013-05-22 | syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo` | Patrick Walton | -0/+6 | |
| 2013-05-22 | librustc: Change `std` to `extra` throughout libsyntax and librustc | Patrick Walton | -2/+8 | |
| 2013-05-22 | libextra: Rename the actual metadata names of libcore to libstd and libstd ↵ | Patrick Walton | -1/+9 | |
| to libextra | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+120 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
