| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+2 | |
| This is all purely fallout of getting the previous commit to compile. | ||||
| 2014-03-24 | test: Update all tests with the sync changes | Alex Crichton | -16/+16 | |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+1 | |
| It's now in the prelude. | ||||
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -0/+2 | |
| This commit switches over the backtrace infrastructure from piggy-backing off the RUST_LOG environment variable to using the RUST_BACKTRACE environment variable (logging is now disabled in libstd). | ||||
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+3 | |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -0/+523 | |
| This commit shreds all remnants of libextra from the compiler and standard distribution. Two modules, c_vec/tempfile, were moved into libstd after some cleanup, and the other modules were moved to separate crates as seen fit. Closes #8784 Closes #12413 Closes #12576 | ||||
