| Commit message (Expand) | Author | Age | Lines |
* | Add different array declaration syntax | Pranit Bauva | 2015-12-28 | -0/+4 |
* | Merge pull request #2007 from pranitbauva1997/new | ven | 2015-11-09 | -0/+13 |
|\ |
|
| * | Remove the extra 'compared' in julia.html.markdown | Pranit Bauva | 2015-11-09 | -1/+1 |
| * | Add description about multiple return values | Pranit Bauva | 2015-11-04 | -0/+4 |
| * | Add description about compact assignment of functions | Pranit Bauva | 2015-11-04 | -0/+4 |
| * | Add description that strings can be lexicographically compared with compariso... | Pranit Bauva | 2015-11-04 | -0/+5 |
* | | Add Pranit Bauva to the contributors list of julia.html.markdown | Pranit Bauva | 2015-11-01 | -0/+1 |
* | | Fix a typo is julia.html.markdown | Pranit Bauva | 2015-11-01 | -1/+1 |
|/ |
|
* | Update Julia variable names | Ben Harris | 2015-10-16 | -2/+2 |
* | try to make string change clearer | Ratan | 2015-10-10 | -2/+20 |
* | change String to AbstractString as per 0.4 spec | Ratan | 2015-10-10 | -4/+4 |
* | removing whitespace all over | Gabriel Halley | 2015-10-07 | -5/+5 |
* | [julia/en] Update for Julia 0.3 and fix a few typos | Jim Garrison | 2015-05-02 | -4/+4 |
* | Capitalize language names. See #137 | Geoffrey Liu | 2014-10-12 | -1/+1 |
* | Naming conventions in Julia | Geoffrey Liu | 2014-09-21 | -2/+3 |
* | Fixes issue #747 | Geoffrey Liu | 2014-09-21 | -1/+1 |
* | Tiny typo fix | ysagal | 2014-06-05 | -1/+1 |
* | Remove references to hash and hashtag in favor of number symbol | Sam Dodrill | 2014-04-14 | -1/+1 |
* | WARNING: deprecated syntax "x[i:]". | Trevor Wennblom | 2014-03-19 | -1/+0 |
* | Add comment about nesting julia multiline comments | Guillermo Garza | 2014-03-18 | -1/+1 |
* | Add paragraph about multiline commments in julia | Guillermo Garza | 2014-03-18 | -0/+4 |
* | Remove multiline comments | Guillermo Garza | 2014-03-18 | -159/+159 |
* | Moved println() from 'Variables and Collections' section | brk0_0 | 2014-02-08 | -3/+3 |
* | style fixes | Laban Kimotho | 2014-01-24 | -14/+16 |
* | typo fixes + view generated low level code | Laban Kimotho | 2014-01-24 | -2/+77 |
* | Fix typos and indentation | Alex Altair | 2013-12-28 | -3/+3 |
* | Merge pull request #454 from adrianlzt/feature/improve_defined_types_functions | Adam Bard | 2013-12-20 | -4/+4 |
|\ |
|
| * | Is a little confusing naming the variable as the abstract. At first I was thi... | Adrian Lopez | 2013-12-16 | -4/+4 |
* | | [julia/en] Fixed Spelling Mistake | chappers | 2013-12-19 | -1/+1 |
* | | Trying to set a value in index 0. Is confusing | Adrian Lopez | 2013-12-16 | -1/+1 |
|/ |
|
* | typos | Nami-Doc | 2013-12-03 | -2/+2 |
* | fix #425 | Nami-Doc | 2013-11-26 | -1/+1 |
* | Update syntax for `in` calls | supernullset | 2013-11-04 | -17/+17 |
* | Fix a couple forgotten references to `contains` in the comments | Leah Hanson | 2013-10-21 | -2/+2 |
* | updated date | Leah Hanson | 2013-10-18 | -1/+1 |
* | updated method names (add! -> push!, contains -> in) | Leah Hanson | 2013-10-18 | -7/+7 |
* | remove extraneous end | Leah Hanson | 2013-10-18 | -1/+0 |
* | Expanded Type and Multiple Dispatch sections, and added more dispatch example... | Leah Hanson | 2013-10-18 | -20/+131 |
* | Revised Julia in Y Minutes, until Types section. | Leah Hanson | 2013-10-18 | -31/+49 |
* | improved first half of Julia tutorial: reworded comments, added a few new tip... | Leah Hanson | 2013-09-26 | -20/+33 |
* | Fixed typo in Julia document | Martin Büttner | 2013-08-24 | -1/+1 |
* | Authors -> Contributors | Adam | 2013-07-03 | -2/+2 |
* | Edited julia code for line length and runnability | Adam | 2013-07-02 | -46/+106 |
* | don't be lazy and actually make the first change I suggested. | Stefan Karpinski | 2013-07-02 | -11/+2 |
* | suggested edits to the learn Julia in Y minutes document. | Stefan Karpinski | 2013-07-02 | -43/+52 |
* | finished first draft :) | Leah Hanson | 2013-07-02 | -6/+29 |
* | added types section | Leah Hanson | 2013-07-02 | -43/+28 |
* | finished function section | Leah Hanson | 2013-07-02 | -12/+26 |
* | added section on splatting and translated default-and-keyword args function. | Leah Hanson | 2013-07-02 | -17/+25 |
* | added another dictionary-for-loop example | Leah Hanson | 2013-07-01 | -0/+4 |