| Age | Commit message (Expand) | Author | Lines |
| 2015-01-13 | Rewrite each_attr to return a vector. | Ms2ger | -37/+16 |
| 2015-01-13 | Return the Vec from csearch::get_item_attrs. | Ms2ger | -27/+13 |
| 2015-01-13 | Return the Vec from decoder::get_item_attrs. | Ms2ger | -7/+5 |
| 2015-01-13 | auto merge of #20960 : erickt/rust/fix-associated-types-debuginfo, r=michaelw... | bors | -22/+86 |
| 2015-01-13 | std: Deprecate `finally` module | Brian Anderson | -2/+38 |
| 2015-01-13 | Return passed value from black_box | Travis Watkins | -1/+2 |
| 2015-01-13 | typeck: move method errors/suggestions to their own file. | Huon Wilson | -101/+126 |
| 2015-01-13 | auto merge of #20955 : nikomatsakis/rust/assoc-types-struct-field-access, r=n... | bors | -28/+142 |
| 2015-01-12 | Initialize memory for BufferedReader buffer | Steven Fackler | -11/+10 |
| 2015-01-12 | Various changes to Rust Introduction | Kevin Yap | -21/+21 |
| 2015-01-12 | Change Mutex to use SRWLock on Windows. | Peter Atashian | -83/+49 |
| 2015-01-13 | auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=... | bors | -50/+0 |
| 2015-01-12 | add test for issue #20575 | Jorge Aparicio | -0/+19 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -105/+104 |
| 2015-01-12 | Add note about TLS lookups in random() | Steve Klabnik | -1/+26 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -227/+360 |
| 2015-01-12 | add --xpretty flowgraph,unlabelled variant. | Felix S. Klock II | -17/+31 |
| 2015-01-12 | Match prose with code when discussing Ordering values | Adam Roben | -1/+1 |
| 2015-01-12 | Don't use 'synonym' with regards to newtypes | Steve Klabnik | -1/+1 |
| 2015-01-12 | Elaborate on destructuring let | Steve Klabnik | -1/+2 |
| 2015-01-13 | Some random things | Nick Cameron | -4/+4 |
| 2015-01-13 | Add view items to the ast map | Nick Cameron | -0/+36 |
| 2015-01-12 | Improve example in the intro. | Steve Klabnik | -10/+11 |
| 2015-01-12 | Improve the ownership guide a tad | Steve Klabnik | -4/+20 |
| 2015-01-12 | auto merge of #20894 : swgillespie/rust/emacs-issue-20422, r=pnkfelix | bors | -0/+5 |
| 2015-01-12 | Vec's IntoIter should be Send/Sync when Vec is (fixes #21027) | Renato Zannon | -0/+3 |
| 2015-01-12 | Improve clarity of paragraph in the pointer guide | Steve Klabnik | -5/+4 |
| 2015-01-12 | Remove PDF link on 404 page | Steve Klabnik | -1/+4 |
| 2015-01-12 | rustdoc: Show type bindings on object types | Tom Jakubowski | -20/+27 |
| 2015-01-12 | Ease parsing of an English sentence | Lauri Lehmijoki | -1/+1 |
| 2015-01-12 | rustdoc: Remove traces of old closures | Tom Jakubowski | -78/+0 |
| 2015-01-12 | rustdoc: Fix where clauses on re-exports | Tom Jakubowski | -15/+160 |
| 2015-01-12 | Clean up wording around uninitialized values. | Steve Klabnik | -19/+1 |
| 2015-01-12 | Link to sections in the book's README.md | Steve Klabnik | -3/+3 |
| 2015-01-12 | Clean up unary operators in the reference | Steve Klabnik | -9/+2 |
| 2015-01-12 | Small fix in the book | Steve Klabnik | -1/+1 |
| 2015-01-12 | Small grammar fix in the book | Steve Klabnik | -2/+2 |
| 2015-01-12 | auto merge of #20789 : nikomatsakis/rust/issue-20765-normalize-where-clause, ... | bors | -30/+129 |
| 2015-01-12 | Fix text in TRPL macros guide to match the example | Alexander Korolkov | -3/+12 |
| 2015-01-12 | Normalize bounds that we extract from where clauses. Fixes #20765. | Niko Matsakis | -30/+129 |
| 2015-01-13 | Update #[deriving] documentation. | Huon Wilson | -25/+28 |
| 2015-01-12 | Fix various oversights in enum field treatment in trans and typeck. | Niko Matsakis | -3/+90 |
| 2015-01-12 | Remove usage and reference of feature(globs) from the book | Cam Jackson | -8/+1 |
| 2015-01-12 | auto merge of #20942 : nagisa/rust/shrl-impls, r=nikomatsakis | bors | -8/+60 |
| 2015-01-12 | Purge references to Rust tasks from TRPL. | Paul Crowley | -14/+13 |
| 2015-01-12 | auto merge of #19870 : mdinger/rust/align_error, r=nick29581 | bors | -225/+1048 |
| 2015-01-12 | auto merge of #20917 : nick29581/rust/plugins, r=huonw | bors | -81/+268 |
| 2015-01-12 | Fix testsuite errors | mdinger | -221/+980 |
| 2015-01-12 | Implement multi-line errors | mdinger | -2/+66 |
| 2015-01-12 | Backtick nits | mdinger | -2/+2 |