| Age | Commit message (Expand) | Author | Lines |
| 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-10 | doc: set playground to nightly for unstable code | Cristian Kubis | -1/+8 |
| 2015-07-10 | Auto merge of #26907 - nrc:save-fns, r=brson | bors | -210/+331 |
| 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-10 | Remove token::get_name when unneeded | Guillaume Gomez | -50/+60 |
| 2015-07-09 | Expand documentation for the primitive type array | Ulrik Sverdrup | -6/+35 |
| 2015-07-09 | Revert "msvc: Enable landing pads by default" | Alex Crichton | -31/+8 |
| 2015-07-09 | Auto merge of #26766 - jespino:add-more-filetypes, r=alexcrichton | bors | -2/+34 |
| 2015-07-10 | Preserve escape sequences in documentation comments on macro expansion | Barosl Lee | -1/+26 |
| 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 #26909 - rick68:patch-10, r=dotdash | bors | -5/+5 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -93/+64 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -91/+61 |
| 2015-07-09 | Auto merge of #26899 - posix4e:netbsd, r=alexcrichton | bors | -0/+0 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -2/+34 |
| 2015-07-09 | Auto merge of #26885 - mvdnes:wrapping_div, r=alexcrichton | bors | -0/+10 |
| 2015-07-08 | Change tuple Debug impls to use builders | Steven Fackler | -14/+4 |
| 2015-07-09 | Auto merge of #26884 - dotdash:fast, r=alexcrichton | bors | -4/+22 |
| 2015-07-09 | Update intrinsics.rs | Wei-Ming Yang | -5/+5 |
| 2015-07-09 | Auto merge of #26515 - quantheory:check_enum_recursion, r=nrc | bors | -36/+170 |
| 2015-07-08 | Add comments about the checks for recursive variant definition, as requested ... | Sean Patrick Santos | -0/+8 |
| 2015-07-08 | 'iff' for docs to 'if and only if' | Esption | -25/+25 |
| 2015-07-09 | Auto merge of #26883 - retep998:download-more-ram, r=alexcrichton | bors | -5/+40 |
| 2015-07-09 | save-analysis: API-ify methods | Nick Cameron | -94/+116 |
| 2015-07-09 | save-analysis: factor out helper method | Nick Cameron | -21/+22 |
| 2015-07-09 | Fix a span bug for qualified paths | Nick Cameron | -4/+17 |
| 2015-07-09 | save-analysis: API-ify paths | Nick Cameron | -86/+147 |
| 2015-07-09 | Fix a bug where macros in expression position don't have expansion inidices i... | Nick Cameron | -3/+4 |
| 2015-07-09 | save-analysis: api-ify method calls | Nick Cameron | -12/+35 |
| 2015-07-09 | Auto merge of #26879 - GuillaumeGomez:patch-1, r=arielb1 | bors | -3/+66 |
| 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 #26869 - alexcrichton:fix-msvc-sepcomp, r=nrc | bors | -252/+289 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -129/+229 |
| 2015-07-08 | Update the installer to support netbsd | Alex HotShot Newman | -0/+0 |
| 2015-07-08 | Auto merge of #26849 - bluss:read-to-end-memset, r=alexcrichton | bors | -27/+40 |
| 2015-07-08 | Stdin::read_line: read_line does not need a mutable borrow | Ralf Jung | -1/+1 |
| 2015-07-08 | Remove snake_case names from ty.rs | Jared Roesch | -285/+277 |
| 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 | -23/+39 |
| 2015-07-08 | Add E0232 error explanation | Guillaume Gomez | -3/+18 |
| 2015-07-08 | Add E0220 error explanation | Guillaume Gomez | -3/+28 |
| 2015-07-08 | Rollup merge of #26893 - dhuseby:fixing_freebsd_tests, r=alexcrichton | Steve Klabnik | -1/+10 |
| 2015-07-08 | this fixes the test failures on freebsd | Dave Huseby | -1/+10 |
| 2015-07-08 | Rollup merge of #26892 - steveklabnik:gh26482, r=alexcrichton | Steve Klabnik | -3/+5 |
| 2015-07-08 | TRPL: make version constraits explicit | Steve Klabnik | -3/+5 |
| 2015-07-08 | Rollup merge of #26891 - steveklabnik:gh26552, r=huonw | Steve Klabnik | -0/+4 |