about summary refs log tree commit diff
path: root/src/libextra/std.rc
AgeCommit message (Collapse)AuthorLines
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-155/+0
2013-06-24Implement the fixed output size versions of the SHA-2 digest functions.Palmer Cox-0/+2
2013-06-24Create 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-23Create a crypto submodule and move the SHA-1 implementation into it.Palmer Cox-1/+4
2013-06-21Remove all #[cfg(stage0)]-protected codeJames 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-17Reproduce text changes from @brson PR 7176 and fix a typo thereinRalph Bodenner-4/+7
2013-06-16Update doc references to new names for std, extra, and std::libcRalph Bodenner-6/+6
2013-06-16remove unused importsHuon Wilson-0/+1
2013-06-09remove unused import warningsHuon Wilson-1/+0
2013-05-31extra::term overhaulCorey Richardson-0/+2
2013-05-30libextra: Require documentation by defaultAlex Crichton-1/+5
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+3
2013-05-27Get 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-23cleanup warnings from libextraErick Tryzelaar-1/+0
2013-05-22libextra: Allow unnecessary allocationsPatrick Walton-0/+1
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-0/+2
2013-05-22syntax: Change syntax extensions to expand to `std::foo` instead of `core::foo`Patrick Walton-0/+6
2013-05-22librustc: Change `std` to `extra` throughout libsyntax and librustcPatrick Walton-2/+8
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd ↵Patrick Walton-1/+9
to libextra
2013-05-22libstd: 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.