| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-09 | Remove old serialization2 vestigial code | Erick Tryzelaar | -3/+0 | |
| 2012-10-05 | std: Silence remaining warnings | Brian Anderson | -1/+3 | |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -0/+1 | |
| One instance remains in net_tcp due to a foreign fn. Lots of instances remain in serialization.rs, but IIRC that is being removed. I had to do unholy things to task-perf-word-count-generic to get it to compile after demoding pipes. I may well have messed up its performance, but it passes. | ||||
| 2012-10-04 | Finish de-exporting std. Part of #3583. | Graydon Hoare | -60/+42 | |
| 2012-10-03 | De-export net::*. Part of #3583. | Graydon Hoare | -4/+0 | |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -3/+0 | |
| More or less the same as my analogous commit for libcore. Had to remove the forbid(deprecated_modes) pragma from some files -- will restore it after the snapshot. | ||||
| 2012-10-03 | De-export std::{json, getopts}. Part of #3583. | Graydon Hoare | -2/+0 | |
| 2012-10-03 | De-export std::{ebml, ebml2}. Part of #3583. | Graydon Hoare | -2/+0 | |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -0/+3 | |
| This removes most explicit uses of the + argument mode. Pending a snapshot, I had to remove the forbid(deprecated_modes) pragma from a bunch of files. I'll put it back! + mode still has to be used in a few places for functions that get moved (see task.rs) The changes outside core and std are due to the to_bytes trait and making the compiler (with legacy modes on) agree with the libraries (with legacy modes off) about modes. | ||||
| 2012-10-02 | libstd: Switch off legacy modes in both core and std. | Patrick Walton | -1/+0 | |
| 2012-10-02 | De-export std::{fun_treemap, list, map}. Part of #3583. | Graydon Hoare | -3/+0 | |
| 2012-10-01 | De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. | Graydon Hoare | -4/+0 | |
| 2012-10-01 | De-export std::test. Part of #3583. | Graydon Hoare | -1/+0 | |
| 2012-10-01 | De-export std::{rope,smallintmap}. Part of #3583. | Graydon Hoare | -2/+0 | |
| 2012-09-28 | De-export std::c_vec. Part of Part of #3583. | Graydon Hoare | -1/+0 | |
| 2012-09-28 | De-export std::deque. Part of #3583. | Graydon Hoare | -1/+0 | |
| 2012-09-28 | De-export std::{time, prettyprint{,2}, arena}. Part of #3583. | Graydon Hoare | -4/+0 | |
| 2012-09-28 | De-mode std::unicode. Part of #3583. | Graydon Hoare | -1/+0 | |
| 2012-09-28 | De-export std::{arc,comm,sync}. Part of #3583. | Graydon Hoare | -3/+0 | |
| 2012-09-28 | De-export std::{bitv, cell, timer}. Part of #3583. | Graydon Hoare | -3/+0 | |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -0/+1 | |
| 2012-09-27 | De-mode std::{treemap,sort}. Part of #3583. | Graydon Hoare | -3/+0 | |
| 2012-09-27 | De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583. | Graydon Hoare | -5/+0 | |
| 2012-09-27 | De-export std::{base64,cmp,par}. Part of #3583. | Graydon Hoare | -3/+0 | |
| 2012-09-26 | libstd: Add serialization2 versions of prettyprint and ebml | Erick Tryzelaar | -1/+7 | |
| 2012-09-26 | libstd: change serialization2 to take &self argument methods | Erick Tryzelaar | -1/+0 | |
| Unfortunately this trips over issue (#3585), where auto-ref isn't playing nicely with @T implementations. Most serializers don't care, but prettyprint2 won't properly display "@" until #3585 is fixed. | ||||
| 2012-09-26 | libstd: add the new trait-based serialization | Erick Tryzelaar | -1/+3 | |
| This will need a snapshot before we can convert ebml and rustc to use the new-style serialization. | ||||
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under ↵ | Graydon Hoare | -0/+42 | |
| #[legacy_exports]; | ||||
| 2012-09-19 | std: Clean up crate description | Brian Anderson | -1/+9 | |
| 2012-09-18 | rustc: Remove legacy mode inference, unless #[legacy_modes] is used | Patrick Walton | -0/+2 | |
| 2012-09-11 | Convert 'use' to 'extern mod'. Remove old 'use' syntax | Brian Anderson | -1/+1 | |
| 2012-09-10 | Camel case std::serialization | Brian Anderson | -1/+0 | |
| 2012-09-10 | Convert std::map to camel case | Brian Anderson | -1/+0 | |
| 2012-09-09 | std: warn(non_camel_case_types) -> deny | Brian Anderson | -2/+1 | |
| 2012-09-05 | rustc: "import" -> "use" in .rc files | Patrick Walton | -1/+1 | |
| 2012-09-04 | std: Convert test to camel case | Brian Anderson | -1/+0 | |
| 2012-09-04 | std: Camel case smallintmap | Brian Anderson | -1/+0 | |
| 2012-09-04 | std: Camel case sort | Brian Anderson | -1/+0 | |
| 2012-09-04 | std: Camel case treemap | Brian Anderson | -1/+0 | |
| 2012-09-04 | std: Camel case list | Brian Anderson | -1/+0 | |
| 2012-09-02 | std: Camel case the rope module | Brian Anderson | -1/+0 | |
| 2012-09-02 | std: Allow camel case for list type | Brian Anderson | -0/+1 | |
| 2012-09-02 | std: warn(non_camel_case_types) everywhere. still some exceptions | Brian Anderson | -27/+9 | |
| 2012-08-31 | std: Camel case net modules | Brian Anderson | -0/+4 | |
| 2012-08-30 | Bump version to 0.4 | Brian Anderson | -2/+2 | |
| 2012-08-29 | std: More camel casing | Brian Anderson | -0/+7 | |
| 2012-08-29 | Camel case more std types | Brian Anderson | -0/+14 | |
| 2012-08-26 | convert std::arc types to camelcase | Ben Blum | -0/+1 | |
| 2012-08-26 | convert std::sync types to camelcase | Ben Blum | -0/+1 | |
| 2012-08-16 | Fix compile errors in tutorial tests. | Eric Holk | -1/+1 | |
