| Age | Commit message (Expand) | Author | Lines |
| 2017-03-29 | Avoid linking to a moved page in rust.html | Malo Jaffré | -1/+1 |
| 2014-09-22 | manual -> reference & formatting | Steve Klabnik | -4416/+1 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -2/+3 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+2 |
| 2014-09-15 | Fix two typos | Martin Olsson | -1/+1 |
| 2014-09-12 | auto merge of #16657 : steveklabnik/rust/goodbye_tutorial, r=brson | bors | -4/+4 |
| 2014-09-11 | Replace the Tutorial with the Guide. | Steve Klabnik | -4/+4 |
| 2014-09-11 | auto merge of #17154 : steveklabnik/rust/array_clarification, r=huonw | bors | -20/+21 |
| 2014-09-10 | Fix vector terminology in the manual. | Steve Klabnik | -20/+21 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+2 |
| 2014-09-09 | rollup merge of #17054 : pcwalton/subslice-syntax | Alex Crichton | -1/+1 |
| 2014-09-09 | rollup merge of #17052 : pcwalton/feature-gate-subslices | Alex Crichton | -5/+7 |
| 2014-09-09 | auto merge of #16825 : steveklabnik/rust/fix_manual_array_terms, r=brson | bors | -23/+25 |
| 2014-09-08 | librustc: Change the syntax of subslice matching to use postfix `..` | Patrick Walton | -1/+1 |
| 2014-09-08 | librustc: Feature gate subslice matching in non-tail positions. | Patrick Walton | -5/+7 |
| 2014-09-07 | Fix vector/array/slice terminology in manual. | Steve Klabnik | -23/+25 |
| 2014-09-05 | Update language item from 'share' to 'sync' #16988 | Felix Raimundo | -2/+2 |
| 2014-09-02 | auto merge of #16925 : jbcrail/rust/doc-spelling-errors, r=alexcrichton | bors | -5/+5 |
| 2014-09-01 | doc: Fix spelling errors. | Joseph Crail | -5/+5 |
| 2014-09-01 | Fix pointer types in the manual. | Steve Klabnik | -20/+8 |
| 2014-08-30 | rollup merge of #16780 : mdinger/marker_types | Alex Crichton | -4/+4 |
| 2014-08-27 | Fix sorting order. Change `sync` to `share` | mdinger | -4/+4 |
| 2014-08-23 | extern crate foobar as foo; | wickerwaka | -7/+4 |
| 2014-08-20 | manual: fix link | Corey Richardson | -1/+1 |
| 2014-08-20 | docs: don't claim struct layout is specified, but mention repr | Corey Richardson | -6/+20 |
| 2014-08-19 | auto merge of #16583 : steveklabnik/rust/gh16569, r=pcwalton | bors | -0/+4 |
| 2014-08-18 | Manual: add information about //! | Steve Klabnik | -0/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-16 | Add `use a::b::{c, mod};` to the manual | Jakub Wieczorek | -1/+12 |
| 2014-08-15 | auto merge of #16500 : jackheizer/rust/export-name, r=alexcrichton | bors | -0/+2 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -2/+2 |
| 2014-08-14 | Add export_name to the attribute whitelist and a description in the rust manual | Jack Heizer | -0/+2 |
| 2014-08-14 | auto merge of #16444 : steveklabnik/rust/fix_boxes_in_manual, r=brson | bors | -1/+1 |
| 2014-08-14 | auto merge of #16440 : bheesham/rust/master, r=brson | bors | -8/+8 |
| 2014-08-14 | auto merge of #16428 : mdinger/rust/sort_attributes, r=cmr | bors | -112/+144 |
| 2014-08-13 | Sort `Marker types` and add missing language items | mdinger | -22/+54 |
| 2014-08-12 | ~ -> Box in the manual | Steve Klabnik | -1/+1 |
| 2014-08-12 | Minor changes to `rust.md`, and `guide-ffi.md`. | Bheesham Persaud | -8/+8 |
| 2014-08-11 | Sort most attributes alphabetically | mdinger | -90/+90 |
| 2014-08-09 | rust.md: Explicitly point out how special `'static` is. | Felix S. Klock II | -1/+7 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -3/+3 |
| 2014-08-03 | Remove the "NFKC clause" in the reference manual. | OGINO Masanori | -2/+1 |
| 2014-08-01 | Fix manual regarding attribute placement. | Steve Klabnik | -5/+5 |
| 2014-08-01 | librustc: Forbid pattern bindings after `@`s, for memory safety. | Patrick Walton | -1/+6 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+1 |
| 2014-07-29 | manual: update list of feature gates, add phase attribute | Corey Richardson | -5/+71 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+1 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -2/+2 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |