| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+1 | |
| 2013-06-30 | Convert vec::{bsearch, bsearch_elem} to methods. | Huon Wilson | -4/+4 | |
| 2013-06-30 | etc: update etc/unicode.py for the changes made to std::unicode. | Huon Wilson | -2/+1 | |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+2 | |
| Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand. | ||||
| 2013-05-27 | Get rid of no-longer-needed #[doc(hidden)] attributes. | Lindsey Kuper | -2/+0 | |
| 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-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -217/+2613 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -8/+8 | |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -131/+131 | |
| 2013-03-22 | libstd: Remove all uses of `pure` from libstd. rs=depure | Patrick Walton | -6/+6 | |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -8/+8 | |
| 2013-03-07 | libstd: Remove `extern mod { ... }` from libstd. rs=deexterning | Patrick Walton | -10/+13 | |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -7/+7 | |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 | |
| 2012-09-28 | De-mode std::unicode. Part of #3583. | Graydon Hoare | -146/+143 | |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -1/+0 | |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+3 | |
| #[legacy_exports]; | ||||
| 2012-09-01 | Confirm demode of unicode.rs | Kevin Cantu | -1/+3 | |
| 2012-08-01 | Convert ret to return | Brian Anderson | -6/+6 | |
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -1/+1 | |
| 2012-05-03 | Write unicode::icu::UCHAR_INVALID_CODE as -1, removing a FIXME | Tim Chevalier | -3/+1 | |
| 2012-01-17 | libstd: Move std tests into libstd | Brian Anderson | -0/+27 | |
| 2011-12-22 | std::unicode: add functions, unit test | Lenny222 | -0/+43 | |
| 2011-12-16 | std: declared fns as pure where sensible | Stefan Plantikow | -3/+3 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -0/+166 | |
