| Age | Commit message (Expand) | Author | Lines |
| 2014-08-05 | auto merge of #16246 : ruud-v-a/rust/patch-1, r=brson | bors | -1/+1 |
| 2014-08-05 | auto merge of #16234 : cakebaker/rust/rename_guessing_game_rs_to_main_rs, r=s... | bors | -17/+17 |
| 2014-08-05 | auto merge of #16216 : omasanori/rust/nfkc, r=brson | bors | -2/+1 |
| 2014-08-04 | docs: Fix typo in tutorial. | Ruud van Asseldonk | -1/+1 |
| 2014-08-04 | Rename guessing_game.rs to main.rs in guide | Daniel Hofstetter | -17/+17 |
| 2014-08-04 | Rename modules.rs to main.rs in guide | Daniel Hofstetter | -3/+3 |
| 2014-08-03 | Remove the "NFKC clause" in the reference manual. | OGINO Masanori | -2/+1 |
| 2014-08-03 | Remove "bin" section from Cargo.toml | Daniel Hofstetter | -4/+0 |
| 2014-08-03 | auto merge of #16198 : cakebaker/rust/remove_unused_tuple_struct, r=steveklabnik | bors | -1/+0 |
| 2014-08-03 | auto merge of #16189 : steveklabnik/rust/gh15494, r=alexcrichton | bors | -5/+5 |
| 2014-08-02 | auto merge of #16186 : steveklabnik/rust/guide_cargo_new, r=alexcrichton | bors | -53/+30 |
| 2014-08-02 | auto merge of #16183 : brson/rust/doctitles, r=alexcrichton | bors | -7/+7 |
| 2014-08-02 | Remove unused tuple struct | Daniel Hofstetter | -1/+0 |
| 2014-08-02 | auto merge of #16175 : EduardoBautista/rust/fix-guessing-game-appearing-early... | bors | -14/+14 |
| 2014-08-02 | auto merge of #16165 : tinaun/rust/newcss, r=alexcrichton | bors | -1/+2 |
| 2014-08-02 | auto merge of #16160 : EduardoBautista/rust/use-bang-at-end-of-hello-world, r... | bors | -4/+4 |
| 2014-08-01 | Fix manual regarding attribute placement. | Steve Klabnik | -5/+5 |
| 2014-08-01 | Add note about Cargo.lock | Steve Klabnik | -0/+12 |
| 2014-08-01 | Use cargo new. | Steve Klabnik | -53/+18 |
| 2014-08-02 | auto merge of #16128 : steveklabnik/rust/speed_faq, r=brson | bors | -0/+11 |
| 2014-08-01 | doc: Make sure all doc titles say 'Rust'. #12466 | Brian Anderson | -7/+7 |
| 2014-08-02 | auto merge of #16119 : steveklabnik/rust/guide_pointers, r=brson | bors | -7/+255 |
| 2014-08-01 | auto merge of #15992 : steveklabnik/rust/guide_testing, r=brson | bors | -1/+574 |
| 2014-08-01 | Move caret under the 'x' variabe | Eduardo Bautista | -3/+3 |
| 2014-08-01 | Use hello_world instead of the guessing_game | Eduardo Bautista | -11/+11 |
| 2014-08-01 | librustc: Forbid pattern bindings after `@`s, for memory safety. | Patrick Walton | -1/+6 |
| 2014-08-01 | Fix API docs css reversing elements that it shouldn't | tinaun | -1/+2 |
| 2014-07-31 | Be more consistent with "Hello, world!" | Eduardo Bautista | -4/+4 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -47/+25 |
| 2014-07-31 | Add note about production deployments. | Steve Klabnik | -1/+12 |
| 2014-07-31 | Remove incorrect example | Steve Klabnik | -30/+0 |
| 2014-07-31 | Guide: pointers | Steve Klabnik | -7/+255 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+1 |
| 2014-07-31 | Fix heading levels in pointer guide | Steve Klabnik | -3/+3 |
| 2014-07-31 | fix formatting in pointer guide table | Steve Klabnik | -12/+9 |
| 2014-07-31 | fix variable name in tutorial | DJUrsus | -1/+1 |
| 2014-07-30 | Add comment about speed in FAQ. | Steve Klabnik | -0/+11 |
| 2014-07-30 | Guide: testing | Steve Klabnik | -1/+574 |
| 2014-07-30 | auto merge of #16092 : alexcrichton/rust/rollup, r=alexcrichton | bors | -7/+74 |
| 2014-07-29 | adding discuss.rust-lang to community | Alexis Beingessner | -0/+1 |
| 2014-07-29 | manual: update list of feature gates, add phase attribute | Corey Richardson | -5/+71 |
| 2014-07-29 | Update disclaimer to improve clarity and intent | Hugo Jobling | -2/+2 |
| 2014-07-29 | New Guide: crates and modules | Steve Klabnik | -9/+351 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+1 |
| 2014-07-27 | docs: Fix typo in container guide. | Ruud van Asseldonk | -1/+1 |
| 2014-07-25 | fix small typo in guide-lifetimes | Michael Matuzak | -1/+1 |
| 2014-07-26 | auto merge of #15789 : steveklabnik/rust/guide_pointers, r=cmr | bors | -262/+603 |
| 2014-07-25 | auto merge of #15959 : omasanori/rust/cleanup-ja, r=alexcrichton | bors | -9407/+5 |
| 2014-07-25 | Remove obsolete Japanese translation for a while. | OGINO Masanori | -9407/+5 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -5/+5 |