| Age | Commit message (Expand) | Author | Lines |
| 2015-05-12 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -2/+2 |
| 2015-04-30 | Fix zero-normalization of the pos of a `MultiByteChar`. | Felix S. Klock II | -1/+1 |
| 2015-04-29 | Rather than storing the relations between free-regions in a global | Niko Matsakis | -175/+716 |
| 2015-04-25 | Fix broken links in the docs | Florian Hartwig | -1/+1 |
| 2015-04-23 | Create a struct to represent early-bound regions | Niko Matsakis | -37/+54 |
| 2015-04-23 | Make stability attributes an error. #22830 | Brian Anderson | -3/+3 |
| 2015-04-23 | std: Remove deprecated/unstable num functionality | Alex Crichton | -49/+202 |
| 2015-04-22 | Check for shadowing between lifetimes and loop labels in function bodies. | Felix S. Klock II | -12/+201 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -43/+43 |
| 2015-04-15 | Auto merge of #24481 - steveklabnik:rollup, r=steveklabnik | bors | -1/+1 |
| 2015-04-15 | Rollup merge of #24449 - richo:typo, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-04-15 | Auto merge of #24330 - pnkfelix:issue-24267, r=nikomatsakis | bors | -17/+63 |
| 2015-04-15 | Dataflow changes and associated borrowck fix. | Felix S. Klock II | -17/+63 |
| 2015-04-15 | rustc: fix a typo in letter to rustc | Richo Healey | -1/+1 |
| 2015-04-15 | Auto merge of #24431 - ruud-v-a:explain, r=alexcrichton | bors | -5/+94 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -19/+19 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -24/+24 |
| 2015-04-14 | Test fixes and rebase conflicts | Alex Crichton | -1/+2 |
| 2015-04-14 | rustc: Add long diagnostics for E0165 | Ruud van Asseldonk | -1/+20 |
| 2015-04-14 | rustc: Add long diagnostics for E0162 | Ruud van Asseldonk | -1/+19 |
| 2015-04-14 | rollup merge of #24399: brson/stab | Alex Crichton | -28/+38 |
| 2015-04-14 | rollup merge of #24391: nrc/visit-vis | Alex Crichton | -5/+5 |
| 2015-04-14 | rustc: Add long diagnostics for E0302 | Ruud van Asseldonk | -1/+14 |
| 2015-04-14 | rustc: Add long diagnostics for E0301 | Ruud van Asseldonk | -1/+14 |
| 2015-04-14 | rustc: Add long diagnostics for E0297 | Ruud van Asseldonk | -1/+27 |
| 2015-04-14 | Reviewer comments | Nick Cameron | -45/+61 |
| 2015-04-14 | Better explanation of AutoDerefRef | Nick Cameron | -6/+36 |
| 2015-04-14 | Rebased | Nick Cameron | -54/+34 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -569/+188 |
| 2015-04-13 | Make use of the stability attributes issue a deprecation warning. #22830 | Brian Anderson | -28/+38 |
| 2015-04-14 | Expose visibility for fns in syntax::visit | Nick Cameron | -5/+5 |
| 2015-04-12 | Auto merge of #24072 - ebfull:explain_closure_type_err, r=pnkfelix | bors | -5/+16 |
| 2015-04-12 | Auto merge of #24109 - sanxiyn:diverging-closure, r=pnkfelix | bors | -1/+8 |
| 2015-04-11 | Rollup merge of #24245 - nikomatsakis:issue-24241-coherence-failure, r=pnkfelix | Manish Goregaokar | -50/+21 |
| 2015-04-11 | Rollup merge of #24242 - nikomatsakis:escaping-closure-error-message, r=brson | Manish Goregaokar | -0/+7 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+2 |
| 2015-04-10 | Add a new `span_suggestion` infrastructure. This lets you edit a snippet | Niko Matsakis | -0/+7 |
| 2015-04-09 | Don't use skolemized parameters but rather fresh variables in | Niko Matsakis | -50/+21 |
| 2015-04-10 | Rollup merge of #24207 - kmcallister:llvm-plugin, r=brson | Manish Goregaokar | -0/+16 |
| 2015-04-10 | Rollup merge of #24191 - nikomatsakis:issue-20791, r=pnkfelix | Manish Goregaokar | -39/+172 |
| 2015-04-08 | Allow plugins to register LLVM passes | Keegan McAllister | -0/+16 |
| 2015-04-08 | Auto merge of #24195 - steveklabnik:rollup, r=steveklabnik | bors | -31/+113 |
| 2015-04-08 | Rollup merge of #24143 - michaelsproul:extended-errors, r=pnkfelix | Steve Klabnik | -31/+113 |
| 2015-04-08 | Modify the ExprUseVisitor to walk each part of an AutoRef, and in | Niko Matsakis | -39/+172 |
| 2015-04-08 | Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis | bors | -8/+55 |
| 2015-04-08 | Address review nit by making `map_id` take an `FnMut`. | Felix S. Klock II | -2/+2 |
| 2015-04-08 | Auto merge of #23998 - nrc:impl-self, r=nikomatsakis | bors | -6/+12 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -1/+2 |
| 2015-04-08 | Auto merge of #23293 - tbu-:pr_additive_multiplicative, r=alexcrichton | bors | -2/+2 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -2/+2 |