Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove useless lib | 0u0 | 2018-08-31 | -1/+0 |
| | | | | In fact, if you donot import InteractiveUtils, you still can use the subtype and supertype function | |||
* | remove useless Blank Lines | 0u0 | 2018-08-31 | -2/+0 |
| | ||||
* | Adjust for alignment | 0u0 | 2018-08-31 | -26/+25 |
| | ||||
* | Uniform output format | 0u0 | 2018-08-31 | -17/+13 |
| | ||||
* | ry to use as few words as possible | 0u0 | 2018-08-31 | -15/+33 |
| | ||||
* | Update output for Julia 1.0 | 0u0 | 2018-08-31 | -123/+194 |
| | ||||
* | Use more clearly example | 0u0 | 2018-08-29 | -5/+5 |
| | ||||
* | Keep a line 80 chars | 0u0 | 2018-08-29 | -1/+2 |
| | ||||
* | Merge branch 'master' into julia1 | Adam Bard | 2018-08-22 | -3/+4 |
|\ | ||||
| * | add comprehension filter example | Brian Cleary | 2018-08-16 | -1/+2 |
| | | ||||
* | | wrap lines longer than 80 | Martijn Visser | 2018-08-15 | -4/+7 |
| | | ||||
* | | one more quick run over the code | Martijn Visser | 2018-08-15 | -58/+51 |
| | | ||||
* | | more comment spacing | Martijn Visser | 2018-08-14 | -106/+106 |
| | | ||||
* | | no need for credit | Martijn Visser | 2018-08-14 | -1/+0 |
| | | ||||
* | | fix julia 0.7 deprecation warnings | Martijn Visser | 2018-08-14 | -31/+32 |
| | | ||||
* | | remove some trailing spaces | Martijn Visser | 2018-08-14 | -4/+4 |
| | | ||||
* | | replace tabs with 4 spaces | Martijn Visser | 2018-08-14 | -60/+60 |
| | | ||||
* | | double space before comments | Martijn Visser | 2018-08-14 | -51/+51 |
| | | | | | | | | not part of official style guide, but i think it more clearly separates code and comment | |||
* | | autoformat with VS code | Martijn Visser | 2018-08-14 | -70/+70 |
| | | | | | | | | mostly just spaces between arguments | |||
* | | julia update version number | Martijn Visser | 2018-08-14 | -5/+6 |
|/ | ||||
* | porting to julia 0.6.4 | Daniel YC Lin | 2018-07-28 | -39/+45 |
| | ||||
* | Fix #3060 | Pratik Karki | 2018-02-28 | -1/+1 |
| | ||||
* | [julia/en] Julia mailing list converted to forums (#2666) | Jesse Johnson | 2017-02-17 | -1/+1 |
| | ||||
* | edit broken link in julia.html.markdown | Siddharth Gupta | 2017-01-13 | -1/+1 |
| | ||||
* | Update Dict and Set Syntax (#2296) | Edmilson Lima | 2016-07-02 | -5/+5 |
| | ||||
* | Merge pull request #1814 from lazybensch/patch-1 | ven | 2016-03-11 | -18/+13 |
|\ | | | | | update julia docs to 0.4 | |||
| * | update julia docs to 0.4 | Benjamin Schönburg | 2015-10-27 | -18/+13 |
| | | ||||
* | | [julia/en] fix typos | Jacob Ward | 2016-02-25 | -2/+2 |
| | | | | | | | | | | dimentional -> dimensional fuction -> function | |||
* | | 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 |
|\ \ | | | | | | | Strings can be lexicographically compared with comparison operators | |||
| * | | 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 ↵ | Pranit Bauva | 2015-11-04 | -0/+5 |
| |/ | | | | | | | comparison operators | |||
* | | 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 |
| | | | | | | | Julia supports underscores at the beginning of a variable name now. It also supports a subset of Unicode code points for the first character, and additional code points for subsequent characters. A full explanation of all available code points was excluded as it is quite complicated and doesn't add much value in the X in Y context. closes #516 | |||
* | 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 |
| | | | | As suggested in #768 by @ChristianPeel | |||
* | 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 |
| | | | 0.3.0-prerelease+2077 | |||
* | 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 |
| | | | | | Julia introduced "#=" and "=#" as the delimiters for multiline comments. |