| Age | Commit message (Expand) | Author | Lines |
| 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 #23313 - barosl:match-specialize-ice, r=jakub- | bors | -1/+31 |
| 2015-03-14 | Auto merge of #23289 - mihneadb:rustdoc-search-by-type, r=alexcrichton | bors | -3/+142 |
| 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 | 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 |
| 2015-03-13 | Rollup merge of #21468 - sanxiyn:dead-variant, r= | Manish Goregaokar | -1/+94 |
| 2015-03-13 | Rollup merge of #23322 - dotdash:jemalloc_attrs, r=brson | Manish Goregaokar | -6/+18 |
| 2015-03-13 | Rollup merge of #23321 - apasel422:hash, r=alexcrichton | Manish Goregaokar | -3/+1 |
| 2015-03-13 | Rollup merge of #23317 - tanadeau:fix-formatting-and-grammar, r=steveklabnik | Manish Goregaokar | -2/+4 |
| 2015-03-13 | Rollup merge of #23312 - gkoz:ptr_from_box_docs, r=steveklabnik | Manish Goregaokar | -13/+16 |
| 2015-03-13 | Rollup merge of #23328 - alexcrichton:rustdoc-default-impl, r=brson | Manish Goregaokar | -14/+130 |
| 2015-03-13 | Rollup merge of #23310 - michaelwoerister:gdb-std-pp, r=alexcrichton | Manish Goregaokar | -1/+148 |
| 2015-03-13 | Rollup merge of #23307 - michaelwoerister:lldb-vec-pp-bug, r=alexcrichton | Manish Goregaokar | -21/+134 |
| 2015-03-13 | fix tests | Oliver Schneider | -11/+12 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -73/+64 |
| 2015-03-12 | rustdoc: Fix ICE with cross-crate default impls | Alex Crichton | -14/+130 |
| 2015-03-12 | std: Stabilize the `io` module | Alex Crichton | -105/+212 |
| 2015-03-13 | Add an "allocator" attribute to mark functions as allocators | Björn Steinbrink | -6/+18 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -317/+405 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -317/+405 |
| 2015-03-12 | remove mention of specialization from `Hash` trait | Andrew Paseltiner | -3/+1 |
| 2015-03-12 | Fixed several grammar errors and broke up very long line. | Trent Nadeau | -2/+4 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -2575/+1516 |
| 2015-03-12 | Update the ways to get a pointer from a box | Gleb Kozyrev | -13/+16 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -176/+86 |
| 2015-03-12 | debuginfo: Add GDB pretty printers for slices, Vec<>, and String. | Michael Woerister | -1/+148 |
| 2015-03-12 | Auto merge of #23299 - mdinger:monospace_table, r=steveklabnik | bors | -8/+8 |
| 2015-03-12 | debuginfo: Make LLDB pretty printer correctly handle zero-sized fields. | Michael Woerister | -21/+134 |
| 2015-03-12 | Auto merge of #23162 - sfackler:debug-builders, r=alexcrichton | bors | -65/+867 |
| 2015-03-12 | Add monospace font back to literals table | mdinger | -8/+8 |
| 2015-03-12 | Rm unused feature | Manish Goregaokar | -1/+0 |
| 2015-03-12 | Rollup merge of #23296 - shepmaster:explain-why-joinguard-is-must-use, r=alex... | Manish Goregaokar | -1/+1 |
| 2015-03-12 | Rollup merge of #23295 - johnz133:patch-1, r=steveklabnik | Manish Goregaokar | -4/+4 |
| 2015-03-12 | Rollup merge of #23279 - steveklabnik:gh23244, r=alexcrichton | Manish Goregaokar | -0/+5 |