| Age | Commit message (Expand) | Author | Lines |
| 2014-05-04 | auto merge of #13865 : alexcrichton/rust/issue-13861, r=brson | bors | -1/+1 |
| 2014-05-04 | Implement fallbacks for functions unavailable in older versions of Windows | Alan Williams | -5/+7 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -29/+29 |
| 2014-05-03 | Add lint check for negating uint literals and variables. | Falco Hirschenberger | -3/+3 |
| 2014-04-30 | native: Always open a file with Open/Write modes | Alex Crichton | -1/+1 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -159/+228 |
| 2014-04-24 | native: Remove unused and untested UnixDatagram | Alex Crichton | -71/+0 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -30/+70 |
| 2014-04-22 | native: Unlink unix socket paths on drop | Alex Crichton | -1/+15 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -112/+284 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -8/+8 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -14/+9 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -2/+2 |
| 2014-04-15 | native: Fix a race in select() | Alex Crichton | -9/+20 |
| 2014-04-15 | native: Be more stringent about pattern matching | Alex Crichton | -1/+1 |
| 2014-04-12 | native: Remove timerfd implementation on linux | Alex Crichton | -333/+6 |
| 2014-04-12 | auto merge of #13448 : alexcrichton/rust/rework-chan-return-values, r=brson | bors | -16/+13 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -16/+13 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -4/+5 |
| 2014-04-11 | Fix tests. Add Vec<u8> conversion to StrBuf. | Huon Wilson | -1/+1 |
| 2014-04-10 | rustc: Disallow importing through use statements | Alex Crichton | -1/+1 |
| 2014-04-10 | Remove an unnecessary file. | OGINO Masanori | -0/+0 |
| 2014-04-10 | native: remove some internal ~[]. | Huon Wilson | -15/+15 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -8/+7 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -4/+5 |
| 2014-04-08 | auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichton | bors | -5/+5 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -5/+5 |
| 2014-04-07 | native: Try hard to not malloc on a forked child | Alex Crichton | -1/+31 |
| 2014-04-07 | Fix some windows rpass tests | Alex Crichton | -26/+55 |
| 2014-04-06 | auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me | bors | -40/+42 |
| 2014-04-04 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -40/+42 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -3/+3 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -70/+5 |
| 2014-04-01 | std: migrate the errno -> IoError converter from libnative. | Huon Wilson | -70/+5 |
| 2014-03-31 | native: Switch field privacy as necessary | Alex Crichton | -37/+39 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-30 | Removed deprecated functions `map` and `flat_map` for vectors and slices. | Marvin Löbel | -2/+4 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -9/+9 |
| 2014-03-28 | auto merge of #13158 : alexcrichton/rust/issue-13123, r=brson | bors | -0/+18 |
| 2014-03-28 | native: Ignore SIGPIPE by default | Alex Crichton | -0/+18 |
| 2014-03-28 | native: Use WNOHANG before signaling | Alex Crichton | -23/+58 |
| 2014-03-27 | doc: Update the tutorial about bounds for traits | Alex Crichton | -8/+8 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -52/+53 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -2/+3 |
| 2014-03-24 | auto merge of #12900 : alexcrichton/rust/rewrite-sync, r=brson | bors | -5/+5 |
| 2014-03-24 | auto merge of #13080 : alexcrichton/rust/possible-osx-deadlock, r=brson | bors | -107/+105 |
| 2014-03-23 | std: Move NativeMutex from &mut self to &self | Alex Crichton | -4/+4 |