| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -77/+85 |
| 2014-06-27 | auto merge of #15213 : Sawyer47/rust/issue-11677, r=huonw | bors | -0/+24 |
| 2014-06-27 | auto merge of #15211 : steveklabnik/rust/guide_skeleton, r=huonw | bors | -0/+61 |
| 2014-06-27 | auto merge of #15166 : zookoatleastauthoritycom/rust/13570-add-see-below-to-a... | bors | -5/+6 |
| 2014-06-27 | Add test for #11677 | Piotr Jawniak | -0/+24 |
| 2014-06-27 | Skeleton outline of the guide. | Steve Klabnik | -0/+61 |
| 2014-06-27 | auto merge of #15183 : steveklabnik/rust/hello_cargo, r=huonw | bors | -20/+144 |
| 2014-06-26 | Add one more ignore. | Steve Klabnik | -1/+1 |
| 2014-06-26 | Fix windows run instructions | Steve Klabnik | -1/+1 |
| 2014-06-27 | auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichton | bors | -10/+10 |
| 2014-06-26 | librustc: Ensure that proc upvars have static lifetime. | Patrick Walton | -2/+38 |
| 2014-06-27 | std::io: Use re-exported pathes in examples. | OGINO Masanori | -10/+10 |
| 2014-06-26 | C macros, not C++ templates. | Steve Klabnik | -2/+2 |
| 2014-06-26 | Fix missing word and some grammar | Steve Klabnik | -2/+2 |
| 2014-06-26 | auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brson | bors | -118/+337 |
| 2014-06-26 | Note that macros != templates | Steve Klabnik | -1/+4 |
| 2014-06-26 | Clarify which curly is being referred to | Steve Klabnik | -2/+2 |
| 2014-06-26 | TIL PATHEXT | Steve Klabnik | -1/+1 |
| 2014-06-26 | rustrt: Reorganize task usage | Alex Crichton | -118/+337 |
| 2014-06-26 | Move note about $ up | Steve Klabnik | -3/+3 |
| 2014-06-26 | Fixing link to subreddit. | Steve Klabnik | -4/+4 |
| 2014-06-26 | StackOverflow -> Stack Overflow | Steve Klabnik | -1/+1 |
| 2014-06-26 | Fix IRC linkage. | Steve Klabnik | -2/+3 |
| 2014-06-26 | staticly -> statically | Steve Klabnik | -5/+5 |
| 2014-06-26 | all/some | Steve Klabnik | -1/+1 |
| 2014-06-26 | tha -> than | Steve Klabnik | -4/+4 |
| 2014-06-26 | Fix capitalization of Issue. | Steve Klabnik | -1/+1 |
| 2014-06-26 | Add a note that this requires `git`. | Steve Klabnik | -1/+8 |
| 2014-06-26 | Guide: Hello, cargo | Steve Klabnik | -0/+113 |
| 2014-06-26 | auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichton | bors | -1/+1 |
| 2014-06-26 | auto merge of #15192 : mrec/rust/json-nan, r=alexcrichton | bors | -6/+51 |
| 2014-06-26 | auto merge of #15194 : Sawyer47/rust/to-string-cleanup, r=alexcrichton | bors | -106/+62 |
| 2014-06-26 | Fix a typo and a small syntactic error. | OGINO Masanori | -1/+1 |
| 2014-06-26 | auto merge of #15181 : steveklabnik/rust/hello_world, r=brson | bors | -0/+180 |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -106/+62 |
| 2014-06-26 | auto merge of #15162 : steveklabnik/rust/install_instructions, r=brson | bors | -1/+100 |
| 2014-06-26 | auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclements | bors | -110/+249 |
| 2014-06-25 | more loops to be ignored by pretty-rpass | John Clements | -0/+8 |
| 2014-06-26 | json: Fix handling of NaN/Infinity | mrec | -6/+51 |
| 2014-06-25 | work around 15189 in test cases | John Clements | -0/+38 |
| 2014-06-25 | make macros hygienic | John Clements | -62/+65 |
| 2014-06-25 | added compile-fail test for 15167 | John Clements | -0/+21 |
| 2014-06-25 | don't expand subexprs of for loop, just re-expand whole thing. | John Clements | -5/+6 |
| 2014-06-25 | remove misleading and unnecessary underscores | John Clements | -2/+3 |
| 2014-06-25 | remove unneccessary pubs, shorten names | John Clements | -9/+9 |
| 2014-06-25 | remove unneeded visit_ty methods | John Clements | -9/+0 |
| 2014-06-25 | add unit test for match var hygiene | John Clements | -0/+12 |
| 2014-06-25 | enrich and rename crate_idents test case | John Clements | -6/+12 |
| 2014-06-25 | comments only | John Clements | -4/+9 |
| 2014-06-25 | revive old commented-out test cases as ignored test cases for hygiene | John Clements | -6/+59 |