| Age | Commit message (Expand) | Author | Lines |
| 2015-04-20 | TRPL editing: structs | Steve Klabnik | -5/+5 |
| 2015-04-20 | TRPL editing: move patterns back | Steve Klabnik | -1/+1 |
| 2015-04-20 | TRPL editing: patterns | Steve Klabnik | -4/+36 |
| 2015-04-20 | TRPL editing: match | Steve Klabnik | -15/+16 |
| 2015-04-20 | TRPL editing: enums | Steve Klabnik | -104/+25 |
| 2015-04-20 | Auto merge of #22117 - fhahn:fail-on-errors, r=nikomatsakis | bors | -6/+440 |
| 2015-04-20 | Simplify alloc::arc::Arc example in doc-comment | Corey Farwell | -1/+1 |
| 2015-04-20 | Auto merge of #24525 - GuillaumeGomez:check-const, r=pnkfelix | bors | -1/+23 |
| 2015-04-20 | Fix typos | Guillaume Gomez | -2/+2 |
| 2015-04-20 | Auto merge of #24608 - frewsxcv:patch-15, r=alexcrichton | bors | -2/+2 |
| 2015-04-20 | Improve doc for `Result::unwrap()` | York Xiang | -2/+2 |
| 2015-04-20 | Auto merge of #24586 - richo:test-16745, r=jakub- | bors | -0/+20 |
| 2015-04-20 | Add long explanation for E0018 | Guillaume Gomez | -1/+23 |
| 2015-04-19 | Auto merge of #24592 - P1start:style-lints-changes, r=alexcrichton | bors | -22/+65 |
| 2015-04-19 | Finished unicode support in the model lexer. | Piotr Czarnecki | -18/+229 |
| 2015-04-19 | Add proper XID_Start and XID_Continue rules and use CharPos for span comparis... | Florian Hahn | -7/+676 |
| 2015-04-19 | Call skolemize_late_bound_regions only after fast rejection | Ariel Ben-Yehuda | -27/+20 |
| 2015-04-19 | Auto merge of #24517 - erickt:str, r=alexcrichton | bors | -1/+39 |
| 2015-04-19 | collections: Move optimized String::from_str to String::from | Erick Tryzelaar | -1/+39 |
| 2015-04-19 | Auto merge of #24526 - klutzy:getrandom-fix, r=alexcrichton | bors | -11/+10 |
| 2015-04-19 | Fix typos in code comments | Corey Farwell | -2/+2 |
| 2015-04-19 | Auto merge of #24572 - steveklabnik:gh24569, r=brson | bors | -583/+2 |
| 2015-04-19 | Auto merge of #24567 - tamird:windows-caviats, r=steveklabnik | bors | -4/+1 |
| 2015-04-19 | Auto merge of #24559 - frewsxcv:get-mut-if-let, r=steveklabnik | bors | -17/+10 |
| 2015-04-19 | rustdoc: don't inject "extern crate std;" | York Xiang | -1/+1 |
| 2015-04-19 | Lint non-snake-case crate names | P1start | -22/+65 |
| 2015-04-19 | std::rand::os: Fix race condition of atomics | klutzy | -11/+10 |
| 2015-04-19 | Auto merge of #24552 - meqif:explain, r=alexcrichton | bors | -1/+15 |
| 2015-04-19 | test: Add an assertion to the #16745 testcase | Richo Healey | -6/+7 |
| 2015-04-19 | Fix trailing whitespaces | Kelvin Ly | -2/+2 |
| 2015-04-19 | Auto merge of #24555 - frewsxcv:patch-14, r=steveklabnik | bors | -2/+3 |
| 2015-04-19 | Auto merge of #24554 - tshepang:let-faq, r=steveklabnik | bors | -4/+5 |
| 2015-04-18 | test: Add testcase for #16745 | Richo Healey | -0/+19 |
| 2015-04-18 | Fix typo | Kelvin Ly | -1/+1 |
| 2015-04-19 | Add long diagnostics for E0133. | Ricardo Martins | -1/+15 |
| 2015-04-18 | Auto merge of #24383 - avdi:patch-1, r=steveklabnik | bors | -1/+1 |
| 2015-04-19 | Add backquotes to have better looking rust code | Guillaume Gomez | -3/+21 |
| 2015-04-18 | Remove the 30 minute intro | Steve Klabnik | -583/+2 |
| 2015-04-18 | Auto merge of #24560 - kwantam:apply_table_opt, r=alexcrichton | bors | -897/+656 |
| 2015-04-18 | Indicate keywords are code-like in Fuse::reset_fuse doc comment | Corey Farwell | -2/+3 |
| 2015-04-18 | Update Windows caveats | Tamir Duberstein | -4/+1 |
| 2015-04-19 | fix doctest (fixup #24466) | Manish Goregaokar | -1/+1 |
| 2015-04-18 | Rollup merge of #24548 - graydon:reference-tidying, r=steveklabnik | Manish Goregaokar | -96/+53 |
| 2015-04-18 | Rollup merge of #24542 - michaelsproul:rollup, r=alexcrichton | Manish Goregaokar | -19/+117 |
| 2015-04-18 | Rollup merge of #24472 - dotdash:23431, r=nikomatsakis | Manish Goregaokar | -16/+42 |
| 2015-04-18 | Rollup merge of #24466 - steveklabnik:more_more_more, r=alexcrichton | Manish Goregaokar | -3/+105 |
| 2015-04-18 | optimize Unicode tables | kwantam | -897/+656 |
| 2015-04-18 | Utilize if..let for get_mut doc-comment examples | Corey Farwell | -17/+10 |
| 2015-04-18 | Emit correct alignment information for loads/store of small aggregates | Björn Steinbrink | -16/+42 |
| 2015-04-18 | doc: improve/fix 'let' FAQ | Tshepang Lekhonkhobe | -4/+5 |