| Age | Commit message (Expand) | Author | Lines |
| 2015-08-11 | Auto merge of #27571 - TimNN:pretty-no-crate-type, r=alexcrichton | bors | -6/+22 |
| 2015-08-11 | Auto merge of #27575 - brson:lint, r=alexcrichton | bors | -0/+23 |
| 2015-08-11 | Rollup merge of #27651 - tshepang:patch-8, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Rollup merge of #27648 - tshepang:patch-7, r=brson | Manish Goregaokar | -2/+2 |
| 2015-08-11 | Rollup merge of #27647 - rust-lang:issue-27646, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Rollup merge of #27633 - tshepang:patch-6, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Rollup merge of #27617 - AlisdairO:diagnostics193, r=Manishearth | Manish Goregaokar | -2/+37 |
| 2015-08-11 | Rollup merge of #27612 - vincentbernat:fix/doc/iter-nth, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 2015-08-11 | Rollup merge of #27611 - vincentbernat:fix/doc/chars-iterator, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-08-11 | Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric... | Manish Goregaokar | -3/+7 |
| 2015-08-11 | Rollup merge of #27542 - steveklabnik:gh27303, r=alexcrichton | Manish Goregaokar | -0/+53 |
| 2015-08-11 | Fix #27567: remove --crate-type=lib from pretty test | Tim Neumann | -1/+22 |
| 2015-08-11 | remove unused file in test/pretty | Tim Neumann | -5/+0 |
| 2015-08-11 | Auto merge of #27518 - alexcrichton:msvc-builtin-llvm-ar, r=huonw | bors | -0/+1 |
| 2015-08-11 | Auto merge of #27549 - tshepang:clarity, r=alexcrichton | bors | -1/+1 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -81/+68 |
| 2015-08-10 | Fix doc test | Steven Fackler | -1/+0 |
| 2015-08-10 | trans: Stop informing LLVM about dllexport | Alex Crichton | -87/+218 |
| 2015-08-10 | syntax: Add a new unstable #[linked_from] attribute | Alex Crichton | -77/+103 |
| 2015-08-10 | trans: Specify `archive_format` for MSVC | Alex Crichton | -0/+1 |
| 2015-08-10 | Add back and deprecate old methods. | Steven Fackler | -0/+17 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -80/+51 |
| 2015-08-10 | placate the pretty tests by ignoring my test. | Felix S. Klock II | -0/+2 |
| 2015-08-10 | Regression test for dropflag reinit issue. | Felix S. Klock II | -0/+34 |
| 2015-08-10 | Turn nonzeroing move hints back off by default. | Felix S. Klock II | -3/+3 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -1661/+135 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -1661/+135 |
| 2015-08-11 | doc: remove an unneeded distinction | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-10 | Auto merge of #27531 - bluss:io-copy-dst, r=alexcrichton | bors | -2/+14 |
| 2015-08-10 | Use pentium4 for base CPU on i686-pc-windows-msvc | Elaine "See More" Nemo | -1/+1 |
| 2015-08-10 | doc: success is implied really | Tshepang Lekhonkhobe | -2/+2 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -33/+169 |
| 2015-08-10 | Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichton | bors | -108/+133 |
| 2015-08-10 | Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson | bors | -0/+4 |
| 2015-08-10 | Auto merge of #27547 - vberger:more_perseverant_resolve, r=nrc | bors | -15/+138 |
| 2015-08-10 | std: Allow ?Sized parameters in std::io::copy | Ulrik Sverdrup | -2/+14 |
| 2015-08-10 | Revert "Mark round_up_to_next as inline" | Tim Neumann | -1/+0 |
| 2015-08-10 | doc: add missing symbol | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-09 | Remove unused feature | Tobias Bucher | -1/+0 |
| 2015-08-09 | Remove #[cfg(stage0)] annotation | Tobias Bucher | -3/+0 |
| 2015-08-09 | Change TODO to FIXME | Tobias Bucher | -1/+1 |
| 2015-08-09 | Make `str::as_bytes_mut` private | Tobias Bucher | -22/+3 |
| 2015-08-09 | Make `slice::transmute*` private | Tobias Bucher | -50/+14 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -103/+187 |
| 2015-08-09 | add diagnostics for E0193 | Alisdair Owens | -2/+37 |
| 2015-08-09 | Mark round_up_to_next as inline | Ariel Ben-Yehuda | -0/+1 |
| 2015-08-09 | doc/core: fix description of `nth` function | Vincent Bernat | -2/+1 |
| 2015-08-09 | TRPL: minor correction on how `chars().nth()` work | Vincent Bernat | -1/+1 |
| 2015-08-08 | Auto merge of #27182 - AlisdairO:diagnostics382, r=Manishearth | bors | -1/+63 |
| 2015-08-08 | add long diagnostics for E0382 | Alisdair Owens | -1/+63 |