| Age | Commit message (Expand) | Author | Lines |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -365/+611 |
| 2015-05-19 | Expose enum discriminant signedness | Ariel Ben-Yehuda | -20/+17 |
| 2015-05-19 | Rollup merge of #25591 - rick68:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Rollup merge of #25590 - michaelsproul:enum-struct-diagnostics, r=Manishearth | Manish Goregaokar | -6/+158 |
| 2015-05-19 | Rollup merge of #25587 - bluss:rustdoc-type-margin, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Rollup merge of #25580 - killercup:trpl/unify-code-blocks, r=steveklabnik | Manish Goregaokar | -106/+107 |
| 2015-05-19 | Rollup merge of #25576 - mbrubeck:pathext-doc, r=steveklabnik | Manish Goregaokar | -2/+3 |
| 2015-05-19 | Rollup merge of #25575 - clatour:patch-2, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-19 | Rollup merge of #25551 - cllns:add-active-class-to-rustbook-toc, r=alexcrichton | Manish Goregaokar | -9/+21 |
| 2015-05-19 | Rollup merge of #25512 - peferron:doc-traits-error-fix, r=alexcrichton | Manish Goregaokar | -5/+6 |
| 2015-05-19 | Rollup merge of #25452 - jimblandy:master, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2015-05-19 | Fix lifetimes trpl typo | Mohammed Attia | -1/+1 |
| 2015-05-19 | Don't call drop when taking the address of unsized fields | Björn Steinbrink | -2/+73 |
| 2015-05-19 | fmt.rs: add note about lack of padding support for some types | Parker Moore | -0/+4 |
| 2015-05-19 | fix footnote link | Eric Ye | -3/+3 |
| 2015-05-19 | Auto merge of #25550 - sfackler:derive-debug-unsized, r=alexcrichton | bors | -5/+25 |
| 2015-05-19 | Auto merge of #25548 - sfackler:debug-builders-by-ref, r=alexcrichton | bors | -43/+69 |
| 2015-05-19 | Fix the error explanation for E0053. | Nick Hamann | -24/+11 |
| 2015-05-19 | Add error explanation for E0326. | Nick Hamann | -1/+19 |
| 2015-05-19 | Update iter.rs | Wei-Ming Yang | -1/+1 |
| 2015-05-19 | Explain E0023, E0024, E0025, E0026, E0027, E0033. | Michael Sproul | -6/+158 |
| 2015-05-18 | Fix debug builder examples examples | Steven Fackler | -2/+2 |
| 2015-05-19 | Auto merge of #25496 - alexcrichton:stabilize-cloned, r=aturon | bors | -1/+1 |
| 2015-05-19 | collections: Clean up feature flags doc examples | Ulrik Sverdrup | -33/+7 |
| 2015-05-19 | collections: Avoid unstable code in examples for Vec | Ulrik Sverdrup | -8/+4 |
| 2015-05-19 | collections: Avoid unstable code in examples for String | Ulrik Sverdrup | -23/+11 |
| 2015-05-19 | Auto merge of #25441 - alexcrichton:debug-panic-neg, r=aturon | bors | -3/+33 |
| 2015-05-18 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+33 |
| 2015-05-19 | rustdoc: Fix left margin for type aliases | Ulrik Sverdrup | -1/+1 |
| 2015-05-18 | Auto merge of #25337 - bleibig:update-grammar, r=nikomatsakis | bors | -23/+34 |
| 2015-05-18 | Add example for from_str_radix | Steve Klabnik | -8/+4 |
| 2015-05-18 | Auto merge of #25230 - rayglover:patch-bitset, r=Gankro | bors | -74/+83 |
| 2015-05-18 | TRPL: Normalize rust Code Block Markers | Pascal Hertleif | -35/+35 |
| 2015-05-18 | TRPL: Add `rust` Marker to Some Code Block | Pascal Hertleif | -71/+72 |
| 2015-05-18 | trpl: Proofread "Rust Inside Other Languages" | Michael Macias | -30/+30 |
| 2015-05-18 | [doc] Add a reference from PathExt to fs::metadata | Matt Brubeck | -2/+3 |
| 2015-05-18 | trpl: Dining philosophers backstory typo | clatour | -1/+1 |
| 2015-05-18 | Auto merge of #25501 - nham:E0072_E0073, r=alexcrichton | bors | -8/+123 |
| 2015-05-18 | Show the span of feature that is unstable when using a feature-list. | Falco Hirschenberger | -1/+5 |
| 2015-05-17 | Use byte string literal syntax | peferron | -5/+6 |
| 2015-05-18 | Rollup merge of #25537 - carols10cents:grammar-oops, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-18 | Rollup merge of #25530 - peferron:doc-closures-whitespace-fix, r=alexcrichton | Manish Goregaokar | -6/+6 |
| 2015-05-18 | Rollup merge of #25526 - chellmuth:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-18 | Auto merge of #25541 - klutzy:remove-packed-attr, r=alexcrichton | bors | -1/+0 |
| 2015-05-17 | Fix finish docs | Steven Fackler | -10/+5 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -33/+64 |
| 2015-05-17 | Auto merge of #25527 - inrustwetrust:const-not-overflow, r=alexcrichton | bors | -3/+34 |
| 2015-05-17 | Auto merge of #25523 - nham:remove_E0068, r=alexcrichton | bors | -20/+4 |
| 2015-05-17 | Tidy the code that checks for type parameters in associated const paths. | Sean Patrick Santos | -24/+27 |
| 2015-05-17 | Fix issue where trait-associated consts could cause ICEs in match patterns. | Sean Patrick Santos | -15/+75 |