| Age | Commit message (Expand) | Author | Lines |
| 2014-11-03 | Small doc fixes | Daniel Hofstetter | -4/+4 |
| 2014-11-02 | refactor libcollections as part of collection reform | Alexis Beingessner | -8/+8 |
| 2014-11-01 | Replace deprecated missing_doc attribute. | Joseph Crail | -8/+8 |
| 2014-11-01 | Reference: Add missing of's | Daniel Hofstetter | -3/+3 |
| 2014-10-31 | auto merge of #18459 : alexcrichton/rust/rollup, r=alexcrichton | bors | -2/+5 |
| 2014-10-30 | rollup merge of #18408 : thestinger/unsafe | Alex Crichton | -2/+5 |
| 2014-10-30 | auto merge of #18376 : steveklabnik/rust/gh7963, r=alexcrichton | bors | -0/+1 |
| 2014-10-29 | auto merge of #17894 : steveklabnik/rust/fail_to_panic, r=aturon | bors | -22/+22 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -22/+22 |
| 2014-10-28 | reference: document unwinding unsafety issues | Daniel Micay | -0/+3 |
| 2014-10-28 | reference: slices are now regular types | Daniel Micay | -1/+1 |
| 2014-10-28 | reference: note the existence of UnsafeCell | Daniel Micay | -1/+1 |
| 2014-10-28 | update keyword list | Steve Klabnik | -18/+19 |
| 2014-10-28 | Describe doc attribute in the reference | Steve Klabnik | -0/+1 |
| 2014-10-17 | auto merge of #18052 : IvanUkhov/rust/raw-byte-string-literals, r=aturon | bors | -1/+1 |
| 2014-10-16 | librustc: Remove trans::reflect and the opaque and ty_visitor lang items. | Luqman Aden | -4/+0 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -1/+1 |
| 2014-10-15 | Fix the description of raw byte string literals | Ivan Ukhov | -1/+1 |
| 2014-10-13 | rollup merge of #17968 : nodakai/really-fix-kw-table | Alex Crichton | -17/+1 |
| 2014-10-13 | auto merge of #17733 : jgallagher/rust/while-let, r=alexcrichton | bors | -0/+14 |
| 2014-10-13 | auto merge of #17963 : sfackler/rust/cfg-error, r=alexcrichton | bors | -8/+10 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -8/+10 |
| 2014-10-12 | Fix HTML version of the keyword table. | NODA, Kai | -17/+1 |
| 2014-10-11 | Remove `virtual` structs from the reference | Jakub Wieczorek | -17/+0 |
| 2014-10-10 | Add `while let` to the reference | John Gallagher | -0/+12 |
| 2014-10-10 | Move `while let` behind `while_let` feature gate | John Gallagher | -0/+2 |
| 2014-10-09 | doc: Document constants in the reference | Alex Crichton | -19/+65 |
| 2014-10-09 | auto merge of #17873 : steveklabnik/rust/gh16413, r=alexcrichton | bors | -1/+3 |
| 2014-10-08 | add mention of test attribute | Steve Klabnik | -0/+2 |
| 2014-10-08 | remove crate_id attribute, add crate_name one | Steve Klabnik | -1/+1 |
| 2014-10-07 | Fix keyword table | Steve Klabnik | -0/+3 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+1 |
| 2014-10-03 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-10-03 | auto merge of #16995 : kmcallister/rust/plugin-tutorial, r=alexcrichton | bors | -6/+16 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -1/+1 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -1/+1 |
| 2014-10-02 | docs: remove mentions of Gc. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -1/+1 |
| 2014-10-01 | Link plugins guide from elsewhere | Keegan McAllister | -6/+16 |
| 2014-10-01 | auto merge of #17584 : pcwalton/rust/range-patterns-dotdotdot, r=nick29581 | bors | -1/+1 |
| 2014-09-30 | Add `if let` to the reference | Jakub Wieczorek | -1/+14 |
| 2014-09-30 | Update based on PR feedback | Kevin Ballard | -1/+1 |
| 2014-09-30 | Move `if let` behind a feature gate | Kevin Ballard | -0/+2 |
| 2014-09-30 | librustc: Forbid `..` in range patterns. | Patrick Walton | -1/+1 |
| 2014-09-22 | clean up some references to 'owned' | Steve Klabnik | -2/+2 |
| 2014-09-22 | vectors are not in the language | Steve Klabnik | -16/+9 |
| 2014-09-22 | die 'managed' | Steve Klabnik | -34/+14 |
| 2014-09-22 | logging is an external crate | Steve Klabnik | -58/+0 |
| 2014-09-22 | no it won't | Steve Klabnik | -2/+0 |
| 2014-09-22 | runtime has no C++ | Steve Klabnik | -1/+1 |