summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
...
* | | | Merge pull request #1169 from ian-bertolacci/masterLevi Bostian2015-07-19-13/+11
|\ \ \ \ | | |_|/ | |/| | Merged fix from upstream, added slight corrections
| * | | De-capitalizationIan Bertolacci2015-07-19-2/+2
| | |/ | |/| | | | Changed language name and filename back to lower case 'chapel' in keeping with previous name to avoid possible site breakage.
| * | Slight modifications.Ian Bertolacci2015-07-18-4/+4
| | |
| * | Merged downIan Bertolacci2015-07-18-15/+25
| |\ \ | |/ / |/| |
* | | More line breaksAdam Bard2015-07-18-1/+11
| | | | | | | | | Fix formatting in places
* | | Merge pull request #1167 from MrMallIronmaker/patch-1Adam Bard2015-07-17-4/+4
|\ \ \ | | | | | | | | Changed %s formatting to {n} style.
| * | | Changed %s formatting to {n} style.Mark Miller2015-07-16-4/+4
| | | | | | | | | | | | If line 117 is accurate, then {n} style string formatting is the preferred style, and it should be reflected in the examples.
| | * | Capitalization, Chapel Directory.Ian Bertolacci2015-07-17-1/+1
| | | |
| | * | SpellcheckIan Bertolacci2015-07-17-8/+6
| | | |
| | * | Put lists back inIan Bertolacci2015-07-17-12/+7
| | | | | | | | | | | | Pretty sure what was causing the 'back end' error was my bad markdown skills
| | * | Changed bash examples from block code Ian Bertolacci2015-07-17-9/+9
| | | | | | | | | | | | Bash examples were in block code form (triple tick), should have been in inline mode (single tic)
| | * | capitalization and attempt to fix listsIan Bertolacci2015-07-17-12/+17
| |/ / |/| |
* | | Update chapel.html.markdownAdam Bard2015-07-17-2/+1
| | | | | | | | | Make sure nothing breaks (too badly)
* | | Merge pull request #1165 from ian-bertolacci/masterAdam Bard2015-07-17-0/+815
|\ \ \ | |/ / |/| | Chapel Tutorial
| * | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docsian.bertolacci2015-07-15-1/+1
| |\ \ | | | | | | | | | | | | Something
| | * | Codify proc() main lacking noteIan Bertolacci2015-07-14-1/+1
| | | |
| * | | epiphany on ref returns. lead to better example of ref returns and then also ↵ian.bertolacci2015-07-15-6/+22
| |/ / | | | | | | | | | a description of ref vars
| * | Some rewriting, hopefully the last commit before pull requestian.bertolacci2015-07-14-131/+145
| | |
| * | A number of edits. Some cosmetic. Added iterators, argument/return intentsian.bertolacci2015-07-14-42/+87
| | |
| * | Almost last update. Small changes to wordingian.bertolacci2015-07-14-3/+3
| | |
| * | Moved majority of header to bottom. Less preachy?ian.bertolacci2015-07-14-34/+43
| | |
| * | Fixed almost piIan Bertolacci2015-07-14-1/+1
| | | | | | | | | 22/7ths is closer to pi than 11/7ths. Almost twice as close!
| * | numerous slight modifications, and additions. Notable: added const, param, ↵ian.bertolacci2015-07-14-94/+103
| | | | | | | | | | | | config
| * | changed some wording in header. added tuple expansionian.bertolacci2015-07-14-7/+10
| | |
| * | removed IRC node. That node refers to people developing in the compiler, no ↵ian.bertolacci2015-07-13-1/+0
| | | | | | | | | | | | developers using the language
| * | removed hyphenIan Bertolacci2015-07-12-1/+1
| | | | | | | | | removed hyphen from library-documentation
| * | Bad Link fixIan Bertolacci2015-07-12-1/+1
| | | | | | | | | fixed a link that was suppose to go to the chapel.cray.com site, but did not.
| * | Link and header fixIan Bertolacci2015-07-12-3/+3
| | | | | | | | | | | | 1. put latest release url under the text [download the latest ....] 2. changed '... important to us!' to '... important to the developers!' so not to confuse the us (chapel dev team) with the tutorial people (learnxinyminutes)
| * | List formattingIan Bertolacci2015-07-12-6/+6
| | | | | | | | | Lists needed a space before numbers to actually become html list formatted.
| * | Header modifiedIan Bertolacci2015-07-12-4/+2
| | | | | | | | | Found an unfinished sentence, fixed it.
| * | Minor fixIan Bertolacci2015-07-12-2/+2
| | | | | | | | | removed .com from my (ian bertolacci) website link
| * | added chapel.html.markdown, performed a first pass at the tutorial, and the ↵=2015-07-12-0/+722
| | | | | | | | | | | | beginning readme of the tutorial. Currently missing topics [ reduction, scal, non-loop tuple expansion, whole array/partial array assignment]
* | | Merge pull request #1166 from kdamball/patch-1Levi Bostian2015-07-16-1/+1
|\ \ \ | | | | | | | | [matlab/en] Correct profile command
| * | | Update matlab.html.markdownKado2015-07-16-1/+1
|/ / /
* | | Merge pull request #1163 from Garnel/masterGeoff Liu2015-07-15-0/+296
|\ \ \ | |/ / |/| | rust/zh Add chinese translation for rust
| * | Refine some sentences and fix some typosGuangming Mao2015-07-15-8/+8
| | |
| * | rust/zh Add chinese translation for rustGuangming Mao2015-07-08-0/+296
|/ /
* | Merge pull request #1159 from mjhea0/patch-1Levi Bostian2015-07-06-1/+1
|\ \ | | | | | | python/en - added two resources
| * | Update python.html.markdownMichael Herman2015-07-05-2/+0
| | |
| * | python/en - added two resourcesMichael Herman2015-07-05-0/+2
| | |
* | | Merge pull request #1160 from mjhea0/patch-2Levi Bostian2015-07-06-2/+1
|\ \ \ | | | | | | | | python3/en - added two resources
| * | | Update python3.html.markdownMichael Herman2015-07-05-2/+0
| | | |
| * | | python/en - added two resourcesMichael Herman2015-07-05-1/+2
| |/ /
* / / change haskell's operator `$` description wordingven2015-07-06-4/+5
|/ / | | | | for #1161
* | Merge pull request #1158 from leio10/patch-1ven2015-07-04-1/+1
|\ \ | | | | | | Update git-es.html.markdown
| * | Update git-es.html.markdownLeonardo Diez2015-07-03-1/+1
|/ /
* | fix typo, resolves #1156ven2015-06-27-1/+1
| |
* | Merge pull request #1062 from perlpilot/masterven2015-06-26-3/+6
|\ \ | | | | | | Add a link about parrot suspension
| * \ Merge remote-tracking branch 'upstream/master'Jonathan Scott Duff2015-06-25-348/+4420
| |\ \ | |/ / |/| | | | | | | | Conflicts: perl6.html.markdown
* | | Merge pull request #1153 from wordofchristian/patch-1Geoff Liu2015-06-24-1/+1
|\ \ \ | | | | | | | | Fix typo in elixer