| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 | 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-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-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 |
| 2015-04-18 | Auto merge of #24519 - rprichard:opt-write-args, r=alexcrichton | bors | -3/+3 |
| 2015-04-18 | Return nonzero exit code if there are errors at a stop point | Florian Hahn | -6/+440 |
| 2015-04-18 | Auto merge of #24464 - lambdaburrito:master, r=alexcrichton | bors | -0/+127 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -49/+106 |
| 2015-04-18 | Auto merge of #24209 - nikomatsakis:refactor-unification, r=nrc | bors | -380/+778 |
| 2015-04-17 | Remove obsolete discusison of runtime, promote `Linkage` to chapter. | Graydon Hoare | -38/+1 |
| 2015-04-17 | Improve memory-model section very slightly. | Graydon Hoare | -2/+4 |
| 2015-04-17 | Improve special-traits section very slightly. | Graydon Hoare | -8/+10 |
| 2015-04-18 | Auto merge of #24133 - kballard:add-sync-to-io-error, r=alexcrichton | bors | -10/+15 |
| 2015-04-17 | Eliminate the obsolete term 'slot'. | Graydon Hoare | -28/+28 |
| 2015-04-17 | Clean up section on Type aliases. | Graydon Hoare | -12/+5 |
| 2015-04-17 | Trim florid language. | Graydon Hoare | -7/+5 |
| 2015-04-17 | Trim malformed sentence. | Graydon Hoare | -2/+1 |