| Age | Commit message (Expand) | Author | Lines |
| 2015-04-29 | Re-enable test on Android | Tamir Duberstein | -2/+0 |
| 2015-04-29 | Reference the correct issue | Tamir Duberstein | -1/+1 |
| 2015-04-29 | Auto merge of #24932 - pnkfelix:fix-issue-24687, r=huonw | bors | -1/+79 |
| 2015-04-29 | Regression test for issue 24687. | Felix S. Klock II | -0/+78 |
| 2015-04-29 | Fix zero-normalization of the pos of a `MultiByteChar`. | Felix S. Klock II | -1/+1 |
| 2015-04-29 | Auto merge of #24893 - robinst:issue-24407-E0013, r=nrc | bors | -1/+19 |
| 2015-04-29 | Auto merge of #24681 - tamird:unignore-android, r=alexcrichton | bors | -61/+72 |
| 2015-04-29 | Auto merge of #24888 - tamird:snapshot, r=alexcrichton | bors | -397/+29 |
| 2015-04-28 | Reference the correct issue | Tamir Duberstein | -1/+1 |
| 2015-04-28 | #10356: Warnings | Tamir Duberstein | -0/+5 |
| 2015-04-28 | #10381: Warnings | Tamir Duberstein | -52/+60 |
| 2015-04-28 | Reference the correct issue and clarify failure | Tamir Duberstein | -3/+3 |
| 2015-04-28 | #10393 & #13206: Warnings | Tamir Duberstein | -5/+3 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -397/+29 |
| 2015-04-29 | Auto merge of #24865 - bluss:range-size, r=alexcrichton | bors | -4/+41 |
| 2015-04-28 | Auto merge of #24781 - bluss:vec-drain-range, r=alexcrichton | bors | -85/+174 |
| 2015-04-28 | Auto merge of #24777 - alexcrichton:musl, r=brson | bors | -168/+282 |
| 2015-04-28 | Auto merge of #24906 - pnkfelix:fsk-fix-24895, r=alexcrichton | bors | -1/+39 |
| 2015-04-28 | test: Fix some tests to run with musl | Alex Crichton | -14/+18 |
| 2015-04-28 | regression test for Issue 24895. | Felix S. Klock II | -0/+38 |
| 2015-04-28 | Fix #24895. | Felix S. Klock II | -1/+1 |
| 2015-04-28 | Auto merge of #24891 - tcard:patch-1, r=steveklabnik | bors | -1/+1 |
| 2015-04-28 | Add error explanation for E0013 | Robin Stocker | -1/+19 |
| 2015-04-28 | collections: Implement vec::drain(range) according to RFC 574 | Ulrik Sverdrup | -85/+128 |
| 2015-04-28 | TRPL: Tiny incoherence in UFCS example. | Toni Cárdenas | -1/+1 |
| 2015-04-28 | Auto merge of #24835 - rprichard:rfail-full, r=alexcrichton | bors | -2/+19 |
| 2015-04-28 | Auto merge of #24478 - alexcrichton:issue-24313, r=aturon | bors | -31/+55 |
| 2015-04-27 | std: Don't assume thread::current() works on panic | Alex Crichton | -11/+51 |
| 2015-04-27 | Auto merge of #24701 - Stebalien:slice, r=alexcrichton | bors | -25/+110 |
| 2015-04-27 | std: Clean up some annotations in thread::local | Alex Crichton | -20/+4 |
| 2015-04-27 | Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakis | bors | -116/+447 |
| 2015-04-27 | core: Fix size_hint for signed integer Range<T> iterators | Ulrik Sverdrup | -4/+41 |
| 2015-04-27 | collections: Add trait RangeArgument | Ulrik Sverdrup | -0/+46 |
| 2015-04-27 | compiletest: Add support for `// ignore-musl` | Alex Crichton | -0/+8 |
| 2015-04-27 | std: Don't assume dlopen() works on yourself | Alex Crichton | -1/+4 |
| 2015-04-27 | compiletest: Don't force dylibs on musl | Alex Crichton | -1/+14 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -6/+21 |
| 2015-04-27 | rustc: Add support for linking arbitrary objects | Alex Crichton | -7/+24 |
| 2015-04-27 | rustc_back: Add x86_64-unknown-linux-musl as a target | Alex Crichton | -31/+96 |
| 2015-04-27 | mk: Add support for musl-based builds | Alex Crichton | -14/+68 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -724/+2801 |
| 2015-04-27 | rustc: Add target_env for triples by default | Alex Crichton | -2/+31 |
| 2015-04-27 | mk: Remove a bunch of unused directives | Alex Crichton | -94/+0 |
| 2015-04-27 | Auto merge of #24869 - steveklabnik:rollup, r=steveklabnik | bors | -31/+61 |
| 2015-04-27 | Rollup merge of #24868 - tshepang:fix-vec-remove-doc, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | Rollup merge of #24867 - tshepang:patch-3, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | Rollup merge of #24866 - tshepang:vec-intro, r=steveklabnik | Steve Klabnik | -2/+3 |
| 2015-04-27 | Rollup merge of #24863 - dhardy:patch-1, r=steveklabnik | Steve Klabnik | -8/+16 |
| 2015-04-27 | Rollup merge of #24860 - Manishearth:cargo-doc, r=steveklabnik | Steve Klabnik | -0/+7 |
| 2015-04-27 | Rollup merge of #24855 - richo:thread-doc, r=alexcrichton | Steve Klabnik | -2/+1 |