| Age | Commit message (Expand) | Author | Lines |
| 2015-03-16 | Fallout in testing. | Nick Cameron | -30/+29 |
| 2015-03-16 | Error if `pub use` references a private item. | Nick Cameron | -5/+31 |
| 2015-03-16 | Misc tidy ups in resolve | Nick Cameron | -63/+56 |
| 2015-03-15 | Auto merge of #23353 - alexcrichton:stabilize-os, r=aturon | bors | -323/+397 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -323/+397 |
| 2015-03-15 | Auto merge of #23387 - Manishearth:rollup, r=Manishearth | bors | -25/+12 |
| 2015-03-15 | Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichton | bors | -13/+3 |
| 2015-03-15 | Rollup merge of #23384 - daboross:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-15 | Rollup merge of #23382 - FuGangqiang:typos, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-03-15 | Rollup merge of #23379 - kballard:tweak-stdio-docs-no-raw-constructors, r=ale... | Manish Goregaokar | -18/+9 |
| 2015-03-15 | Rollup merge of #23375 - kballard:remove-old_io-recommendation-from-io, r=huonw | Manish Goregaokar | -4/+0 |
| 2015-03-15 | Auto merge of #23316 - alexcrichton:less-question-sized, r=aturon | bors | -43/+39 |
| 2015-03-15 | Implement `winsize()` for {ios,dragonfly} | Tamir Duberstein | -12/+2 |
| 2015-03-15 | Fallout of c933d44f7bb9 | Tamir Duberstein | -1/+1 |
| 2015-03-15 | Fix an String -> a String in env.rs documentation | Dabo Ross | -1/+1 |
| 2015-03-14 | std: Remove ?Sized bounds from many I/O functions | Alex Crichton | -43/+39 |
| 2015-03-15 | fix typos | FuGangqiang | -2/+2 |
| 2015-03-15 | Rollup merge of #23368 - EduardoBautista:fix-closures-chapter, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-15 | Rollup merge of #23367 - EduardoBautista:fix-indentation-in-book, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-03-15 | Rollup merge of #23365 - dotdash:array_loop_panic, r=eddyb | Manish Goregaokar | -2/+39 |
| 2015-03-15 | Rollup merge of #23363 - meqif:master, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-03-15 | Rollup merge of #23362 - dotdash:llvm_req, r=alexcrichton | Manish Goregaokar | -108/+12 |
| 2015-03-15 | Rollup merge of #23358 - rprichard:reject-empty-L, r=alexcrichton | Manish Goregaokar | -0/+19 |
| 2015-03-15 | Rollup merge of #23356 - bombless:camelcase, r=alexcrichton | Manish Goregaokar | -1/+4 |
| 2015-03-15 | Rollup merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichton | Manish Goregaokar | -9/+10 |
| 2015-03-15 | Auto merge of #23351 - nagisa:rustdoc-lines-2, r=alexcrichton | bors | -9/+10 |
| 2015-03-14 | Remove incorrect references to _raw stdio functions | Kevin Ballard | -18/+9 |
| 2015-03-15 | Auto merge of #23313 - barosl:match-specialize-ice, r=jakub- | bors | -1/+31 |
| 2015-03-14 | Stop recommending old_io in the module doc for std::io | Kevin Ballard | -4/+0 |
| 2015-03-14 | Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichton | bors | -3/+142 |
| 2015-03-14 | Concurrency is now in the "Concurrency" chapter | Eduardo Bautista | -1/+1 |
| 2015-03-14 | Fix indentation in the "Method Syntax" chapter | Eduardo Bautista | -4/+4 |
| 2015-03-14 | Add support to search functions by type to rustdoc. | Mihnea Dobrescu-Balaur | -3/+142 |
| 2015-03-14 | Auto merge of #23357 - Manishearth:oops, r=Manishearth | bors | -94/+1 |
| 2015-03-14 | check_match: Dereference `ref x` before comparing it and some other type | Barosl Lee | -1/+31 |
| 2015-03-14 | Fix broken codegen for [expr; n] where "expr" diverges | Björn Steinbrink | -1/+22 |
| 2015-03-14 | Always evaluate the expression in [expr; n] | Björn Steinbrink | -1/+17 |
| 2015-03-14 | Fix a typo in the documentation. | Ricardo Martins | -1/+1 |
| 2015-03-14 | Drop support for LLVM < 3.5 and fix compile errors with 3.5 | Björn Steinbrink | -108/+12 |
| 2015-03-14 | Split rustdoc summary lines in a smarter way | Simonas Kazlauskas | -9/+10 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -80/+72 |
| 2015-03-13 | Reject `-L ""`, `-L native=`, and other empty search paths. | Ryan Prichard | -0/+19 |
| 2015-03-14 | Revert "Extend dead code lint to detect more unused enum variants" | Manish Goregaokar | -93/+1 |
| 2015-03-14 | Revert "Remove dead code flagged by lint" | Manish Goregaokar | -1/+0 |
| 2015-03-14 | Improve camelcase suggestion | York Xiang | -1/+4 |
| 2015-03-14 | Auto merge of #22948 - rprichard:simple-panic-opt, r=alexcrichton | bors | -1/+7 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -898/+820 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -793/+608 |
| 2015-03-13 | rm unused import | Manish Goregaokar | -1/+0 |
| 2015-03-13 | Fix def -> PathResolution | Manish Goregaokar | -1/+1 |