| Age | Commit message (Expand) | Author | Lines |
| 2015-04-28 | Add error explanation for E0013 | Robin Stocker | -1/+19 |
| 2015-04-28 | =BG= change definition to use 'statics' as well as 'constants' | Brendan Graetz | -2/+2 |
| 2015-04-28 | =BG= Add detailed error message for E0265 | Brendan Graetz | -1/+16 |
| 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 | -0/+0 |
| 2015-04-28 | Fix #24872, XSS in docs not found page. | Chris Morgan | -1/+5 |
| 2015-04-27 | Make item sections match item EBNF | Carol (Nichols || Goulding) | -1/+5 |
| 2015-04-28 | Auto merge of #24478 - alexcrichton:issue-24313, r=aturon | bors | -31/+55 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -914/+2404 |
| 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 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -724/+2801 |
| 2015-04-27 | [reference] Fix a typo in 3.4 Whitespace | Matt Brubeck | -1/+1 |
| 2015-04-27 | rustc: Add target_env for triples by default | Alex Crichton | -2/+31 |
| 2015-04-27 | reference: add missing bracket | Tshepang Lekhonkhobe | -2/+2 |
| 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 |
| 2015-04-27 | Rollup merge of #24854 - frewsxcv:patch-19, r=alexcrichton | Steve Klabnik | -3/+1 |
| 2015-04-27 | Rollup merge of #24848 - bluss:deref-string, r=alexcrichton | Steve Klabnik | -4/+21 |
| 2015-04-27 | Rollup merge of #24804 - liigo:new-trait-color, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-04-27 | Rollup merge of #24797 - roryokane:patch-1, r=nikomatsakis | Steve Klabnik | -9/+9 |
| 2015-04-27 | Bug fix: `Rvalue(ByRef)` will issue a lifetime_end as its post_store, which i... | Felix S. Klock II | -1/+1 |
| 2015-04-27 | doc: it is 'index', not 'i' | Tshepang Lekhonkhobe | -1/+1 |
| 2015-04-27 | drive-by fix: scheduled drops are executed in reverse order. | Felix S. Klock II | -1/+1 |
| 2015-04-27 | reference: block-comment -> block comment | Tshepang Lekhonkhobe | -1/+1 |
| 2015-04-27 | trpl: clarify lib.rs vs main.rs | Manish Goregaokar | -0/+7 |
| 2015-04-27 | Auto merge of #24834 - shepmaster:default-atomic-ptr, r=alexcrichton | bors | -0/+6 |
| 2015-04-27 | book: improve Vec intro | Tshepang Lekhonkhobe | -2/+3 |
| 2015-04-27 | Update reference.md: floating-point section | Diggory Hardy | -2/+10 |
| 2015-04-27 | Auto merge of #24820 - bradking:fix-windows-process-spawn-command-line, r=ale... | bors | -18/+21 |
| 2015-04-27 | Update reference.md: string literals section | Diggory Hardy | -6/+6 |
| 2015-04-27 | Adjusted intro error to match code | Dominic van Berkel | -1/+1 |
| 2015-04-27 | Change literal minus ‘−’ to HTML entity ‘−’ | Rory O’Kane | -9/+9 |
| 2015-04-27 | Change hyphen to minus in HTML template too | Rory O’Kane | -1/+1 |