| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-25 | tidy macro just a bit | John Clements | -13/+13 |
| 2014-06-25 | Add extra ignore directives. | Steve Klabnik | -4/+4 |
| 2014-06-25 | Register new snapshots | Alex Crichton | -19/+13 |
| 2014-06-25 | auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brson | bors | -32/+52 |
| 2014-06-25 | Guide: Hello, world! | Steve Klabnik | -0/+180 |
| 2014-06-25 | auto merge of #15173 : Sawyer47/rust/de-to-string, r=alexcrichton | bors | -95/+77 |
| 2014-06-25 | auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichton | bors | -3/+8 |
| 2014-06-25 | thanks @sfackler | Steve Klabnik | -1/+1 |
| 2014-06-25 | fix feedback from @huonw | Steve Klabnik | -3/+7 |
| 2014-06-25 | Guide: install instructions | Steve Klabnik | -1/+96 |
| 2014-06-25 | Make an example more clear with sample code. | Steve Klabnik | -3/+8 |
| 2014-06-25 | auto merge of #15174 : alco/rust/patch-1, r=alexcrichton | bors | -3/+3 |
| 2014-06-25 | Fix wrong type name: IoError<()> -> IoResult<()> | Alexei Sholik | -1/+1 |
| 2014-06-25 | Fix a typo in fmt.rs | Alexei Sholik | -2/+2 |