| Age | Commit message (Expand) | Author | Lines |
| 2014-10-21 | auto merge of #17555 : steveklabnik/rust/module_guide, r=alexcrichton | bors | -0/+569 |
| 2014-10-20 | auto merge of #17453 : steveklabnik/rust/gh17340, r=alexcrichton | bors | -22/+120 |
| 2014-10-20 | New Guide: crates and modules | Steve Klabnik | -0/+569 |
| 2014-10-20 | auto merge of #18145 : neilpa/rust/master, r=steveklabnik | bors | -9/+9 |
| 2014-10-20 | Some String Guide improvements. | Steve Klabnik | -22/+120 |
| 2014-10-20 | auto merge of #18186 : cakebaker/rust/fix_test_count, r=alexcrichton | bors | -2/+2 |
| 2014-10-20 | Guide: Fix test count | Daniel Hofstetter | -2/+2 |
| 2014-10-20 | Guide: Fix typo in path | Daniel Hofstetter | -4/+4 |
| 2014-10-19 | auto merge of #18139 : JelteF/rust-1/patch-1, r=steveklabnik | bors | -2/+2 |
| 2014-10-19 | auto merge of #18135 : EduardoBautista/rust/fix-misaligned-carot, r=steveklabnik | bors | -1/+1 |
| 2014-10-19 | auto merge of #18120 : jrincayc/rust/match_exp, r=thestinger | bors | -8/+6 |
| 2014-10-18 | [Docs] more intro typos | Neil Pankey | -7/+7 |
| 2014-10-18 | [Docs] intro typo | Neil Pankey | -4/+4 |
| 2014-10-18 | Fix fold explanation in the guide | Jelte Fennema | -2/+2 |
| 2014-10-18 | Fix misaligned carot in guide | Eduardo Bautista | -1/+1 |
| 2014-10-18 | auto merge of #17955 : rjz/rust/tweak-tasks-guide, r=brson | bors | -13/+13 |
| 2014-10-17 | Use match expression directly in guide.md | jrincayc | -8/+6 |
| 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-14 | Guide: develop the exposition of arrays, vectors, and slices. | John Kleint | -50/+65 |
| 2014-10-13 | rollup merge of #17993 : redcape/fix-ffi-docs | Alex Crichton | -1/+1 |
| 2014-10-13 | rollup merge of #17992 : jkleint/guide-double-borrow | Alex Crichton | -3/+2 |
| 2014-10-13 | rollup merge of #17986 : gamazeps/docissue | Alex Crichton | -2/+2 |
| 2014-10-13 | rollup merge of #17979 : jkleint/guide-guess-counter | Alex Crichton | -2/+1 |
| 2014-10-13 | rollup merge of #17977 : Behemecoatyl/master | Alex Crichton | -1/+1 |
| 2014-10-13 | rollup merge of #17968 : nodakai/really-fix-kw-table | Alex Crichton | -32/+25 |
| 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 | -18/+18 |
| 2014-10-13 | Doc: Fix C-Code Example in FFI Docs | Gil Cottle | -1/+1 |
| 2014-10-12 | Guide: specify that both shared and mutable borrows can be re-lent. | John Kleint | -3/+2 |
| 2014-10-13 | Fixes small error on the doc (task part) | Felix Raimundo | -2/+2 |
| 2014-10-12 | Guide: remove promise of a counter in the guessing game. | John Kleint | -2/+1 |
| 2014-10-12 | Continue cfg syntax transition | Steven Fackler | -18/+18 |
| 2014-10-12 | fix broken link in guide-strings.md | Erwan | -1/+1 |
| 2014-10-12 | src/doc/README.md: fix a dead link. | NODA, Kai | -14/+18 |
| 2014-10-12 | Fix HTML version of the keyword table. | NODA, Kai | -18/+7 |
| 2014-10-11 | Tweak copy and formatting of Tasks guide | rjz | -13/+13 |
| 2014-10-11 | Remove `virtual` structs from the reference | Jakub Wieczorek | -17/+0 |
| 2014-10-11 | auto merge of #17928 : steveklabnik/rust/remove_runtime_guide, r=alexcrichton | bors | -285/+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-10 | Remove the runtime guide. | Steve Klabnik | -285/+0 |
| 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 | auto merge of #17867 : jbcrail/rust/unclear-macros-doc, r=alexcrichton | bors | -1/+1 |
| 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-08 | auto merge of #17843 : coffeejunk/rust/guide-macros, r=steveklabnik | bors | -55/+13 |