Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | fixes #3794 | Andreas Rumpf | 2016-01-30 | 2 | -0/+14 | |
* | | | fixes #1895 | Andreas Rumpf | 2016-01-30 | 1 | -3/+6 | |
* | | | Merge pull request #3787 from vegansk/fix_3539_3 | Andreas Rumpf | 2016-01-28 | 2 | -10/+118 | |
|\ \ \ | ||||||
| * | | | Fixed issue 3539, added test | Anatoly Galiulin | 2016-01-28 | 2 | -10/+118 | |
|/ / / | ||||||
* | | | Merge pull request #3786 from vegansk/disable_mthread_crash | Andreas Rumpf | 2016-01-28 | 1 | -12/+22 | |
|\ \ \ | ||||||
| * | | | Remove system.setupForeignThreadGc if `threads` option is off or TLS | Anatoly Galiulin | 2016-01-28 | 1 | -12/+22 | |
|/ / / | ||||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Dominik Picheta | 2016-01-27 | 23 | -190/+369 | |
|\ \ \ | ||||||
| * | | | documentation proper bracketing | Andreas Rumpf | 2016-01-27 | 1 | -1/+1 | |
| * | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-27 | 7 | -93/+93 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Merge pull request #3777 from sheerun/echo | Andreas Rumpf | 2016-01-26 | 7 | -93/+93 | |
| | |\ \ | ||||||
| | | * | | Promote "echo" syntax without parenthesis | Adam Stankiewicz | 2016-01-26 | 7 | -93/+93 | |
| | | |/ | ||||||
| * | | | 'nim i' is not available anymore | Andreas Rumpf | 2016-01-27 | 1 | -15/+15 | |
| * | | | make rendering of typeof operator clearer; refs #3710 | Andreas Rumpf | 2016-01-26 | 1 | -2/+4 | |
| |/ / | ||||||
| * | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-26 | 18 | -222/+325 | |
| |\| | ||||||
| | * | Only use execvpe on linux, execvp elsewhere (fixes #3759) | def | 2016-01-24 | 1 | -8/+7 | |
| | * | Use ByteAddress instead of deprecated TAddress | def | 2016-01-24 | 4 | -16/+16 | |
| | * | Fix openssl md5 importcs | def | 2016-01-24 | 1 | -6/+5 | |
| | * | Merge pull request #3768 from FedericoCeratto/patch-6 | Dominik Picheta | 2016-01-23 | 1 | -2/+2 | |
| | |\ | ||||||
| | | * | Switch git clone URLs to HTTPS | Federico Ceratto | 2016-01-23 | 1 | -2/+2 | |
| | |/ | ||||||
| | * | Merge pull request #3760 from yglukhov/js-unicode-2 | Andreas Rumpf | 2016-01-22 | 3 | -28/+136 | |
| | |\ | ||||||
| | | * | Fixed unicode strings in JS | Yuriy Glukhov | 2016-01-22 | 3 | -28/+136 | |
| | * | | Merge pull request #3762 from yglukhov/isnil-fix | Andreas Rumpf | 2016-01-22 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | | * | | Fixed isNil codegen in JS | Yuriy Glukhov | 2016-01-22 | 1 | -1/+1 | |
| | | |/ | ||||||
| | * | | Merge pull request #3761 from yglukhov/more-love-to-ints | Andreas Rumpf | 2016-01-22 | 4 | -17/+86 | |
| | |\ \ | | | |/ | | |/| | ||||||
| | | * | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 4 | -17/+86 | |
| | |/ | ||||||
| | * | Merge pull request #3742 from boydgreenfield/boydgreenfield-nimprof-warning | Andreas Rumpf | 2016-01-22 | 1 | -1/+1 | |
| | |\ | ||||||
| | | * | Improve warning msg when -d:profiler not passed | Nick Greenfield | 2016-01-21 | 1 | -1/+1 | |
| * | | | os.findExe on Windows can deal with quotes | Andreas Rumpf | 2016-01-26 | 1 | -1/+3 | |
* | | | | Added Nim in Action news. | Dominik Picheta | 2016-01-27 | 5 | -6/+63 | |
| |/ / |/| | | ||||||
* | | | Small typo fixes in news. | Dominik Picheta | 2016-01-21 | 1 | -3/+1 | |
* | | | Merge pull request #3756 from yglukhov/revert-3733-js-unicode | Andreas Rumpf | 2016-01-21 | 2 | -45/+8 | |
|\ \ \ | ||||||
| * | | | Revert "Fixed unicode handling in JS. Fixes #3714." | Yuriy Glukhov | 2016-01-21 | 2 | -45/+8 | |
|/ / / | ||||||
* | | | Merge pull request #3754 from yglukhov/js-unsigned | Andreas Rumpf | 2016-01-21 | 4 | -147/+67 | |
|\ \ \ | ||||||
| * | | | Unsigned arith corrected for JS | Yuriy Glukhov | 2016-01-21 | 4 | -147/+67 | |
* | | | | Merge pull request #3753 from yglukhov/js-streams | Andreas Rumpf | 2016-01-21 | 1 | -1/+4 | |
|\ \ \ \ | ||||||
| * | | | | Dont convert string to cstring when writing to stream. | Yuriy Glukhov | 2016-01-21 | 1 | -1/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #3733 from yglukhov/js-unicode | Andreas Rumpf | 2016-01-21 | 2 | -8/+45 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fixed unicode handling in JS. Fixes #3714. | Yuriy Glukhov | 2016-01-18 | 2 | -8/+45 | |
* | | | | Merge pull request #3743 from oderwat/AddGitter | Andreas Rumpf | 2016-01-20 | 1 | -0/+7 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | I added the Gitter Chatroom for Nim which is really nice actually! | Hans Raaf | 2016-01-19 | 1 | -0/+7 | |
* | | | | fixes the bloody installer | Andreas Rumpf | 2016-01-19 | 1 | -1/+1 | |
* | | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-19 | 8 | -8/+14 | |
|\| | | | ||||||
| * | | | Merge pull request #3735 from oderwat/FixDeprecationWarnings | Andreas Rumpf | 2016-01-19 | 7 | -8/+7 | |
| |\ \ \ | ||||||
| | * | | | Fixed deprecation warnings while Nim compiles. | Hans Raaf | 2016-01-18 | 7 | -8/+7 | |
| * | | | | Merge pull request #3739 from fmamud/add-nim-meetup | Andreas Rumpf | 2016-01-19 | 1 | -0/+7 | |
| |\ \ \ \ | ||||||
| | * | | | | Add Nim Meetup | Felipe Mamud | 2016-01-19 | 1 | -0/+7 | |
* | | | | | | minor install.txt update | Andreas Rumpf | 2016-01-19 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Andreas Rumpf | 2016-01-19 | 4 | -10/+4 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | minor website and documentation updates | Araq | 2016-01-18 | 4 | -10/+4 | |
* | | | | | fixes some typos | Andreas Rumpf | 2016-01-19 | 3 | -4/+4 |