| Age | Commit message (Expand) | Author | Lines |
| 2015-04-02 | Rollup merge of #23924 - nrc:unqual-assoc3, r=alexcrichton | Manish Goregaokar | -124/+171 |
| 2015-04-02 | Rollup merge of #23895 - nikomatsakis:fn-trait-inheritance-add-impls, r=pnkfelix | Manish Goregaokar | -1270/+1627 |
| 2015-04-02 | Rollup merge of #23867 - nikomatsakis:issue-23086-take-3, r=pnkfelix | Manish Goregaokar | -227/+808 |
| 2015-04-02 | Rollup merge of #23847 - bcoopers:read_clarification, r=sfackler | Manish Goregaokar | -8/+4 |
| 2015-04-02 | Rollup merge of #23844 - kvark:try_unique, r=alexcrichton | Manish Goregaokar | -6/+50 |
| 2015-04-02 | Rollup merge of #23066 - michaelwoerister:unreachable-if, r=pnkfelix | Manish Goregaokar | -2/+128 |
| 2015-04-01 | Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an alias | Niko Matsakis | -93/+56 |
| 2015-04-01 | Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc | Niko Matsakis | -0/+76 |
| 2015-04-01 | cleanup: Test formatting | Richo Healey | -11/+22 |
| 2015-04-01 | std: Unignore a test for #10663 | Richo Healey | -2/+1 |
| 2015-04-01 | rustup: Default to the beta channel | Alex Crichton | -2/+5 |
| 2015-04-01 | iOS: os::last_os_error() fallout | Valerii Hiora | -2/+2 |
| 2015-04-01 | Merge branch 'fix-rustup' of https://github.com/richo/rust | Alex Crichton | -8/+16 |
| 2015-04-01 | Missing imports | Niko Matsakis | -0/+2 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -242/+273 |
| 2015-04-01 | Fallout in libsyntax | Niko Matsakis | -27/+27 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -171/+173 |
| 2015-04-01 | Fallout in tests | Niko Matsakis | -142/+154 |
| 2015-04-01 | Make the trait Copy extend Clone. | Niko Matsakis | -6/+1 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -9/+19 |
| 2015-04-01 | Fallout in libstd: remove impls now considered to conflict. | Niko Matsakis | -17/+12 |
| 2015-04-01 | Update tests for new coherence rules, and add a swatch of new tests | Niko Matsakis | -36/+431 |
| 2015-04-01 | Add `#[fundamental]` annotations into libcore so that `Sized` and the | Niko Matsakis | -0/+9 |
| 2015-04-01 | Implement the changes to coherence such that we consider a type to be | Niko Matsakis | -165/+337 |
| 2015-04-01 | Fix sidebar bug | Carlos Galarza | -4/+6 |
| 2015-04-01 | Simplify `match` branches in iter.rs example | Corey Farwell | -4/+2 |
| 2015-04-01 | Auto merge of #23109 - nikomatsakis:closure-region-hierarchy, r=pnkfelix | bors | -197/+218 |
| 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/+110 |
| 2015-04-01 | Add a meta-hierarchy of trees -- in future, each fn body will inhabit | Niko Matsakis | -44/+93 |
| 2015-04-01 | Update android tests to reflect API switch from `os::env` to `env::vars`. | Felix S. Klock II | -4/+3 |
| 2015-04-01 | Test fixes and rebase conflicts | Alex Crichton | -12/+20 |
| 2015-04-01 | Don't reborrow the target of a `write!()` | Chris Wong | -1/+1 |
| 2015-04-01 | Fix rust book error-handling.md for new std::io. | kgv | -6/+7 |
| 2015-04-01 | Add examples + documentation for std::path | Steve Klabnik | -0/+213 |
| 2015-03-31 | Added Arc::try_unique | Dzmitry Malyshau | -6/+50 |
| 2015-04-01 | Tidying up and reformatting | Nick Cameron | -116/+154 |
| 2015-03-31 | rollup merge of #23923: steveklabnik/gh23688 | Alex Crichton | -0/+23 |
| 2015-03-31 | rollup merge of #23921: aturon/issue-17746 | Alex Crichton | -0/+33 |
| 2015-03-31 | rollup merge of #23863: pnkfelix/arith-oflo-const-eval | Alex Crichton | -261/+1727 |
| 2015-04-01 | dealing with fallout to the tests, in particular diffs between 32- vs 64-bit ... | Felix S. Klock II | -10/+18 |
| 2015-04-01 | Unify handling of checking repeat-count validity. | Felix S. Klock II | -13/+1 |
| 2015-04-01 | Fixes to compile-fail error messages post-rebase. | Felix S. Klock II | -3/+12 |
| 2015-04-01 | Include feature `core` to get access to `wrapping_add`. | Felix S. Klock II | -0/+3 |
| 2015-04-01 | Test cases for checking arithmetic overflow during const eval. | Felix S. Klock II | -0/+301 |
| 2015-04-01 | Fallout from changes for overflow-checking during constant evaluation. | Felix S. Klock II | -7/+17 |
| 2015-04-01 | rustc_trans::trans::consts add overflow checking | Felix S. Klock II | -5/+124 |
| 2015-04-01 | rustc::middle::const_eval : add overflow-checking for {+, -, *}. | Felix S. Klock II | -81/+297 |
| 2015-04-01 | rust_llvm: Add way to reflectively ask if a ValueRef is a known constant int. | Felix S. Klock II | -0/+27 |