| Age | Commit message (Expand) | Author | Lines |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -21/+20 |
| 2014-04-11 | auto merge of #13458 : huonw/rust/doc-signatures, r=alexcrichton | bors | -16/+29 |
| 2014-04-11 | Add more type signatures to the docs; tweak a few of them. | Huon Wilson | -16/+29 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -15/+15 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -21/+20 |
| 2014-04-10 | rustc: Don't allow priv use to shadow pub use | Alex Crichton | -1/+0 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -2/+2 |
| 2014-04-10 | std,serialize: remove some internal uses of ~[]. | Huon Wilson | -7/+8 |
| 2014-04-08 | auto merge of #13399 : SimonSapin/rust/patch-8, r=cmr | bors | -1/+1 |
| 2014-04-08 | Update an obsolete comment about conditions | Simon Sapin | -1/+1 |
| 2014-04-08 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2014-04-08 | std: User a smaller stdin buffer on windows | Alex Crichton | -1/+9 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-07 | auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfackler | bors | -10/+9 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -108/+109 |
| 2014-04-06 | De-~[] IO utils | Steven Fackler | -6/+6 |
| 2014-04-06 | De-~[] Mem{Reader,Writer} | Steven Fackler | -33/+34 |
| 2014-04-06 | De-~[] Reader and Writer | Steven Fackler | -71/+71 |
| 2014-04-05 | std: Fix a doc example on io::signal | Alex Crichton | -10/+9 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -3/+6 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -1/+1 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -1/+85 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -1/+1 |
| 2014-04-01 | std: migrate the errno -> IoError converter from libnative. | Huon Wilson | -0/+84 |
| 2014-03-31 | std: Switch field privacy as necessary | Alex Crichton | -110/+106 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+3 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 |
| 2014-03-28 | syntax: Accept meta matchers in macros | Alex Crichton | -3/+3 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -3/+26 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -28/+36 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -4/+30 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -14/+128 |
| 2014-03-24 | comm: Implement synchronous channels | Alex Crichton | -2/+2 |
| 2014-03-24 | auto merge of #13049 : alexcrichton/rust/io-fill, r=huonw | bors | -7/+38 |
| 2014-03-23 | auto merge of #13096 : sstewartgallus/rust/cleanup-test-warnings, r=huonw | bors | -2/+2 |
| 2014-03-23 | This commit cleans up a few test warnings | Steven Stewart-Gallus | -2/+2 |
| 2014-03-22 | Some cleanup in std::io::buffered | Steven Fackler | -15/+24 |
| 2014-03-22 | std: Add an I/O reader method to fill a buffer | Alex Crichton | -7/+38 |
| 2014-03-22 | auto merge of #12907 : alexcrichton/rust/issue-12892, r=brson | bors | -18/+19 |
| 2014-03-20 | std: Implement Clone/TotalEq for ProcessExit | Alex Crichton | -1/+2 |
| 2014-03-20 | std: Rename {push,read}_bytes to {push,read}_exact | Alex Crichton | -18/+19 |
| 2014-03-20 | auto merge of #12980 : cmr/rust/overhaul-stdio, r=thestinger | bors | -1/+7 |
| 2014-03-20 | rename std::vec_ng -> std::vec | Daniel Micay | -1/+1 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -28/+28 |
| 2014-03-19 | std: io: flush stdout on stdin read from tty | Corey Richardson | -1/+7 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -9/+4 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -19/+103 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+18 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+18 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -288/+246 |