summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-77/+85
2014-06-27auto merge of #15213 : Sawyer47/rust/issue-11677, r=huonwbors-0/+24
2014-06-27auto merge of #15211 : steveklabnik/rust/guide_skeleton, r=huonwbors-0/+61
2014-06-27auto merge of #15166 : zookoatleastauthoritycom/rust/13570-add-see-below-to-a...bors-5/+6
2014-06-27Add test for #11677Piotr Jawniak-0/+24
2014-06-27Skeleton outline of the guide.Steve Klabnik-0/+61
2014-06-27auto merge of #15183 : steveklabnik/rust/hello_cargo, r=huonwbors-20/+144
2014-06-26Add one more ignore.Steve Klabnik-1/+1
2014-06-26Fix windows run instructionsSteve Klabnik-1/+1
2014-06-27auto merge of #15206 : omasanori/rust/use-reexported, r=alexcrichtonbors-10/+10
2014-06-26librustc: Ensure that proc upvars have static lifetime.Patrick Walton-2/+38
2014-06-27std::io: Use re-exported pathes in examples.OGINO Masanori-10/+10
2014-06-26C macros, not C++ templates.Steve Klabnik-2/+2
2014-06-26Fix missing word and some grammarSteve Klabnik-2/+2
2014-06-26auto merge of #14886 : alexcrichton/rust/rt-improvements, r=brsonbors-118/+337
2014-06-26Note that macros != templatesSteve Klabnik-1/+4
2014-06-26Clarify which curly is being referred toSteve Klabnik-2/+2
2014-06-26TIL PATHEXTSteve Klabnik-1/+1
2014-06-26rustrt: Reorganize task usageAlex Crichton-118/+337
2014-06-26Move note about $ upSteve Klabnik-3/+3
2014-06-26Fixing link to subreddit.Steve Klabnik-4/+4
2014-06-26StackOverflow -> Stack OverflowSteve Klabnik-1/+1
2014-06-26Fix IRC linkage.Steve Klabnik-2/+3
2014-06-26staticly -> staticallySteve Klabnik-5/+5
2014-06-26all/someSteve Klabnik-1/+1
2014-06-26tha -> thanSteve Klabnik-4/+4
2014-06-26Fix capitalization of Issue.Steve Klabnik-1/+1
2014-06-26Add a note that this requires `git`.Steve Klabnik-1/+8
2014-06-26Guide: Hello, cargoSteve Klabnik-0/+113
2014-06-26auto merge of #15197 : omasanori/rust/doc-fix, r=alexcrichtonbors-1/+1
2014-06-26auto merge of #15192 : mrec/rust/json-nan, r=alexcrichtonbors-6/+51
2014-06-26auto merge of #15194 : Sawyer47/rust/to-string-cleanup, r=alexcrichtonbors-106/+62
2014-06-26Fix a typo and a small syntactic error.OGINO Masanori-1/+1
2014-06-26auto merge of #15181 : steveklabnik/rust/hello_world, r=brsonbors-0/+180
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-106/+62
2014-06-26auto merge of #15162 : steveklabnik/rust/install_instructions, r=brsonbors-1/+100
2014-06-26auto merge of #15184 : jbclements/rust/for-loop-hygiene-etc, r=jbclementsbors-110/+249
2014-06-25more loops to be ignored by pretty-rpassJohn Clements-0/+8
2014-06-26json: Fix handling of NaN/Infinitymrec-6/+51
2014-06-25work around 15189 in test casesJohn Clements-0/+38
2014-06-25make macros hygienicJohn Clements-62/+65
2014-06-25added compile-fail test for 15167John Clements-0/+21
2014-06-25don't expand subexprs of for loop, just re-expand whole thing.John Clements-5/+6
2014-06-25remove misleading and unnecessary underscoresJohn Clements-2/+3
2014-06-25remove unneccessary pubs, shorten namesJohn Clements-9/+9
2014-06-25remove unneeded visit_ty methodsJohn Clements-9/+0
2014-06-25add unit test for match var hygieneJohn Clements-0/+12
2014-06-25enrich and rename crate_idents test caseJohn Clements-6/+12
2014-06-25comments onlyJohn Clements-4/+9
2014-06-25revive old commented-out test cases as ignored test cases for hygieneJohn Clements-6/+59