summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | renamed writelnHook to writelnToChannelAndreas Rumpf2017-02-151-3/+3
* | get rid of debug outputAndreas Rumpf2017-02-151-3/+0
* | remove debug outputAndreas Rumpf2017-02-141-1/+0
* | make tests green again; disable periodic refresh for nowAndreas Rumpf2017-02-141-18/+15
* | nimsuggest uses multithreading and full project recompilesAndreas Rumpf2017-02-136-29/+223
* | improve error message for mismatched proc typesAndreas Rumpf2017-02-102-13/+43
* | introduce nimMaxHeap define to fight memory overcommitAndreas Rumpf2017-02-102-0/+11
* | added missing fileAndreas Rumpf2017-02-091-0/+9
* | disable transitive closure computations; only semcheck procs that have the cu...Andreas Rumpf2017-02-093-25/+41
|/
* 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