| Age | Commit message (Expand) | Author | Lines |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -16/+93 |
| 2015-07-10 | Remove the generic `fill_bytes_buf` function | Tobias Bucher | -31/+13 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -16/+93 |
| 2015-07-09 | Test that CStr and CString have equivalent hashes. | Jonathan Reem | -1/+16 |
| 2015-07-09 | Implement Borrow<CStr> for CString and ToOwned for CStr | Jonathan Reem | -1/+24 |
| 2015-07-09 | Expand documentation for the primitive type array | Ulrik Sverdrup | -6/+35 |
| 2015-07-09 | Auto merge of #26766 - jespino:add-more-filetypes, r=alexcrichton | bors | -2/+28 |
| 2015-07-09 | Auto merge of #26814 - tshepang:array-examples, r=bluss | bors | -0/+13 |
| 2015-07-09 | Address some comments on the pull request | Tobias Bucher | -40/+25 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -7/+7 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -5/+4 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -2/+28 |
| 2015-07-09 | io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill | Ulrik Sverdrup | -2/+3 |
| 2015-07-08 | Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton | bors | -6/+12 |
| 2015-07-08 | Stdin::read_line: read_line does not need a mutable borrow | Ralf Jung | -1/+1 |
| 2015-07-08 | Make `std::env::current_dir` work for path names longer than 2048 bytes on no... | Tobias Bucher | -10/+49 |
| 2015-07-08 | io: Simplify BufReader::with_capacity | Ulrik Sverdrup | -4/+1 |
| 2015-07-08 | Improve Vec::resize so that it can be used in Read::read_to_end | Ulrik Sverdrup | -2/+11 |
| 2015-07-08 | Rollup merge of #26784 - birkenfeld:patch-2, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2015-07-06 | Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson | bors | -8/+20 |
| 2015-07-06 | typo "struct has is 0-sized" | Oliver Schneider | -1/+1 |
| 2015-07-06 | doc: add some array usage examples | Tshepang Lekhonkhobe | -0/+13 |
| 2015-07-05 | std: small doc fixes for BufReader and BufWriter | Georg Brandl | -8/+8 |
| 2015-07-02 | Auto merge of #26682 - posix4e:netbsd, r=alexcrichton | bors | -20/+141 |
| 2015-07-02 | windows: Don't link rust_builtin | Alex Crichton | -6/+13 |
| 2015-07-02 | Auto merge of #26715 - steveklabnik:gh26497, r=huonw | bors | -0/+42 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -20/+141 |
| 2015-07-01 | Auto merge of #26658 - alexcrichton:windows-net-no-inherit, r=aturon | bors | -16/+34 |
| 2015-07-01 | msvc: Fix TLS destructors | Alex Crichton | -2/+7 |
| 2015-07-01 | Expand docs for recv | Steve Klabnik | -0/+42 |
| 2015-06-30 | std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option | Alex Crichton | -16/+34 |
| 2015-06-30 | Rollup merge of #26627 - tshepang:stdin-example, r=steveklabnik | Steve Klabnik | -0/+22 |
| 2015-06-30 | doc: add example for Stdin::read_line | Tshepang Lekhonkhobe | -0/+22 |
| 2015-06-28 | Add `.write(true)` to append and truncate examples | Remi Rampin | -2/+2 |
| 2015-06-27 | std: Fix Windows XP compatibility | Alex Crichton | -243/+353 |
| 2015-06-27 | std: Avoid missing fns on i686-pc-windows-msvc | Alex Crichton | -21/+74 |
| 2015-06-27 | Rollup merge of #26596 - richo:richo-cleanup-macros, r=alexcrichton | Manish Goregaokar | -22/+0 |
| 2015-06-27 | Auto merge of #26569 - alexcrichton:msvc-llvm-update, r=brson | bors | -9/+122 |
| 2015-06-26 | std: clean up duplicated attrs and comment on panic | Richo Healey | -22/+0 |
| 2015-06-26 | Auto merge of #25646 - huonw:align, r=alexcrichton | bors | -11/+11 |
| 2015-06-25 | libstd/rand/os.rs: Remove a tiny bit of duplicated code | Cruz Julian Bishop | -3/+1 |
| 2015-06-25 | msvc: Implement runtime support for unwinding | Alex Crichton | -9/+122 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -11/+11 |
| 2015-06-24 | Fix capitalization in std docs | Brian Anderson | -1/+1 |
| 2015-06-24 | Auto merge of #26520 - oli-obk:three-tuple-transitive-traits, r=bluss | bors | -0/+2 |
| 2015-06-23 | Auto merge of #26219 - Veedrac:patch-1, r=alexcrichton | bors | -0/+5 |
| 2015-06-23 | tuple.rs: Document more traits implemented by tuples if their components do | Josh Triplett | -0/+2 |
| 2015-06-23 | Auto merge of #26514 - tshepang:repetition, r=Gankro | bors | -1/+1 |
| 2015-06-23 | doc: remove repeated word | Tshepang Lekhonkhobe | -1/+1 |
| 2015-06-22 | Fix build on Android API levels below 21 | Geoffrey Thomas | -0/+20 |