| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-04-27 | Update libworkcache with libserialize's json changes | Nicolas Silva | -4/+4 | |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 | |
| 2014-04-15 | workcache: Don't assume gcc exists on all platforms | Alex Crichton | -1/+2 | |
| FreeBSD has recently moved to clang by default, and no longer ship gcc. Instead use "cc" on unix platforms (the default compiler) and "gcc" on windows. | ||||
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -4/+5 | |
| Some straggling instances of `~[]` across a few different libs. Also, remove some public ones from workcache. | ||||
| 2014-04-08 | Register new snapshots | Alex Crichton | -2/+2 | |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -1/+1 | |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -2/+2 | |
| There's a little more allocation here and there now since from_utf8_owned can't be used with Vec. | ||||
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 | |
| This also changes some of the download links in the documentation to 'nightly'. | ||||
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 | |
| Merging the 0.10 release into the master branch. | ||||
| 2014-03-31 | workcache: Switch field privacy as necessary | Alex Crichton | -11/+11 | |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 | |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 | |
| Closes #2569 | ||||
| 2014-03-27 | serialize: use Result | Sean McArthur | -11/+11 | |
| All of Decoder and Encoder's methods now return a Result. Encodable.encode() and Decodable.decode() return a Result as well. fixes #12292 | ||||
| 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 | ||||
