| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | Add (unstable) FnBox trait as a nicer replacement for `Thunk`. The doc | Niko Matsakis | -0/+76 |
| 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 | 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 | 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 |
| 2015-04-01 | ty.rs improve error feedback when const-eval errs during repeat count eval. | Felix S. Klock II | -4/+5 |
| 2015-04-01 | Refactored ty::ctxt so node_types mutations must go through ty methods. | Felix S. Klock II | -9/+16 |
| 2015-04-01 | Added overflowing_{div,rem,shl,shr} method implementations to WrappingOps. | Felix S. Klock II | -0/+130 |
| 2015-04-01 | Fix #23890: const-eval `_ as usize`, `_ as isize` must dispatch to target type. | Felix S. Klock II | -32/+42 |
| 2015-04-01 | fix post rebase. | Felix S. Klock II | -2/+2 |
| 2015-04-01 | Added tests for discriminant overflows. | Felix S. Klock II | -0/+476 |
| 2015-04-01 | Added type-specific overflow checks when computing enum discriminant values. | Felix S. Klock II | -118/+279 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -153/+156 |
| 2015-03-31 | Improvements to PhantomData<T>'s docs 👻 | Steve Klabnik | -12/+6 |
| 2015-03-31 | Add description of + for multiple trait bounds | Steve Klabnik | -0/+23 |
| 2015-04-01 | Pretty print ids for assoc items | Nick Cameron | -8/+17 |