| Age | Commit message (Expand) | Author | Lines |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -7/+7 |
| 2013-06-28 | Convert vec::{push, push_all, push_all_move} to methods. | Huon Wilson | -1/+1 |
| 2013-06-22 | auto merge of #7274 : thestinger/rust/size_hint, r=huonw | bors | -3/+3 |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -3/+3 |
| 2013-06-22 | auto merge of #7204 : alexcrichton/rust/deriving-to-string, r=pcwalton | bors | -1/+3 |
| 2013-06-22 | Expand the deriving(ToStr) implementation | Alex Crichton | -1/+3 |
| 2013-06-21 | Minor doc updates to reflect #[deriving(Zero)], and small release notes adjus... | Huon Wilson | -0/+1 |
| 2013-06-16 | Correct docs | Niko Matsakis | -1/+1 |
| 2013-06-11 | fix tests, remove some warnings | Huon Wilson | -6/+6 |
| 2013-06-10 | std: remove str::contains in favour of the method | Huon Wilson | -8/+3 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -3/+3 |
| 2013-06-06 | Fix duplicate words in the docs | Alexei Sholik | -1/+1 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -2/+4 |
| 2013-05-30 | Minor grammar fix. | Gábor Horváth | -1/+1 |
| 2013-05-30 | Minor style fix. | Gábor Horváth | -1/+1 |
| 2013-05-30 | Minor documentation addition. | Gábor Horváth | -1/+2 |
| 2013-05-29 | auto merge of #6825 : caitp/rust/issue-6824, r=Aatch | bors | -2/+2 |
| 2013-05-30 | Fixes #6824 - Correct scan_number() grammar | Caitlin Potter | -2/+2 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+6 |
| 2013-05-23 | docs: Don't mention obsolete move operator, as per #5700 | Tim Chevalier | -4/+5 |
| 2013-05-23 | more testing fallout from core->std/std->extra move | Ted Horst | -35/+35 |
| 2013-05-22 | Add static_assert doc blurb | Corey Richardson | -0/+1 |
| 2013-05-20 | added and rewrote text for 'do' and 'for' loops | John Clements | -12/+16 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -2/+2 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -41/+40 |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+43 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -41/+40 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -30/+1 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -1/+0 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -3/+3 |
| 2013-04-30 | Revert "doc: XFAIL mysterious failure on bots" | Jed Davis | -1/+1 |
| 2013-04-29 | doc: XFAIL mysterious failure on bots | Patrick Walton | -1/+1 |
| 2013-04-29 | librustc: Change labels to use the lifetime notation `'`. | Patrick Walton | -3/+3 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -3/+3 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -8/+8 |
| 2013-04-07 | Update manual for single-element tuple types | zofrex | -1/+1 |
| 2013-04-07 | Update manual for single-element tuples | zofrex | -1/+2 |
| 2013-04-04 | auto merge of #5703 : steveklabnik/rust/add_log_docs, r=thestinger | bors | -0/+22 |
| 2013-04-03 | One more typo: dubug -> debug | Steve Klabnik | -1/+1 |
| 2013-04-03 | typo fix: na -> an | Steve Klabnik | -1/+1 |
| 2013-04-03 | Add information about logging macros to the tutorial. | Steve Klabnik | -0/+22 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -2/+2 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-04-01 | docs: Xfail test, it's just for illustration anyway | Tim Chevalier | -2/+2 |
| 2013-04-01 | docs: Document language items, as per #3342 | Tim Chevalier | -1/+99 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -4/+4 |
| 2013-03-29 | auto merge of #5583 : jbclements/rust/docfix-for-block-comment-grammar, r=jbc... | bors | -4/+4 |
| 2013-03-28 | added defn of non_slash_or_star | John Clements | -2/+2 |
| 2013-03-28 | fix another subtle bug in comment regex | John Clements | -2/+2 |