| Commit message (Expand) | Author | Age | Lines |
... | |
| * | | | | | | | | | | | config param changeup | Ian Bertolacci | 2015-07-20 | -8/+9 |
| * | | | | | | | | | | | Word error | Ian Bertolacci | 2015-07-20 | -1/+1 |
| * | | | | | | | | | | | Erroneous comment | Ian Bertolacci | 2015-07-20 | -1/+1 |
| * | | | | | | | | | | | Spelling error | Ian Bertolacci | 2015-07-20 | -1/+1 |
| * | | | | | | | | | | | Explained atomics, moved atomics first | Ian Bertolacci | 2015-07-20 | -33/+36 |
| * | | | | | | | | | | | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | Ian Bertolacci | 2015-07-19 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Added sync, single, and atomic vars. | Ian Bertolacci | 2015-07-19 | -1/+77 |
* | | | | | | | | | | | | | Merge pull request #1178 from thiagovandieten/patch-1 | ven | 2015-08-02 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Fix 'filename' collision between csharp{,-tr}.html.markdown | Thiago van Dieten | 2015-08-02 | -1/+1 |
|/ / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | Merge pull request #1150 from a3f/patch-1 | ven | 2015-07-28 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Fixed misinfo regarding sigils | Ahmad Fatoum | 2015-06-19 | -3/+3 |
* | | | | | | | | | | | | | | Merge pull request #1175 from genkimarshall/python3-next | Geoff Liu | 2015-07-24 | -6/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | [python3/en] Use `next()` instead of `__next__()` | Genki Marshall | 2015-07-24 | -6/+6 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #1174 from asweigart/master | Levi Bostian | 2015-07-23 | -0/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | | Added links to the free book "Automate the Boring Stuff with Python" to the "... | Al Sweigart | 2015-07-23 | -0/+2 |
|/ / / / / / / / / / / / / / |
|
* | | | | | | | | | | | | | | Merge pull request #1169 from ian-bertolacci/master | Levi Bostian | 2015-07-19 | -13/+11 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|/ / / / / / / / / / /
| |/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | | De-capitalization | Ian Bertolacci | 2015-07-19 | -2/+2 |
| | |/ / / / / / / / / / /
| |/| | | | | | | | | | | |
|
| * | | | | | | | | | | | | Slight modifications. | Ian Bertolacci | 2015-07-18 | -4/+4 |
| * | | | | | | | | | | | | Merged down | Ian Bertolacci | 2015-07-18 | -15/+25 |
| |\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | More line breaks | Adam Bard | 2015-07-18 | -1/+11 |
* | | | | | | | | | | | | | Merge pull request #1167 from MrMallIronmaker/patch-1 | Adam Bard | 2015-07-17 | -4/+4 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | | Changed %s formatting to {n} style. | Mark Miller | 2015-07-16 | -4/+4 |
| | * | | | | | | | | | | | | Capitalization, Chapel Directory. | Ian Bertolacci | 2015-07-17 | -1/+1 |
| | * | | | | | | | | | | | | Spellcheck | Ian Bertolacci | 2015-07-17 | -8/+6 |
| | * | | | | | | | | | | | | Put lists back in | Ian Bertolacci | 2015-07-17 | -12/+7 |
| | * | | | | | | | | | | | | Changed bash examples from block code | Ian Bertolacci | 2015-07-17 | -9/+9 |
| | * | | | | | | | | | | | | capitalization and attempt to fix lists | Ian Bertolacci | 2015-07-17 | -12/+17 |
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
* | | | | | | | | | | | | | Update chapel.html.markdown | Adam Bard | 2015-07-17 | -2/+1 |
* | | | | | | | | | | | | | Merge pull request #1165 from ian-bertolacci/master | Adam Bard | 2015-07-17 | -0/+815 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / /
|/| | | | | | | | | | | | |
|
| * | | | | | | | | | | | | Merge branch 'master' of github.com:ian-bertolacci/learnxinyminutes-docs | ian.bertolacci | 2015-07-15 | -1/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | Codify proc() main lacking note | Ian Bertolacci | 2015-07-14 | -1/+1 |
| * | | | | | | | | | | | | | epiphany on ref returns. lead to better example of ref returns and then also ... | ian.bertolacci | 2015-07-15 | -6/+22 |
| |/ / / / / / / / / / / / |
|
| * | | | | | | | | | | | | Some rewriting, hopefully the last commit before pull request | ian.bertolacci | 2015-07-14 | -131/+145 |
| * | | | | | | | | | | | | A number of edits. Some cosmetic. Added iterators, argument/return intents | ian.bertolacci | 2015-07-14 | -42/+87 |
| * | | | | | | | | | | | | Almost last update. Small changes to wording | ian.bertolacci | 2015-07-14 | -3/+3 |
| * | | | | | | | | | | | | Moved majority of header to bottom. Less preachy? | ian.bertolacci | 2015-07-14 | -34/+43 |
| * | | | | | | | | | | | | Fixed almost pi | Ian Bertolacci | 2015-07-14 | -1/+1 |
| * | | | | | | | | | | | | numerous slight modifications, and additions. Notable: added const, param, co... | ian.bertolacci | 2015-07-14 | -94/+103 |
| * | | | | | | | | | | | | changed some wording in header. added tuple expansion | ian.bertolacci | 2015-07-14 | -7/+10 |
| * | | | | | | | | | | | | removed IRC node. That node refers to people developing in the compiler, no d... | ian.bertolacci | 2015-07-13 | -1/+0 |
| * | | | | | | | | | | | | removed hyphen | Ian Bertolacci | 2015-07-12 | -1/+1 |
| * | | | | | | | | | | | | Bad Link fix | Ian Bertolacci | 2015-07-12 | -1/+1 |
| * | | | | | | | | | | | | Link and header fix | Ian Bertolacci | 2015-07-12 | -3/+3 |
| * | | | | | | | | | | | | List formatting | Ian Bertolacci | 2015-07-12 | -6/+6 |
| * | | | | | | | | | | | | Header modified | Ian Bertolacci | 2015-07-12 | -4/+2 |
| * | | | | | | | | | | | | Minor fix | Ian Bertolacci | 2015-07-12 | -2/+2 |
| * | | | | | | | | | | | | added chapel.html.markdown, performed a first pass at the tutorial, and the b... | = | 2015-07-12 | -0/+722 |
| | |_|_|_|_|_|/ / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge pull request #1166 from kdamball/patch-1 | Levi Bostian | 2015-07-16 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | Update matlab.html.markdown | Kado | 2015-07-16 | -1/+1 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge pull request #1163 from Garnel/master | Geoff Liu | 2015-07-15 | -0/+296 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / /
|/| | | | | | | | | | | |
|