summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
| * | | Merge remote-tracking branch 'upstream/master' into json-ruTheDmitry2015-01-29-23/+23
| |\ \ \
| * | | | json guide is done.TheDmitry2015-01-29-11/+11
| | | | |
| * | | | FixTheDmitry2015-01-28-2/+2
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into json-ruTheDmitry2015-01-26-82/+149
| |\ \ \ \
| * | | | | [json/ru] Translating JSON guide into RussianTheDmitry2015-01-23-21/+21
| | | | | |
| * | | | | partially translationTheDmitry2015-01-22-11/+14
| | | | | |
| * | | | | Merge remote-tracking branch 'upstream/master' into json-ruTheDmitry2015-01-22-8/+173
| |\ \ \ \ \
| * | | | | | guide of original jsonTheDmitry2015-01-22-0/+58
| | | | | | |
| | | | | * | [CSharp/en]Added ref and out parametersLaoujin2015-01-31-0/+13
| | | | | | |
| | | | | * | [CSharp/en]added casting to convertingLaoujin2015-01-31-1/+6
| | | | | | |
| | | | | * | [CSharp/en]break and continue in loopsLaoujin2015-01-31-2/+9
| | | | | | |
| | | | | * | [CSharp/en]Constants are TitleCase, not SCREAMING_CAPS in C# (as done ↵Laoujin2015-01-31-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | everywhere in the .NET framework, encouraged by the MS .NET framework guidelines and StackOverflow: http://stackoverflow.com/a/242549/540352)
| | | | | * | [CSharp/en]Fixed compilation and ef errorsLaoujin2015-01-31-3/+3
| | | | | | |
| | | | | * | [CSharp/en]namespaces can have multiple levels with dotsLaoujin2015-01-31-1/+1
| | | | | | |
| | | | | * | [CSharp/en]XML Comments can be used for external doc generation and for help ↵Laoujin2015-01-31-1/+3
| |_|_|_|/ / |/| | | | | | | | | | | | | | | | | within the IDE
* | | | | | Merge pull request #946 from devinmcginty/patch-1Geoff Liu2015-01-30-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Change explanation of unsigned types
| * | | | | Change explanation of unsigned typesDevin McGinty2015-01-30-1/+1
|/ / / / /
* | | | | Merge pull request #944 from acganesh/patch-1Levi Bostian2015-01-29-0/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | | [r/en] Add definition of parakeet variable
| * | | | Add definition of parakeet in r.html.markdownacganesh2015-01-28-0/+1
|/ / / / | | | | | | | | Added a definition of the `parakeet` variable. It's currently never defined, but referenced.
* | | | Merge pull request #943 from ikr0m/patch-1Geoff Liu2015-01-28-1/+1
|\ \ \ \ | | | | | | | | | | Update scala.html.markdown
| * | | | Update scala.html.markdownIkrom2015-01-29-1/+1
|/ / / / | | | | | | | | Removed typo (unnecessary double quote in patternFunc)
* | | | Merge pull request #942 from geoffliu/masterven2015-01-28-18/+18
|\ \ \ \ | | | | | | | | | | [swift/pt-br] Remove an extra comma
| * | | | Remove an extra commaGeoff Liu2015-01-28-18/+18
| | |_|/ | |/| |
* | | | Merge pull request #940 from TheDmitry/masterGeoff Liu2015-01-28-4/+4
|\ \ \ \ | |/ / / |/| | | [swift/en,cn,ru]Updating the getting started guide weblink.
| * | | [swift/pt-br] Updating the getting started guide weblinkTheDmitry2015-01-28-1/+1
| | | |
| * | | [swift/en,cn,ru]Updating the getting started guide weblink.TheDmitry2015-01-28-3/+3
|/ / /
* | | Merge pull request #934 from searoso/patch-1Adam Bard2015-01-25-0/+7
|\ \ \ | | | | | | | | Update r.html.markdown
| * | | Update r.html.markdownsearoso2015-01-25-1/+1
| | | |
| * | | Update r.html.markdownsearoso2015-01-20-0/+7
| | | | | | | | | | | | Added logical operators that were missing.
* | | | fix #937ven2015-01-25-3/+2
| | | |
* | | | Merge pull request #932 from TheDmitry/masterAndre Polykanine A.K.A. Menelion Elensúlë2015-01-25-0/+537
|\ \ \ \ | | | | | | | | | | [swift/ru] Translating Swift guide into Russian
| * | | | [swift/ru] Fixing Russian translation for SwiftTheDmitry2015-01-25-26/+28
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master'TheDmitry2015-01-25-52/+111
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #928 from Oire/fix-python-ruven2015-01-24-52/+111
|\ \ \ \ \ | |_|_|_|/ |/| | | | [python/ru] Fixing Russian translation for Python
| * | | | [Python/ru] Fixing Russian translation for both Python tutorialsAndre Polykanine A.K.A. Menelion Elensúlë2015-01-24-52/+111
|/ / / /
| * | | Merge remote-tracking branch 'upstream/master'TheDmitry2015-01-22-8/+173
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #936 from hirohope/masterven2015-01-21-0/+159
|\ \ \ \ | | | | | | | | | | [haml/es] Translating Haml guide into Spanish
| * | | | haml-eshirohope2015-01-20-0/+159
|/ / / /
* | | | Merge pull request #935 from keito/masterAdam Bard2015-01-20-1/+4
|\ \ \ \ | |_|/ / |/| | | Explain Optional Chaining
| * | | Explain Optional ChainingKeito Uchiyama2015-01-20-1/+4
|/ / / | | | | | | | | | | | | | | | Without going into too much detail, mention optional chaining so it's not confusing that there is a question mark suffix (it's not currently mentioned anywhere on the page).
* | | Merge pull request #933 from mdln/masterAdam Bard2015-01-20-1/+1
|\ \ \ | | | | | | | | Update contributors
| * | | Update contributorsJohnathan Maudlin2015-01-19-1/+1
| | | |
* | | | Merge pull request #931 from geoffliu/masterLevi Bostian2015-01-19-6/+9
|\ \ \ \ | | | | | | | | | | [Java/zh-cn] Fix explanation for ++ and -- operators.
| * \ \ \ Merge remote-tracking branch 'upstream/master'Geoff Liu2015-01-18-70/+4440
| |\ \ \ \ | |/ / / / |/| | | |
| * | | | Merge branch 'master' of github.com:geoffliu/learnxinyminutes-docsGeoff Liu2015-01-18-251/+2080
| |\ \ \ \
| * | | | | [Java/cn] Fix inc/dec operator explanationGeoff Liu2015-01-18-6/+9
| | | | | |
| | | | * | Finish the translation of the text.TheDmitry2015-01-21-1/+1
| | | | |/
| | | | * Update filename in the doc header.TheDmitry2015-01-19-1/+1
| | | | |
| | | | * [swift/ru] Translating Swift guide into RussianTheDmitry2015-01-19-0/+535
| |_|_|/ |/| | |
* | | | Merge pull request #930 from yelite/patch-1Geoff Liu2015-01-18-1/+1
|\ \ \ \ | | | | | | | | | | Update swift.html.markdown