| Age | Commit message (Expand) | Author | Lines |
| 2014-09-25 | Fix various places that were affected by adding core as dep of libc | Niko Matsakis | -16/+12 |
| 2014-09-25 | Correct tense | Matej Lach | -1/+1 |
| 2014-09-25 | Rename `fail_` lang item to `fail`, closes #16114 | Florian Hahn | -1/+1 |
| 2014-09-24 | Rename `begin_unwind` lang item to `fail_fmt`, refs #16114 | Florian Hahn | -4/+4 |
| 2014-09-24 | guide-pointers.md: C sample code should match the Rust version. | NODA, Kai | -0/+1 |
| 2014-09-24 | Correct typo in the Iterator adapters section | Matej Lach | -1/+1 |
| 2014-09-24 | Remove unnecessary code from an example | Matej Lach | -2/+0 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -2/+2 |
| 2014-09-23 | auto merge of #17402 : steveklabnik/rust/update_manual, r=brson | bors | -4419/+4295 |
| 2014-09-23 | auto merge of #17366 : ohazi/rust/master, r=steveklabnik | bors | -5/+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 |
| 2014-09-22 | Remove lies about task scheduling | Steve Klabnik | -48/+11 |
| 2014-09-22 | Fix terminology around boxes | Steve Klabnik | -16/+15 |
| 2014-09-22 | fix example | Steve Klabnik | -6/+1 |
| 2014-09-22 | glob imports are an external crate | Steve Klabnik | -16/+0 |
| 2014-09-22 | rust -> Rust | Steve Klabnik | -1/+1 |
| 2014-09-22 | uhhh weird triple backticks | Steve Klabnik | -4/+4 |
| 2014-09-22 | 'merican English | Steve Klabnik | -1/+1 |
| 2014-09-22 | move keywords to table | Steve Klabnik | -18/+31 |
| 2014-09-22 | '. ' -> '. ' | Steve Klabnik | -192/+192 |
| 2014-09-22 | Remove disclaimer | Steve Klabnik | -23/+0 |
| 2014-09-22 | make note of language vs libraries | Steve Klabnik | -1/+3 |
| 2014-09-22 | modernize code blocks | Steve Klabnik | -262/+262 |
| 2014-09-22 | manual -> reference & formatting | Steve Klabnik | -4419/+4449 |
| 2014-09-22 | doc: Removing repeated variable name to make it less ambiguious | Alfie John | -4/+2 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -2/+3 |
| 2014-09-19 | rollup merge of #17350 : pablobm/doc-fix | Alex Crichton | -2/+0 |
| 2014-09-18 | from_str has an impl for uint, not Option<uint> | Oren Hazi | -5/+1 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+2 |
| 2014-09-17 | Fix warning and make code follow the text better | Pablo Brasero | -2/+0 |
| 2014-09-17 | rollup merge of #17294 : theevocater/master | Alex Crichton | -2/+5 |
| 2014-09-17 | rollup merge of #17292 : thestinger/tasks | Alex Crichton | -1/+1 |
| 2014-09-17 | rollup merge of #17278 : steveklabnik/gh17242 | Alex Crichton | -2/+2 |
| 2014-09-17 | rollup merge of #17277 : steveklabnik/doc_fix_rollup | Alex Crichton | -17/+12 |
| 2014-09-17 | auto merge of #17227 : tshepang/rust/stronger-break, r=aturon | bors | -1/+1 |
| 2014-09-16 | auto merge of #17268 : aturon/rust/mut-conventions, r=alexcrichton | bors | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -2/+2 |
| 2014-09-16 | auto merge of #17213 : mo/rust/fix_typos, r=aturon | bors | -1/+1 |
| 2014-09-16 | Update triple per comments | Jake Kaufman | -1/+1 |
| 2014-09-16 | auto merge of #17197 : nikomatsakis/rust/issue-5527-trait-reform-revisited, r... | bors | -2/+11 |
| 2014-09-16 | auto merge of #17244 : spastorino/rust/patch-1, r=alexcrichton | bors | -3/+3 |
| 2014-09-16 | auto merge of #17232 : untitaker/rust/patch-1, r=alexcrichton | bors | -1/+1 |
| 2014-09-15 | Correct windows install link in guide | Jake Kaufman | -2/+5 |
| 2014-09-16 | stop spawning so many tasks in guide-tasks | Daniel Micay | -1/+1 |
| 2014-09-15 | Update docs to include Sized trait, which is needed | Niko Matsakis | -2/+11 |