Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ / / | |||||
* | | | compiler free of old expr/stmt metatypes | Andreas Rumpf | 2016-07-30 | 1 | -5/+5 |
* | | | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 22 | -55/+55 |
* | | | expr and stmt are now deprecated | Andreas Rumpf | 2016-07-30 | 14 | -51/+51 |
* | | | added tuple breakage to the docs | Andreas Rumpf | 2016-07-30 | 1 | -0/+17 |
* | | | Merge pull request #4542 from kierdavis/4541-import-error | Andreas Rumpf | 2016-07-30 | 2 | -3/+7 |
|\ \ \ | |||||
| * | | | Locate 'attempt to redefine' errors at the import statement rather than at th... | Kier Davis | 2016-07-30 | 2 | -3/+7 |
* | | | | Merge pull request #4540 from arnetheduck/remove-sffakeconst | Andreas Rumpf | 2016-07-30 | 5 | -16/+4 |
|\ \ \ \ | |||||
| * | | | | remove sfFakeConst | Jacek Sieka | 2016-07-30 | 5 | -16/+4 |
* | | | | | Merge pull request #4538 from cheatfate/nofasm | Andreas Rumpf | 2016-07-30 | 3 | -9/+13 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | comments | cheatfate | 2016-07-30 | 1 | -1/+1 |
| * | | | | testament update to have list of disabled modules. | cheatfate | 2016-07-30 | 2 | -6/+12 |
| * | | | | Disable fasm usage | cheatfate | 2016-07-29 | 1 | -3/+1 |
* | | | | | make test compile with latest opengl version | Andreas Rumpf | 2016-07-30 | 3 | -3/+3 |
| |/ / / |/| | | | |||||
* | | | | make nim bootstrap again for older versions | Andreas Rumpf | 2016-07-30 | 6 | -6/+14 |