| Age | Commit message (Expand) | Author | Lines |
| 2015-10-15 | Rollup merge of #29047 - gkoz:doc_typo, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-10-15 | Rollup merge of #29022 - apasel422:spell, r=steveklabnik | Manish Goregaokar | -5/+5 |
| 2015-10-14 | Remove unnecessary parentheses around range expressions | Andrew Paseltiner | -5/+5 |
| 2015-10-14 | Auto merge of #29003 - tari:freebsd-current_exe-vec, r=alexcrichton | bors | -4/+4 |
| 2015-10-14 | Fix the link to `Default` trait in the prelude docs | Gleb Kozyrev | -1/+1 |
| 2015-10-14 | fix tidy | Manish Goregaokar | -1/+1 |
| 2015-10-14 | fix link on std::result::Result | Vladimir Rutsky | -3/+2 |
| 2015-10-13 | Correct spelling in docs | Andrew Paseltiner | -5/+5 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+22 |
| 2015-10-12 | Don't use a Vec in os::current_exe on FreeBSD. | Peter Marheine | -4/+4 |
| 2015-10-11 | Clarify the behavior of `std::env::home_dir` and `std::env::temp_dir` | Barosl Lee | -2/+9 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -0/+7 |
| 2015-10-09 | Auto merge of #27897 - sfackler:cursor-box-slice, r=alexcrichton | bors | -0/+57 |
| 2015-10-09 | Implement Read, BufRead, Write and Seek for Cursor<Box<[u8]>> | Steven Fackler | -0/+57 |
| 2015-10-08 | Auto merge of #28900 - cristicbz:typos, r=alexcrichton | bors | -16/+16 |
| 2015-10-08 | Auto merge of #27197 - nwin:generic-cursor-impl, r=alexcrichton | bors | -49/+25 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -16/+16 |
| 2015-10-06 | Replace multiple trailing newlines with a single trailing newline | Carlos Liam | -1/+0 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+7 |
| 2015-10-05 | Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichton | bors | -1/+11 |
| 2015-10-05 | Fix MSVC stage0 with landing pads enabled | Simonas Kazlauskas | -1/+11 |
| 2015-10-03 | Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakis | bors | -1/+2 |
| 2015-10-02 | fix fallout | Ariel Ben-Yehuda | -1/+2 |
| 2015-10-02 | Use generic trait implementations for Cursor when possible. | nwin | -49/+25 |
| 2015-10-01 | replaced *_ptr with *_raw methods in docs | Cristian Kubis | -3/+3 |
| 2015-10-01 | doc: fixed swapped docs for from_ptr and from_raw | Cristian Kubis | -4/+4 |
| 2015-09-30 | Rollup merge of #28762 - steveklabnik:gh28073, r=nikomatsakis | Steve Klabnik | -0/+7 |
| 2015-09-30 | Rollup merge of #28749 - tshepang:patch-6, r=bluss | Steve Klabnik | -1/+0 |
| 2015-09-30 | Rollup merge of #28745 - tshepang:typo, r=bluss | Steve Klabnik | -1/+1 |
| 2015-09-30 | Rollup merge of #28744 - dato:usize-typo, r=Aatch | Steve Klabnik | -1/+1 |
| 2015-09-30 | Make note of performance implications of Read | Steve Klabnik | -0/+7 |
| 2015-09-30 | Auto merge of #28731 - bluss:by-ref, r=alexcrichton | bors | -1/+1 |
| 2015-09-30 | path: remove a line of code that is not useful | Tshepang Lekhonkhobe | -1/+0 |
| 2015-09-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-09-30 | Auto merge of #28729 - retep998:canonical-dir, r=alexcrichton | bors | -0/+11 |
| 2015-09-30 | Fix typo in docs: usize is unsigned, not signed. | Dato Simó | -1/+1 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -21/+34 |
| 2015-09-29 | Make fs::canonicalize work on directories on Windows | Peter Atashian | -0/+11 |
| 2015-09-29 | Remove redundant uses of Iterator::by_ref() | Ulrik Sverdrup | -1/+1 |
| 2015-09-27 | Rollup merge of #28682 - apasel422:features, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2015-09-26 | Remove unnecessary `#![feature]` attributes | Andrew Paseltiner | -2/+2 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -5/+14 |
| 2015-09-26 | Auto merge of #28631 - ranma42:robust-panic, r=alexcrichton | bors | -41/+54 |
| 2015-09-25 | Change the first line of the println macro doc | Ben S | -1/+1 |
| 2015-09-24 | Abort earlier upon multi-panics | Andrea Canciani | -1/+11 |
| 2015-09-24 | Explicitly count the number of panics | Andrea Canciani | -20/+26 |
| 2015-09-24 | Separate panic logging code | Andrea Canciani | -22/+19 |
| 2015-09-23 | Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton | bors | -83/+5 |
| 2015-09-22 | Auto merge of #28543 - gandro:netbsd, r=alexcrichton | bors | -18/+114 |
| 2015-09-22 | Remove unwind::register | Andrea Canciani | -69/+2 |