| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |
| 2015-03-31 | Add test for #17746 | Aaron Turon | -0/+33 |
| 2015-03-31 | rollup merge of #23919: alexcrichton/stabilize-io-error | Alex Crichton | -72/+108 |
| 2015-03-31 | rollup merge of #23899: steveklabnik/gh23851 | Alex Crichton | -9/+12 |
| 2015-03-31 | std: Stabilize last bits of io::Error | Alex Crichton | -96/+109 |
| 2015-03-31 | rollup merge of #23920: steveklabnik/gh23881 | Alex Crichton | -146/+153 |
| 2015-03-31 | rollup merge of #23901: steveklabnik/fix_links_str | Alex Crichton | -15/+12 |
| 2015-03-31 | Move benchmark tests to unstable section | Steve Klabnik | -146/+153 |
| 2015-03-31 | rollup merge of #23288: alexcrichton/issue-19470 | Alex Crichton | -127/+96 |
| 2015-03-31 | rollup merge of #23908: aturon/stab-more-stragglers | Alex Crichton | -16/+14 |
| 2015-03-31 | rollup merge of #23907: alexcrichton/impl-exit | Alex Crichton | -0/+56 |
| 2015-03-31 | rollup merge of #23906: steveklabnik/spellin | Alex Crichton | -1/+1 |
| 2015-03-31 | rollup merge of #23902: freebroccolo/master | Alex Crichton | -7/+9 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -91/+80 |
| 2015-03-31 | rollup merge of #23873: alexcrichton/remove-deprecated | Alex Crichton | -3981/+635 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -78/+26 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -70/+132 |
| 2015-03-31 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -42/+34 |
| 2015-03-31 | rollup merge of #23872: huonw/eager-lexing | Alex Crichton | -16/+76 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -4013/+601 |