| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -39/+39 | |
| 2012-10-04 | Fix long line. | Graydon Hoare | -1/+2 | |
| 2012-10-04 | Finish de-exporting std. Part of #3583. | Graydon Hoare | -98/+80 | |
| 2012-10-04 | Get tim_sort working, add test for double-freeing elements in tmp | Simon BD | -24/+25 | |
| 2012-10-04 | Fix my merge | Simon BD | -130/+0 | |
| 2012-10-03 | Merge remote-tracking branch 'original/incoming' into incoming | Simon BD | -1689/+3289 | |
| Conflicts: src/libstd/json.rs src/libstd/sort.rs | ||||
| 2012-10-03 | Backup changes before pull from incoming | Simon BD | -11/+131 | |
| 2012-10-03 | libstd: Make vec_from_set pure | Patrick Walton | -1/+1 | |
| 2012-10-03 | std: Fix double free in uv | Brian Anderson | -3/+3 | |
| 2012-10-03 | De-export net::*. Part of #3583. | Graydon Hoare | -91/+46 | |
| 2012-10-03 | Remove crud | Tim Chevalier | -1/+0 | |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -114/+112 | |
| 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 | -38/+18 | |
| 2012-10-03 | De-export std::{ebml, ebml2}. Part of #3583. | Graydon Hoare | -89/+41 | |
| 2012-10-03 | Add cleanup code so the the array remains in a valid state if a comparison fails | Simon BD | -1/+74 | |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -8/+11 | |
| 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 | -41/+40 | |
| 2012-10-02 | De-export std::{fun_treemap, list, map}. Part of #3583. | Graydon Hoare | -47/+30 | |
| 2012-10-01 | Add deserializable and more types to serialization2 | Erick Tryzelaar | -129/+411 | |
| 2012-10-01 | libstd: remove unused imports from json | Erick Tryzelaar | -3/+0 | |
| 2012-10-01 | De-export std::{uv, uv_ll, uv_iotask, uv_global_loop}. Part of #3583. | Graydon Hoare | -167/+139 | |
| 2012-10-01 | De-export std::test. Part of #3583. | Graydon Hoare | -19/+7 | |
| 2012-10-01 | Fix rope breakage from de-exporting. | Graydon Hoare | -4/+4 | |
| 2012-10-01 | Move over to calling ptr::addr_of | Tim Chevalier | -61/+61 | |
| Everything should now call ptr::addr_of instead of ptr::p2::addr_of. Only the pipes macro code when compiled by stage0 will call ptr::p2::addr_of. Needs a snapshot to get rid of that. | ||||
| 2012-10-01 | De-export std::{rope,smallintmap}. Part of #3583. | Graydon Hoare | -81/+74 | |
| 2012-10-01 | Demode ebml, ebml2, json, par | Tim Chevalier | -20/+20 | |
| 2012-10-01 | Make local variables and methods use underscores not camel case | Simon BD | -138/+138 | |
| 2012-09-28 | std: Make the DuplexStream constructor public | Brian Anderson | -1/+1 | |
| 2012-09-28 | De-export std::c_vec. Part of Part of #3583. | Graydon Hoare | -15/+7 | |
| 2012-09-28 | De-export std::deque. Part of #3583. | Graydon Hoare | -4/+2 | |
| 2012-09-28 | De-export std::{time, prettyprint{,2}, arena}. Part of #3583. | Graydon Hoare | -39/+17 | |
| 2012-09-28 | De-mode std::unicode. Part of #3583. | Graydon Hoare | -147/+143 | |
| 2012-09-28 | std: More demoding | Brian Anderson | -27/+27 | |
| 2012-09-28 | De-export std::{arc,comm,sync}. Part of #3583. | Graydon Hoare | -33/+20 | |
| 2012-09-28 | De-export std::{bitv, cell, timer}. Part of #3583. | Graydon Hoare | -19/+12 | |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -4/+4 | |
| Needs a snapshot before this can be completed, because I changed the mode for conv_poly. | ||||
| 2012-09-28 | demode vec | Niko Matsakis | -16/+15 | |
| 2012-09-28 | Fix missed pattern on std::net_tcp. | Graydon Hoare | -1/+1 | |
| 2012-09-28 | Long lines. | Graydon Hoare | -1/+5 | |
| 2012-09-28 | Long lines | Brian Anderson | -67/+77 | |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -165/+130 | |
| 2012-09-27 | Add a simple testsuite for timsort | Simon BD | -0/+40 | |
| 2012-09-27 | Export timsort | Simon BD | -0/+1 | |
| 2012-09-27 | Remove trailing whitespace | Simon BD | -22/+22 | |
| 2012-09-27 | De-mode std::{treemap,sort}. Part of #3583. | Graydon Hoare | -25/+11 | |
| 2012-09-27 | De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583. | Graydon Hoare | -49/+36 | |
| 2012-09-27 | Put function argument last in sort function. Fixes #3265. | Simon BD | -26/+36 | |
| 2012-09-27 | std: Fix mode warning in std::test | Brian Anderson | -1/+1 | |
| 2012-09-27 | De-export std::{base64,cmp,par}. Part of #3583. | Graydon Hoare | -12/+8 | |
| 2012-09-27 | Fix timsort to use updated vec::reserve | Simon BD | -5/+5 | |
