| Age | Commit message (Expand) | Author | Lines |
| 2015-03-23 | Rollup merge of #23119 - nikomatsakis:issue-23116-ref-mut, r=pnkfelix | Steve Klabnik | -10/+116 |
| 2015-03-23 | Rollup merge of #22954 - ches:docs, r=steveklabnik | Steve Klabnik | -42/+48 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -10/+38 |
| 2015-03-23 | Update borrowck tests to test that index is by-move now | Niko Matsakis | -8/+82 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -159/+245 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -8/+600 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -2/+26 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -202/+495 |
| 2015-03-23 | Make note of str in 'more strings' chapter | Steve Klabnik | -2/+31 |
| 2015-03-23 | Don't conflate regions and affine types | Steve Klabnik | -6/+3 |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -91/+127 |
| 2015-03-23 | Stabilize the Error trait | Aaron Turon | -12/+18 |
| 2015-03-23 | prctl instead of pthread on linux for name setup | Simonas Kazlauskas | -11/+8 |
| 2015-03-23 | Clarify that slices don't just point to arrays | Steve Klabnik | -5/+5 |
| 2015-03-23 | Beef up BufRead::consume documentation. | Steve Klabnik | -0/+6 |
| 2015-03-23 | Clarify behavior of Path::relative_from | Brian Anderson | -0/+3 |
| 2015-03-23 | Fix regression in -C rpath that causes failures with symlinks | Brian Anderson | -15/+43 |
| 2015-03-23 | derive missing trait implementations for cursor | Julian Orth | -0/+1 |
| 2015-03-23 | Add note about pointer state after the call. | Steve Klabnik | -0/+3 |
| 2015-03-23 | Fix shift-overflow in very old run-pass test. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | document iteration order for `vec_deque::IntoIter` | Andrew Paseltiner | -1/+1 |
| 2015-03-23 | implement `ExactSizeIterator` for `linked_list::IntoIter` | Andrew Paseltiner | -0/+2 |
| 2015-03-23 | implement `Clone` for various iterators | Andrew Paseltiner | -0/+30 |
| 2015-03-23 | Fix dead link for std::sync::mpsc. | Wangshan Lu | -1/+1 |
| 2015-03-23 | When matching against a pattern (either via `match` or `let`) that | Niko Matsakis | -10/+116 |
| 2015-03-23 | Remove incorrect subtyping for `&mut Trait` and introduce coercion | Niko Matsakis | -22/+71 |
| 2015-03-23 | min_stack_size: clarify both reasons to use dlsym | Anders Kaseorg | -5/+6 |
| 2015-03-23 | min_stack_size: update non-Linux implementation comment | Anders Kaseorg | -2/+2 |
| 2015-03-23 | Get __pthread_get_minstack at runtime with dlsym | Anders Kaseorg | -12/+23 |
| 2015-03-23 | Fix a typo in the Rust Book ownership page. | Liam Monahan | -2/+2 |
| 2015-03-23 | Rollup merge of #23590 - FuGangqiang:attr, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-23 | Rollup merge of #23576 - barosl:mutex-doc, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-03-23 | add lifetime for `while` and `for` expression | FuGangqiang | -2/+2 |
| 2015-03-23 | Rollup merge of #23562 - steveklabnik:fix_book_numbers, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-03-23 | fix the attributes sytax | FuGangqiang | -1/+1 |
| 2015-03-23 | Rollup merge of #23554 - Ms2ger:readme-rustc, r=steveklabnik | Manish Goregaokar | -125/+129 |
| 2015-03-23 | Rollup merge of #23578 - fhahn:issue-22820-feature-gate-tests1, r=alexcrichton | Manish Goregaokar | -0/+88 |
| 2015-03-23 | Rollup merge of #23570 - dotdash:issue23550, r=eddyb | Manish Goregaokar | -45/+116 |
| 2015-03-23 | Rollup merge of #23559 - aturon:future-proof-map-index, r=Gankro | Manish Goregaokar | -26/+5 |
| 2015-03-22 | placate check-pretty and pretty-printer bug; see also issue 23623. | Felix S. Klock II | -2/+4 |
| 2015-03-22 | book: some Crates and Modules nits | Tshepang Lekhonkhobe | -76/+24 |
| 2015-03-22 | Re-word explanation on closures in intro | Steve Klabnik | -10/+10 |
| 2015-03-22 | Remove an unsafe function definition in __thread_local_inner. | Ms2ger | -5/+3 |
| 2015-03-22 | Document how to document macros | Steve Klabnik | -0/+35 |
| 2015-03-22 | Note order of BinaryHeap::drain | Steve Klabnik | -0/+2 |
| 2015-03-22 | Remove bad reference to std::io | Steve Klabnik | -2/+1 |
| 2015-03-22 | Reduce code bloat in closure | Björn Steinbrink | -72/+8 |
| 2015-03-22 | Refine Cursor docstring | Simonas Kazlauskas | -8/+5 |
| 2015-03-22 | Auto merge of #23361 - petrochenkov:refdst, r=jakub- | bors | -7/+42 |
| 2015-03-21 | implement `Clone` for `btree` iterators | Andrew Paseltiner | -0/+41 |