about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-25Add extra ignore directives.Steve Klabnik-4/+4
2014-06-25Register new snapshotsAlex Crichton-19/+13
2014-06-25auto merge of #15171 : pcwalton/rust/remove-cross-borrowing, r=brsonbors-32/+52
2014-06-25Guide: Hello, world!Steve Klabnik-0/+180
2014-06-25auto merge of #15173 : Sawyer47/rust/de-to-string, r=alexcrichtonbors-95/+77
2014-06-25auto merge of #15121 : steveklabnik/rust/matching_docs, r=alexcrichtonbors-3/+8
2014-06-25thanks @sfacklerSteve Klabnik-1/+1
2014-06-25fix feedback from @huonwSteve Klabnik-3/+7
2014-06-25Guide: install instructionsSteve Klabnik-1/+96
2014-06-25Make an example more clear with sample code.Steve Klabnik-3/+8
2014-06-25auto merge of #15174 : alco/rust/patch-1, r=alexcrichtonbors-3/+3
2014-06-25Fix wrong type name: IoError<()> -> IoResult<()>Alexei Sholik-1/+1
2014-06-25Fix a typo in fmt.rsAlexei Sholik-2/+2