| Age | Commit message (Expand) | Author | Lines |
| 2016-04-18 | Rollup merge of #33058 - Manishearth:fx-E0102, r=GuillaumeGomez | Steve Klabnik | -27/+6 |
| 2016-04-18 | Rollup merge of #33035 - jbranchaud:use-consistent-variable-names-in-ownershi... | Steve Klabnik | -4/+4 |
| 2016-04-18 | Rollup merge of #33007 - notriddle:master, r=steveklabnik | Steve Klabnik | -5/+3 |
| 2016-04-18 | Rollup merge of #32906 - jocki84:jocki84-book-size, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-04-18 | Rollup merge of #32558 - sanxiyn:rustdoc-self-link, r=steveklabnik | Steve Klabnik | -10/+54 |
| 2016-04-18 | core::iter: break long lines | Ulrik Sverdrup | -2/+5 |
| 2016-04-18 | Split core::iter module implementation into parts | Ulrik Sverdrup | -5012/+5110 |
| 2016-04-18 | Added From<VecDeque<T>> for Vec<T> and From<Vec<T>> for VecDeque<T> | David Hewitt | -0/+179 |
| 2016-04-18 | Auto merge of #33042 - alexcrichton:clean-doc, r=nikomatsakis | bors | -0/+3 |
| 2016-04-18 | Fix the strip-hidden `ImplStripper` | mitaa | -41/+42 |
| 2016-04-18 | Update E0102's example (fixes #33057) | Manish Goregaokar | -27/+6 |
| 2016-04-18 | Panic on overflow in `Duration::new` constructor | Tobias Bucher | -1/+7 |
| 2016-04-18 | resolve: improve performance | Jeffrey Seyfried | -11/+25 |
| 2016-04-17 | rustdoc: Disambiguate anchors for assoc item impls | Nick Platt | -14/+53 |
| 2016-04-18 | Update outdated comment | Jeffrey Seyfried | -2/+2 |
| 2016-04-18 | Reachability check cross-crate links | mitaa | -30/+83 |
| 2016-04-18 | Perform doc-reachability check for inlined impls | mitaa | -26/+337 |
| 2016-04-17 | Refactor the per-module node map `module_children` into a per-resolver map. | Jeffrey Seyfried | -22/+22 |
| 2016-04-17 | Make import resolution and error resolution reporting deterministic. | Jeffrey Seyfried | -26/+22 |
| 2016-04-17 | Refactor `is_prelude` to only apply to glob imports | Jeffrey Seyfried | -30/+16 |
| 2016-04-17 | Auto merge of #33034 - tbu-:pr_doc_mutex_lock, r=nagisa | bors | -0/+9 |
| 2016-04-17 | Add a comment about locking a `Mutex` multiple times | Tobias Bucher | -0/+9 |
| 2016-04-17 | Auto merge of #33050 - apasel422:bh, r=alexcrichton | bors | -0/+1 |
| 2016-04-17 | Improve as_mut ptr method example | Guillaume Gomez | -0/+3 |
| 2016-04-17 | Auto merge of #33016 - tbu-:pr_doc_peekable, r=alexcrichton | bors | -2/+7 |
| 2016-04-17 | Implement `Clone` for `binary_heap::IntoIter` | Andrew Paseltiner | -0/+1 |
| 2016-04-17 | Auto merge of #33049 - Manishearth:rollup, r=Manishearth | bors | -224/+541 |
| 2016-04-17 | Rollup merge of #33046 - jseyfried:fix_unresolved_pattern_diagnostics, r=eddyb | Manish Goregaokar | -1/+5 |
| 2016-04-17 | Rollup merge of #33045 - jseyfried:no_def_modifiers, r=eddyb | Manish Goregaokar | -75/+56 |
| 2016-04-17 | Rollup merge of #33044 - petrochenkov:prefix, r=eddyb | Manish Goregaokar | -134/+224 |
| 2016-04-17 | Rollup merge of #33039 - bluss:trait-obj-error, r=arielb1 | Manish Goregaokar | -2/+2 |
| 2016-04-17 | Rollup merge of #33032 - kindlychung:patch-3, r=Manishearth | Manish Goregaokar | -4/+9 |
| 2016-04-17 | Rollup merge of #33023 - tbu-:pr_wrapping_traits, r=alexcrichton | Manish Goregaokar | -1/+15 |
| 2016-04-17 | Rollup merge of #33022 - Mr4x:master, r=bluss | Manish Goregaokar | -2/+2 |
| 2016-04-17 | Rollup merge of #32956 - GuillaumeGomez:ptr_examples, r=steveklabnik | Manish Goregaokar | -0/+52 |
| 2016-04-17 | Rollup merge of #31441 - gereeter:btree-docs, r=bluss | Manish Goregaokar | -5/+176 |
| 2016-04-17 | Auto merge of #33012 - pravic:describe-L-rustc-option, r=alexcrichton | bors | -2/+3 |
| 2016-04-17 | Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422 | bors | -5/+121 |
| 2016-04-16 | Auto merge of #32977 - alexcrichton:ignore-panics, r=brson | bors | -5/+9 |
| 2016-04-16 | Auto merge of #32952 - eddyb:mir-debuginfo-2, r=michaelwoerister | bors | -80/+206 |
| 2016-04-17 | resolve: Refactor away `DefModifiers` | Jeffrey Seyfried | -75/+56 |
| 2016-04-17 | Fix diagnostics for unresolved patterns | Jeffrey Seyfried | -1/+5 |
| 2016-04-16 | Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton | bors | -36/+13 |
| 2016-04-17 | syntax: Parse import prefixes as paths | Vadim Petrochenkov | -134/+224 |
| 2016-04-16 | Auto merge of #32875 - jseyfried:1422_implementation, r=nikomatsakis | bors | -196/+478 |
| 2016-04-16 | Add tests for `pub(restricted)` | Jeffrey Seyfried | -0/+205 |
| 2016-04-16 | rustbuild: Clean more as part of `make clean` | Alex Crichton | -0/+3 |
| 2016-04-16 | Always report PRIVATE_IN_PUBLIC violations as hard errors when | Jeffrey Seyfried | -2/+4 |
| 2016-04-16 | Adjust example for error E0225 | Ulrik Sverdrup | -2/+2 |
| 2016-04-16 | mir: place match pattern bindings in their respective arms. | Eduard Burtescu | -18/+24 |