| Age | Commit message (Expand) | Author | Lines |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -71/+0 |
| 2015-01-27 | Rollup merge of #21612 - bombless:patch-3, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-01-27 | Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+0 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -133/+2 |
| 2015-01-26 | Remove every mention of "onceness". | Eduard Burtescu | -4/+0 |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -31/+24 |
| 2015-01-25 | fix wrong link | York Xiang | -2/+2 |
| 2015-01-24 | Rollup merge of #21535 - steveklabnik:gh19759, r=alexcrichton | Flavio Percoco Premoli | -130/+1 |
| 2015-01-24 | Rollup merge of #21532 - steveklabnik:gh21531, r=alexcrichton | Flavio Percoco Premoli | -3/+1 |
| 2015-01-23 | Remove lang items from the reference. | Steve Klabnik | -130/+1 |
| 2015-01-23 | Auto merge of #21374 - dgrunwald:range-notation-fixes, r=nikomatsakis | bors | -4/+3 |
| 2015-01-22 | Remove section on stability levels from reference | Brian Anderson | -71/+0 |
| 2015-01-22 | remove weird sentence | Steve Klabnik | -3/+1 |
| 2015-01-22 | Rollup merge of #21091 - steveklabnik:add_attribute_docs, r=huonw | Steve Klabnik | -0/+12 |
| 2015-01-22 | Document remaining attributes and macros | Steve Klabnik | -0/+12 |
| 2015-01-22 | Fix some grammar inconsistencies for the '..' range notation. | Daniel Grunwald | -4/+3 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -23/+9 |
| 2015-01-21 | docs: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -23/+9 |
| 2015-01-21 | remove `NoSendItem` and `NoSyncItem` | Jorge Aparicio | -4/+0 |
| 2015-01-20 | Test fixes and rebase conflicts | Alex Crichton | -5/+5 |
| 2015-01-21 | Rollup merge of #21179 - nodakai:reference-mod-to-self, r=huonw | Barosl LEE | -4/+4 |
| 2015-01-21 | Rollup merge of #21294 - alfie:typo, r=steveklabnik | Barosl LEE | -1/+1 |
| 2015-01-21 | Rollup merge of #21355 - alfie:suffix, r=steveklabnik | Barosl LEE | -107/+107 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, r=steveklabnik | Barosl LEE | -1/+1 |
| 2015-01-18 | docs: replacing more deprecated integer suffixes | Alfie John | -80/+80 |
| 2015-01-18 | docs: replace deprecated integer suffixes from examples | Alfie John | -28/+28 |
| 2015-01-17 | docs: typo | Alfie John | -1/+1 |
| 2015-01-17 | s/deriving/derives in Comments/Docs | Earl St Sauver | -1/+1 |
| 2015-01-17 | Add enum discriminats to the reference. | Steve Klabnik | -0/+21 |
| 2015-01-15 | rollup merge of #21105: csouth3/kill-box-import | Alex Crichton | -6/+0 |
| 2015-01-15 | rollup merge of #21014: steveklabnik/gh20876 | Alex Crichton | -9/+2 |
| 2015-01-15 | rollup merge of #20632: gchp/reference | Alex Crichton | -4/+4 |
| 2015-01-15 | reference.md: change "mod" to "self" in "use" declaration. | NODA, Kai | -4/+4 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -1/+1 |
| 2015-01-13 | Remove unneeded box import in examples | Chase Southwood | -6/+0 |
| 2015-01-13 | Replace usage of deriving with derive in docs | Greg Chapple | -4/+4 |
| 2015-01-12 | Clean up unary operators in the reference | Steve Klabnik | -9/+2 |
| 2015-01-11 | powerpc: Document the existance of powerpc | Richo Healey | -1/+1 |
| 2015-01-12 | auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis | bors | -0/+7 |
| 2015-01-12 | Merge pull request #20902 from stevencrockett/master | bors | -29/+29 |
| 2015-01-12 | docs | Manish Goregaokar | -0/+7 |
| 2015-01-10 | reference: Made a number of small gramatical fixes changes for correctness/co... | Steven Crockett | -29/+29 |
| 2015-01-10 | Update 7.2.9 Array expressions | Armin Preiml | -2/+2 |
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -11/+12 |
| 2015-01-07 | Test fixes and rebase conflicts | Alex Crichton | -26/+40 |
| 2015-01-07 | Merge pull request #20674 from jbcrail/fix-misspelled-comments | bors | -1/+1 |
| 2015-01-06 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2015-01-07 | Cleanup and followup to PR #17830: parsing changes | Piotr Czarnecki | -4/+3 |