Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimized swapping of ref array elements. | Yuriy Glukhov | 2016-08-08 | 1 | -0/+7 |
* | Updated sponsors.csv | Dominik Picheta | 2016-08-06 | 1 | -31/+31 |
* | No spaces after commas in bountysource.nim output. | Dominik Picheta | 2016-08-06 | 1 | -1/+1 |
* | Added script for generating sponsors.csv. | Dominik Picheta | 2016-08-06 | 1 | -0/+144 |
* | Merge pull request #4572 from oderwat/distinct-nil | Andreas Rumpf | 2016-08-05 | 2 | -0/+49 |
|\ | |||||
| * | Allowing `nil` for distinct types where the base type is nilable | Hans Raaf | 2016-08-05 | 2 | -0/+49 |
* | | Merge pull request #4575 from mathsaey/devel | Andreas Rumpf | 2016-08-05 | 1 | -2/+2 |
|\ \ | |||||
| * | | Removed trailing whitespace in math module | Mathijs Saey | 2016-08-05 | 1 | -1/+1 |
| * | | Fixed #4574 | Mathijs Saey | 2016-08-05 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #4573 from kingofoz/devel | Andreas Rumpf | 2016-08-05 | 1 | -2/+6 |
|\ \ | |||||
| * | | fix #4568 | kingofoz | 2016-08-05 | 1 | -2/+6 |
|/ / | |||||
* | | Merge pull request #4570 from jlp765/memfilesDoco1 | Andreas Rumpf | 2016-08-05 | 1 | -7/+27 |
|\ \ | |||||
| * | | Add doco on mapMem(), extend doco on open(), and add extra lines space for re... | James Parkinson | 2016-08-05 | 1 | -7/+27 |
|/ / | |||||
* | | fixes #4354 | Andreas Rumpf | 2016-08-04 | 3 | -23/+57 |
* | | fixes #4505, fixes #4230 | Andreas Rumpf | 2016-08-04 | 3 | -6/+27 |
* | | fixes #4353 | Andreas Rumpf | 2016-08-04 | 3 | -5/+13 |
* | | attempt to fix #4065 | Andreas Rumpf | 2016-08-04 | 1 | -2/+1 |
* | | fixes #4526 | Andreas Rumpf | 2016-08-04 | 1 | -7/+15 |
|/ | |||||
* | fixes #4562 | Andreas Rumpf | 2016-08-04 | 1 | -1/+2 |
* | fixes #4550 | Andreas Rumpf | 2016-08-04 | 1 | -0/+1 |
* | fixes #4545 | Andreas Rumpf | 2016-08-04 | 2 | -0/+25 |
* | fixes #4564 | Andreas Rumpf | 2016-08-04 | 3 | -3/+15 |
* | Merge pull request #4563 from krux02/spec-update | Andreas Rumpf | 2016-08-03 | 2 | -5/+7 |
|\ | |||||
| * | updadet doc/manual array construction syntax | Arne Döring | 2016-08-03 | 2 | -5/+7 |
* | | fixes #4561 | Andreas Rumpf | 2016-08-03 | 1 | -1/+1 |
* | | Merge pull request #4552 from moigagoo/patch-1 | Andreas Rumpf | 2016-08-02 | 1 | -0/+16 |
|\ \ | |||||
| * | | Minor improvement in the Docker Hub section. | Konstantin Molchanov | 2016-08-02 | 1 | -2/+2 |
| * | | Add Docker Hub info | Konstantin Molchanov | 2016-08-01 | 1 | -0/+16 |
* | | | Merge pull request #4559 from haiodo/enable-profiler-filenames | Andreas Rumpf | 2016-08-02 | 2 | -12/+23 |
|\ \ \ | |||||
| * | | | Enable embedded profiler to display filenames. | Andrey Sobolev | 2016-08-02 | 2 | -12/+23 |
* | | | | Merge pull request #4548 from arnetheduck/gc-cleanup | Andreas Rumpf | 2016-08-02 | 5 | -19/+20 |
|\ \ \ \ | |||||
| * | | | | clean up a few stray c_stdout's in gc debug code | Jacek Sieka | 2016-07-31 | 5 | -19/+20 |
* | | | | | Merge pull request #4549 from miere43/fix-links | Andreas Rumpf | 2016-08-02 | 3 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | fix several broken links | miere43 | 2016-07-31 | 3 | -3/+3 |
* | | | | | | fixes #4537 | Andreas Rumpf | 2016-08-02 | 2 | -0/+25 |
| |_|/ / / |/| | | | | |||||
* | | | | | fixes #4555 | Andreas Rumpf | 2016-08-02 | 8 | -14/+38 |
| |_|/ / |/| | | | |||||
* | | | | make tests green again | Andreas Rumpf | 2016-08-01 | 1 | -1/+1 |
* | | | | fixes #4534 | Andreas Rumpf | 2016-08-01 | 1 | -8/+5 |
|/ / / | |||||
* / / | Add note about build-essentials package to readme | Dominik Picheta | 2016-07-31 | 1 | -0/+2 |
|/ / | |||||
* | | Merge pull request #4546 from cheatfate/coroutinesback | Andreas Rumpf | 2016-07-30 | 2 | -2/+4 |
|\ \ | |||||
| * | | sets don't support empty arrays :) | cheatfate | 2016-07-30 | 1 | -1/+1 |
| * | | Enable coroutines again. | cheatfate | 2016-07-30 | 2 | -2/+4 |
|/ / | |||||
* | | Merge branch 'RyanMarcus-devel' into devel | Dominik Picheta | 2016-07-30 | 1 | -17/+54 |
|\ \ | |||||
| * | | Merge branch 'devel' of https://github.com/RyanMarcus/Nim into RyanMarcus-devel | Dominik Picheta | 2016-07-30 | 1 | -17/+54 |
|/| | | |||||
| * | | added when() block so that the compiler doesn't try to link SSL methods when ... | Ryan Marcus | 2016-07-27 | 1 | -21/+24 |
| * | | removed whitespace diffs | Ryan Marcus | 2016-07-27 | 1 | -2/+0 |
| * | | added code to send CONNECT request for https requests through proxies, fixes ... | Ryan Marcus | 2016-07-27 | 1 | -16/+52 |
* | | | Merge pull request #4544 from miere43/fix-4417-n | Andreas Rumpf | 2016-07-30 | 3 | -1/+17 |
|\ \ \ | |||||
| * | | | use appType instead of compileOption #4417 | miere43 | 2016-07-30 | 1 | -1/+1 |
| * | | | fix #4417, update news | miere43 | 2016-07-30 | 3 | -1/+17 |
|/ / / |