| Age | Commit message (Expand) | Author | Lines |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -9/+19 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -11/+27 |
| 2015-04-01 | added unary_negate feature gate. | Felix S. Klock II | -0/+16 |
| 2015-04-01 | rollup merge of #23939: nikomatsakis/fn-box | Alex Crichton | -85/+124 |
| 2015-04-01 | rollup merge of #23951: alexcrichton/splitn | Alex Crichton | -66/+85 |
| 2015-04-01 | std: Changing the meaning of the count to splitn | Alex Crichton | -66/+85 |
| 2015-04-01 | rollup merge of #23947: aturon/revise-num | Alex Crichton | -0/+20 |
| 2015-04-01 | rollup merge of #23944: alexcrichton/rustup-beta | Alex Crichton | -8/+19 |
| 2015-04-01 | rollup merge of #23942: vhbit/ios-rand | Alex Crichton | -2/+2 |
| 2015-04-01 | rollup merge of #23933: kgv/kgv_fix | Alex Crichton | -6/+7 |
| 2015-04-01 | rollup merge of #23867: nikomatsakis/issue-23086-take-3 | Alex Crichton | -157/+175 |
| 2015-04-01 | rollup merge of #23568: steveklabnik/closure_docs | Alex Crichton | -137/+401 |
| 2015-04-01 | Path rustdoc test | Niko Matsakis | -0/+3 |
| 2015-04-01 | rustup: Fix typo in nightly | Richo Healey | -1/+1 |
| 2015-04-01 | Remove TODO | Niko Matsakis | -1/+1 |
| 2015-04-01 | Feature gate rust-call ABI. | Niko Matsakis | -7/+34 |
| 2015-04-01 | Fix enum timezone across all platforms. | Niko Matsakis | -5/+5 |
| 2015-04-01 | Re-add min_value, max_value methods | Aaron Turon | -0/+20 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -157/+175 |
| 2015-04-01 | Re-write closures chapter | Steve Klabnik | -137/+401 |
| 2015-04-02 | Rollup merge of #23932 - steveklabnik:doc_std_path, r=flaper87 | Manish Goregaokar | -0/+213 |
| 2015-04-02 | Rollup merge of #23927 - frewsxcv:patch-7, r=Manishearth | Manish Goregaokar | -4/+2 |
| 2015-04-02 | Rollup merge of #23925 - steveklabnik:gh22914, r=Gankro | Manish Goregaokar | -12/+6 |
| 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 |