summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix rst parse problem in version 0.16.2 news.Dominik Picheta2017-02-141-2/+2
* Update bountysource sponsors.Dominik Picheta2017-02-143-46/+60
* C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto...Araq2017-02-142-6/+9
* compile external .c files with the C compiler, not with C++; refs #5357Araq2017-02-141-6/+8
* Fixes parseHeader("foo:") != ("foo", @[""]). Refs #5344.Dominik Picheta2017-02-131-1/+5
* Add hash proc for cstrings (#5386)Ruslan Mustakov2017-02-132-1/+15
* Add ``tearDownForeignThreadGc`` function (#5369)Anatoly Galiulin2017-02-135-10/+132
* Fixes #5382Anatoly Galiulin2017-02-132-1/+12
* Added BiggestUInt (#5378)flyx2017-02-133-13/+24
* Column details for postgres. (#5380)ionel anton2017-02-132-15/+396
* Make walkDirRec docstring more clear (#5377)Federico Ceratto2017-02-121-2/+2
* fixes #5354Araq2017-02-112-5/+22
* finish.nim: user has multiple chances to move .7z file to proper locationAraq2017-02-111-0/+3
* sysio: check for IO errors for write operationsAraq2017-02-111-6/+8
* Merge pull request #5367 from emabrey/readme-updateDominik Picheta2017-02-101-112/+141
|\
| * Make additional minor changes to readme.mdEmily Mabrey2017-02-091-24/+26
| * Cleanup and reorganize readme.mdEmily Mabrey2017-02-091-110/+137
* | Removed $ from echo calls (#5368)Yuriy Glukhov2017-02-101-11/+11
* | Fixed heapqueue.del for last elem (#5363)Yuriy Glukhov2017-02-101-10/+31
|/
* sysio: minor improvementsAraq2017-02-091-4/+5
* fixes #5339Andreas Rumpf2017-02-092-7/+102
* fixes #5185Andreas Rumpf2017-02-081-0/+1
* make tests green againAndreas Rumpf2017-02-082-1/+5
* make tests green againAndreas Rumpf2017-02-082-4/+5
* system/unicode: check for buffer overflows; refs #5284Araq2017-02-082-43/+78
* system.nim: don't use deprecated symbols/constructsAraq2017-02-088-32/+33
* fixes #5349Araq2017-02-083-24/+76
* updated newsAraq2017-02-081-0/+20
* fixes #5352Araq2017-02-081-1/+3
* finish.nim: final round of improvementsAraq2017-02-081-8/+51
* macros are now checked to not produce cyclic ASTsAndreas Rumpf2017-02-082-2/+13
* log process startsAndreas Rumpf2017-02-081-0/+2
* Mark setupForeignThreadGc and initGC as gcsafe (#5353)Anatoly Galiulin2017-02-082-2/+2
* fix in using the linenoise function (#5351)Arne Döring2017-02-081-1/+2
* Merge pull request #5348 from c-blake/develAndreas Rumpf2017-02-081-7/+24
|\
| * Use old approach for Mac OSX which, as of 2016, does not yet support POSIXCharles Blake2017-02-071-12/+18
| * Move Timespec up, use in Stat for st_?tim and define accessors for the secondsCharles Blake2017-02-071-7/+18
* | downloader improvementsAraq2017-02-081-9/+9
* | Implement SSL SNI hostname setting for asyncnet.Dominik Picheta2017-02-081-0/+5
* | downloader changesAraq2017-02-072-14/+17
* | Merge pull request #5319 from nim-lang/feature/3691Andreas Rumpf2017-02-078-8/+143
|\ \
| * \ Merge branch 'devel' into feature/3691Dominik Picheta2017-02-0784-496/+1385
| |\ \ | |/ / |/| |
* | | Add some tests to httpcore related to #5344.Dominik Picheta2017-02-071-0/+7
* | | cleaned up accept-close-race fix #5279Araq2017-02-073-27/+2
* | | Merge branch 'accept-close-race-5279' of https://github.com/endragor/Nim into...Araq2017-02-075-44/+114
|\ \ \ | |_|/ |/| |
| * | Move checkCloseError to nativesocketsRuslan Mustakov2017-02-073-25/+32
| * | Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-016-44/+107
* | | added crashtester toolAndreas Rumpf2017-02-071-0/+52
* | | koch: boot use hostOs&hostCpu specific nimcacheAndreas Rumpf2017-02-071-1/+2
* | | nimsuggest works in macrosAndreas Rumpf2017-02-073-2/+225