| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2015-04-07 | Add more extended error messages for match exprs. | Michael Sproul | -6/+81 |
| 2015-04-07 | Rollup merge of #24057 - nikomatsakis:lifetime-shadowing-hard-error, r=huon | Manish Goregaokar | -5/+1 |
| 2015-04-06 | Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakis | bors | -3/+6 |
| 2015-04-06 | Auto merge of #23655 - gereeter:rustc-remove-ident, r=sanxiyn | bors | -42/+43 |
| 2015-04-06 | If we find a blanket impl for `Trait` but we're matching on an object | Niko Matsakis | -0/+12 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -3/+6 |
| 2015-04-04 | Fix printing of extended errors. | Michael Sproul | -27/+34 |
| 2015-04-04 | Convert lifetime shadowing into a hard error, as promised. | Niko Matsakis | -5/+1 |
| 2015-04-04 | Encode more precise scoping rules for function params. | Felix S. Klock II | -7/+54 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -42/+43 |
| 2015-04-03 | Auto merge of #23938 - nikomatsakis:invariant, r=pnkfelix | bors | -32/+22 |
| 2015-04-03 | Check uses of `Self` in impls in the compiler rather than during expansion | Nick Cameron | -6/+12 |
| 2015-04-03 | Auto merge of #23832 - petrochenkov:usize, r=aturon | bors | -4/+4 |
| 2015-04-02 | Merge conflicts | Niko Matsakis | -18/+18 |
| 2015-04-02 | Remove *most* mentions of phantom fns and variance on traits. Leave some | Niko Matsakis | -14/+4 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -51/+54 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -2/+12 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | fix typo. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -1/+11 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -3/+3 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -3/+3 |
| 2015-04-02 | Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton | Manish Goregaokar | -5/+16 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -1216/+1442 |
| 2015-04-02 | Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelix | Manish Goregaokar | -169/+334 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -55/+58 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -4/+3 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -165/+331 |
| 2015-04-01 | Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelix | bors | -197/+217 |
| 2015-04-01 | Update comments | Niko Matsakis | -30/+30 |
| 2015-04-01 | Remove the `Option<>` since when computing LUB since I believe that the | Niko Matsakis | -25/+27 |
| 2015-04-01 | Implement the new region hierarchy rules, in which regions from distinct | Niko Matsakis | -140/+109 |
| 2015-04-01 | Add a meta-hierarchy of trees -- in future, each fn body will inhabit | Niko Matsakis | -44/+93 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2015-04-01 | Tidying up and reformatting | Nick Cameron | -4/+15 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -169/+615 |
| 2015-04-01 | rustc::middle::const_eval : add overflow-checking for {+, -, *}. | Felix S. Klock II | -81/+297 |
| 2015-04-01 | ty.rs improve error feedback when const-eval errs during repeat count eval. | Felix S. Klock II | -4/+5 |