Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enabled explicitly unknown lock levels (#5409) | Fabian Keller | 2017-02-20 | 1 | -0/+13 |
* | new feature: .used pragma to suppress declared-but-not-used warning | Araq | 2017-02-17 | 1 | -0/+13 |
* | fixes #5404 | Araq | 2017-02-17 | 1 | -0/+16 |
* | fixes #5400 | Araq | 2017-02-16 | 1 | -0/+23 |
* | fixes #5405 | Araq | 2017-02-16 | 1 | -0/+15 |
* | resolved conflict | Araq | 2017-02-16 | 1 | -0/+26 |
|\ | |||||
| * | fixes #5402 | Araq | 2017-02-16 | 1 | -0/+26 |
| * | fixes #5383 | Araq | 2017-02-16 | 2 | -5/+17 |
* | | make more tests green | Araq | 2017-02-16 | 1 | -1/+1 |
* | | fixes #5383 | Araq | 2017-02-16 | 2 | -5/+17 |
|/ | |||||
* | Add ``tearDownForeignThreadGc`` function (#5369) | Anatoly Galiulin | 2017-02-13 | 2 | -0/+89 |
* | Fixes #5382 | Anatoly Galiulin | 2017-02-13 | 1 | -0/+11 |
* | Column details for postgres. (#5380) | ionel anton | 2017-02-13 | 1 | -0/+229 |
* | fixes #5354 | Araq | 2017-02-11 | 1 | -0/+17 |
* | fixes #5339 | Andreas Rumpf | 2017-02-09 | 1 | -0/+38 |
* | fixes #5349 | Araq | 2017-02-08 | 1 | -4/+36 |
* | Merge branch 'devel' into feature/3691 | Dominik Picheta | 2017-02-07 | 15 | -60/+307 |
|\ | |||||
| * | Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim into... | Araq | 2017-02-07 | 1 | -0/+36 |
| |\ | |||||
| | * | Move checkCloseError to nativesockets | Ruslan Mustakov | 2017-02-07 | 1 | -0/+7 |
| | * | Fix Windows accept() to fail future instead of raising | Ruslan Mustakov | 2017-02-01 | 1 | -0/+29 |
| * | | fixes #5314 | Andreas Rumpf | 2017-02-05 | 1 | -0/+17 |
| * | | fixes #5269 | Andreas Rumpf | 2017-02-05 | 1 | -0/+30 |
| * | | fixes #5285 | Andreas Rumpf | 2017-02-04 | 2 | -1/+22 |
| * | | Fix #5331 and #5332. | cheatfate | 2017-02-04 | 1 | -0/+14 |
| * | | fixes #5327 | Andreas Rumpf | 2017-02-03 | 2 | -5/+43 |
| * | | testament: be verbose when --pedantic fails | Andreas Rumpf | 2017-02-03 | 1 | -1/+3 |
| * | | reenabled clear test, made clear working (#5323) | Arne Döring | 2017-02-02 | 1 | -22/+20 |
| * | | Merge branch 'devel' into new-name-mangling | Araq | 2017-02-02 | 3 | -16/+14 |
| |\ \ | |||||
| | * | | make tests on Windows green under --pedantic | Araq | 2017-02-02 | 3 | -16/+14 |
| | |/ | |||||
| * / | new name mangling scheme implemented | Andreas Rumpf | 2017-02-02 | 1 | -1/+1 |
| |/ | |||||
| * | fix string slice & splice (#5311) | Parashurama | 2017-02-01 | 1 | -0/+55 |
| * | Fixes for upcoming asyncdispatch and ioselectors. (#5309) | Eugene Kabanov | 2017-02-01 | 1 | -13/+42 |
| * | fixes #4973 | Andreas Rumpf | 2017-02-01 | 1 | -2/+11 |
* | | Fixes test. | Dominik Picheta | 2017-02-06 | 1 | -1/+1 |
* | | Add template tests for #3691. | Dominik Picheta | 2017-02-06 | 1 | -4/+5 |
* | | Fixes incorrect scoping in semstmts.semTry. | Dominik Picheta | 2017-02-06 | 1 | -1/+0 |
* | | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 1 | -1/+16 |
* | | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 1 | -6/+6 |
* | | WIP implementation of `except ExcType as ident` syntax. Refs #3691. | Dominik Picheta | 2017-02-01 | 1 | -0/+10 |
|/ | |||||
* | make tests on Windows green | Araq | 2017-01-31 | 2 | -2/+7 |
* | testament: OS specific disables | Araq | 2017-01-31 | 2 | -1/+18 |
* | added a testcase for getThreadId | Araq | 2017-01-31 | 1 | -0/+5 |
* | added test case; threadex example crashes now | Araq | 2017-01-30 | 2 | -0/+26 |
* | made nodecl implicit for vars in the js backend. (#5297) | Michael Jendrusch | 2017-01-29 | 2 | -1/+14 |
* | fixes #5216 | Araq | 2017-01-27 | 1 | -0/+20 |
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 1 | -0/+267 |
* | bugfix: inline iterator do not mess up line information anymore | Andreas Rumpf | 2017-01-25 | 1 | -0/+22 |
* | fix genderef of jsgen (#5274) | shsnow23 | 2017-01-24 | 1 | -0/+20 |
* | onThreadDestruction feature added to Nim's threading model | Andreas Rumpf | 2017-01-24 | 1 | -1/+6 |
* | Use onThreadCreation to set default SSL context for each thread (#5265) | Ruslan Mustakov | 2017-01-23 | 1 | -1/+1 |