| Age | Commit message (Expand) | Author | Lines |
| 2015-05-14 | Add #[inline] to Borrow<str>::borrow for String. | Jan Bujak | -0/+1 |
| 2015-05-14 | trpl: punctuation fix in Patterns | Alex Burka | -2/+2 |
| 2015-05-14 | trpl: fix link from Match to If Let | Alex Burka | -1/+1 |
| 2015-05-14 | trpl: fix link from Enums to Traits | Alex Burka | -0/+1 |
| 2015-05-14 | trpl: fix link from Structs to Traits | Alex Burka | -0/+2 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -631/+374 |
| 2015-05-14 | I fixed the typo of the value of e in the memory tables. It is a reference to... | Paul Faria | -26/+26 |
| 2015-05-14 | Move configuration 1 phase before crate metadata collection | Kevin Ballard | -11/+42 |
| 2015-05-14 | trpl: punctuation fix | Alex Burka | -1/+1 |
| 2015-05-14 | Another thread->task fix. | David Reid | -1/+1 |
| 2015-05-14 | trpl-docs: Specify correct type of variable binding | Marin Atanasov Nikolov | -1/+1 |
| 2015-05-14 | Rollup merge of #25401 - WiSaGaN:bugfix/fix_crates_io_link, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-05-14 | Rollup merge of #25398 - nham:E0066_E0069, r=huonw | Manish Goregaokar | -16/+195 |
| 2015-05-14 | Rollup merge of #25397 - dreid:patch-2, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-14 | Rollup merge of #25395 - dreid:patch-1, r=alexcrichton | Manish Goregaokar | -23/+23 |
| 2015-05-14 | Rollup merge of #25391 - nham:ref_rfc255_link, r=alexcrichton | Manish Goregaokar | -1/+3 |
| 2015-05-14 | Rollup merge of #25381 - mathroc:patch-1, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-05-14 | Rollup merge of #25354 - mdinger:delete_book, r=steveklabnik | Manish Goregaokar | -0/+6 |
| 2015-05-14 | Add some missing links. | parir | -0/+3 |
| 2015-05-14 | Fix version numbers in the guessing game. | parir | -6/+6 |
| 2015-05-14 | Fix crates.io link. | Wangshan Lu | -1/+1 |
| 2015-05-14 | Auto merge of #25381 - mathroc:patch-1, r=alexcrichton | bors | -1/+1 |
| 2015-05-14 | save-analysis: fix a bracket counting bug | Nick Cameron | -14/+23 |
| 2015-05-14 | save-analysis: update the smoke test | Nick Cameron | -43/+84 |
| 2015-05-14 | save-analysis: start factoring out an API | Nick Cameron | -69/+129 |
| 2015-05-14 | Auto merge of #25338 - tamird:unignore-stage-tests, r=alexcrichton | bors | -28/+0 |
| 2015-05-14 | Improve E0053 and E0066 error explanations. | Nick Hamann | -8/+7 |
| 2015-05-14 | Improve examples in the E0255/E0256 error explanations. | Nick Hamann | -5/+5 |
| 2015-05-14 | Auto merge of #24741 - cgwalters:note-setenv-and-unsetenv-are-not-threadsafe,... | bors | -0/+22 |
| 2015-05-14 | Add error explanations for E0053, E0251, E0252, E0255, E0256, E0368. | Nick Hamann | -8/+164 |
| 2015-05-14 | Auto merge of #25238 - alexcrichton:fix-archive-with-slashes, r=brson | bors | -0/+15 |
| 2015-05-13 | Fix automatic substitution of task->thread. | David Reid | -1/+1 |
| 2015-05-14 | Auto merge of #25065 - quantheory:fix_associated_const_ambiguity_message, r=n... | bors | -150/+191 |
| 2015-05-14 | Extract PathCollector | Nick Cameron | -56/+68 |
| 2015-05-14 | move out function data | Nick Cameron | -7/+57 |
| 2015-05-14 | Use the new-style API for external crate listings | Nick Cameron | -15/+45 |
| 2015-05-14 | save-analysis: move csv dumping stuff to its own module and rename | Nick Cameron | -1510/+1540 |
| 2015-05-13 | Fix table syntax. | David Reid | -23/+23 |
| 2015-05-13 | libstd/env: Add non-Rust synchronization warnings for setenv() | Colin Walters | -0/+22 |
| 2015-05-13 | Add error explanations for E0066 and E0069. | Nick Hamann | -8/+32 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -631/+374 |
| 2015-05-13 | Fix ICE that occurs when an associated const is ambiguous. | Sean Patrick Santos | -148/+182 |
| 2015-05-13 | Fix link to RFC 255 in Reference. | Nick Hamann | -1/+3 |
| 2015-05-13 | Unignore some tests in stage1 | Tamir Duberstein | -26/+0 |
| 2015-05-13 | Allow `T::C` syntax in match patterns to refer to trait-assosociated constants. | Sean Patrick Santos | -2/+9 |
| 2015-05-13 | Fix test failure in the reference | Steve Klabnik | -0/+5 |
| 2015-05-13 | make diagnostic message clearer when called from cargo | Mathieu Rochette | -1/+1 |
| 2015-05-13 | Rollup merge of #25382 - steveklabnik:typo_fix, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-13 | Rollup merge of #25379 - mpark:trpl, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-05-13 | Rollup merge of #25376 - swaroopch:patch-2, r=steveklabnik | Steve Klabnik | -0/+2 |