| Age | Commit message (Expand) | Author | Lines |
| 2014-08-18 | snapshots: Register new snapshots. | Patrick Walton | -34/+0 |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -0/+34 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+3 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -7/+14 |
| 2014-08-07 | windows: Fix INVALID_HANDLE_VALUE | Peter Atashian | -4/+3 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -12/+9 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -5/+221 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -57/+61 |
| 2014-07-11 | libc: Switch open to use a mode_t on unix | Alex Crichton | -57/+61 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -195/+222 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -195/+222 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+8 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+8 |
| 2014-06-18 | fix signatures of mmap-related functions from libc | Daniel Micay | -10/+10 |
| 2014-06-16 | fix typo in the libc crate | Daniel Micay | -2/+2 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -2/+2 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -0/+13 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -1/+6 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -1/+3 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -1/+2 |
| 2014-05-28 | auto merge of #14477 : alexcrichton/rust/issue-14456, r=brson | bors | -2/+7 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -2/+7 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -0/+46 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -17/+1 |
| 2014-05-13 | Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsA | Phil Ruffwind | -3/+3 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -5/+6 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -0/+11 |
| 2014-05-12 | Fix field ordering of addrinfo struct on Android | Tom Lee | -0/+11 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | auto merge of #13932 : MrAlert/rust/win-compat, r=brson | bors | -11/+4 |
| 2014-05-10 | Reexport wchar_t, c_schar | Manish Goregaokar | -2/+2 |
| 2014-05-07 | std: Add close_{read,write}() methods to I/O | Alex Crichton | -1/+5 |
| 2014-05-04 | Implement fallbacks for functions unavailable in older versions of Windows | Alan Williams | -11/+4 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -1/+1 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -1/+1 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -5/+10 |
| 2014-04-16 | This is a Windows specific fix in libc. According to MSDN, the GUID | iancormac84 | -2/+2 |
| 2014-04-16 | auto merge of #13454 : brson/rust/noglobs, r=alexcrichton | bors | -61/+147 |
| 2014-04-15 | Remove usage of private enum variants | Alex Crichton | -2/+2 |
| 2014-04-15 | libc: Deglob reexports. #11870 | Brian Anderson | -61/+147 |
| 2014-04-10 | rustc: Don't succeed on shadowed nonexistent import | Alex Crichton | -1/+1 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -8/+1 |
| 2014-04-05 | rustc: Pass --enable-long-section-names to gcc | Alex Crichton | -0/+7 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -45/+29 |
| 2014-04-04 | Change how the readdir/opendir hack works | Corey Richardson | -10/+6 |