| Age | Commit message (Expand) | Author | Lines |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -229/+408 |
| 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-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 |
| 2015-03-12 | Rollup merge of #23275 - aochagavia:constants, r=eddyb | Manish Goregaokar | -39/+90 |
| 2015-03-12 | Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelix | Manish Goregaokar | -25/+43 |
| 2015-03-12 | Rollup merge of #23270 - frewsxcv:patch-5, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-12 | Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson | Manish Goregaokar | -2/+2 |
| 2015-03-12 | Rollup merge of #23255 - dhuseby:master, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-03-12 | Rollup merge of #23247 - tbu-:pr_core_iter_rm_isize, r=huonw | Manish Goregaokar | -3/+3 |
| 2015-03-12 | Rollup merge of #23238 - mahkoh:nativecpu, r=dotdash | Manish Goregaokar | -1/+24 |
| 2015-03-12 | Rollup merge of #23234 - Ms2ger:doc-dynamic-dispatch, r=steveklabnik | Manish Goregaokar | -49/+68 |
| 2015-03-12 | Rollup merge of #22769 - :rustdocfix, r=brson | Manish Goregaokar | -17/+0 |
| 2015-03-12 | Rollup merge of #23297 - steveklabnik:examples, r=huonw | Manish Goregaokar | -341/+341 |
| 2015-03-12 | Rollup merge of #23294 - dotdash:coob, r=alexcrichton | Manish Goregaokar | -1/+19 |
| 2015-03-11 | Cargo build now builds to /target/debug/, changed the docs to reflect that. | John Zhang | -4/+4 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -341/+341 |
| 2015-03-11 | Explain why immediately dropping a JoinGuard is not what you want to do | Jake Goulding | -1/+1 |
| 2015-03-11 | Auto merge of #23156 - GuillaumeGomez:remove-proc, r=alexcrichton | bors | -76/+8 |
| 2015-03-12 | Fix LLVM assertion when out-of-bounds indexing in a constant | Björn Steinbrink | -1/+19 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -549/+464 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -513/+291 |