| Age | Commit message (Expand) | Author | Lines |
| 2015-02-15 | Rollup merge of #22324 - Manishearth:patch-1, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-02-15 | Rollup merge of #22305 - steveklabnik:gh20948, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-15 | Rollup merge of #22295 - steveklabnik:gh9980, r=alexcrichton | Manish Goregaokar | -4/+11 |
| 2015-02-15 | Rollup merge of #22280 - Unode:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22275 - steveklabnik:gh7538, r=huonw | Manish Goregaokar | -12/+41 |
| 2015-02-15 | Rollup merge of #22271 - steveklabnik:gh22035, r=nikomatsakis | Manish Goregaokar | -8/+5 |
| 2015-02-15 | Rollup merge of #22264 - fhahn:tiny-doc-fix2, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22132 - steveklabnik:gh16645, r=alexcrichton | Manish Goregaokar | -1/+24 |
| 2015-02-15 | book: link to a file with configs links | Elantsev Serj | -1/+1 |
| 2015-02-14 | Minor change in 'method-syntax' chapter | caipre | -2/+2 |
| 2015-02-14 | Documentation Fixes | Thiago Carvalho | -3/+3 |
| 2015-02-14 | Normalize range syntax used in concurrency.md | Manish Goregaokar | -6/+6 |
| 2015-02-13 | Note that Vec<T> is heap allocated. | Steve Klabnik | -2/+2 |
| 2015-02-13 | Enhance static mut example in FFI chapter. | Steve Klabnik | -4/+11 |
| 2015-02-13 | Mention type placeholders in the book. | Steve Klabnik | -1/+10 |
| 2015-02-13 | Reintroduce box syntax where needed | Steve Klabnik | -2/+7 |
| 2015-02-13 | Fix small copy-paste typo | Renato Alves | -1/+1 |
| 2015-02-13 | Add diverging functions to the book. | Steve Klabnik | -12/+41 |
| 2015-02-13 | Re-word paragraph about enums and equality | Steve Klabnik | -8/+5 |
| 2015-02-13 | Make note of doc duplication with reexports | Steve Klabnik | -1/+24 |
| 2015-02-13 | Make if after colon lowercase | Florian Hahn | -1/+1 |
| 2015-02-12 | Update uninstall instructions | Brian Anderson | -3/+3 |
| 2015-02-12 | Warn when linking a plugin into a non-plugin crate | Keegan McAllister | -0/+10 |
| 2015-02-12 | Updated usage of StrExt.parse() as per a recommendation by edwardw. | Nick Sarten | -23/+23 |
| 2015-02-12 | Fixed one newly created instance of range(start, end). | Nick Sarten | -1/+1 |
| 2015-02-12 | Updated documentation to use range notation syntax. | Nick Sarten | -22/+22 |
| 2015-02-10 | rollup merge of #22120: lukesteensen/closures_guide | Alex Crichton | -10/+10 |
| 2015-02-10 | rollup merge of #22106: steveklabnik/doc_trait_objects | Alex Crichton | -45/+289 |
| 2015-02-10 | rollup merge of #22007: thiagooak/master | Alex Crichton | -0/+14 |
| 2015-02-09 | Add documentation on trait objects. | Steve Klabnik | -45/+289 |
| 2015-02-09 | remove obsolete closure syntax from the guide | Luke Steensen | -10/+10 |
| 2015-02-09 | Use a crate attribute to load plugins | Keegan McAllister | -8/+7 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -3/+5 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -4/+0 |
| 2015-02-07 | Fix several tiny typos | Ingo Blechschmidt | -12/+12 |
| 2015-02-06 | Auto merge of #21997 - Manishearth:rollup, r=alexcrichton | bors | -1/+1 |
| 2015-02-06 | Note that types do not have to be declared in closures | Ingo Blechschmidt | -1/+2 |
| 2015-02-06 | Auto merge of #21860 - mdinger:enum_rewording, r=steveklabnik | bors | -93/+90 |
| 2015-02-06 | Book Compound Data Types update | Thiago Carvalho | -0/+14 |
| 2015-02-06 | Auto merge of #21962 - vrinek:printable-book, r=steveklabnik | bors | -59/+0 |
| 2015-02-06 | Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Auto merge of #21609 - GarrettHeel:master, r=steveklabnik | bors | -0/+4 |
| 2015-02-05 | Remove unused src/doc/trpl/rust-book.css | Kostas Karachalios | -59/+0 |
| 2015-02-04 | Fix for misspelled comments. | Joseph Crail | -1/+1 |
| 2015-02-04 | A concurrency chapter to replace the tasks chapter. | Steve Klabnik | -397/+392 |
| 2015-02-02 | rollup merge of #21865: steveklabnik/gh21501 | Alex Crichton | -4/+2 |
| 2015-02-02 | rollup merge of #21852: FreeFull/patch-1 | Alex Crichton | -1/+1 |
| 2015-02-02 | Fix discrepencies in the testing chapter | Steve Klabnik | -4/+2 |
| 2015-02-02 | Give more detail about eq in book about enums | mdinger | -93/+90 |
| 2015-02-02 | Closes issue #21850 | Filip SzczepaĆski | -1/+1 |