summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Update Stat to work with modern Unix impls
| * Use old approach for Mac OSX which, as of 2016, does not yet support POSIXCharles Blake2017-02-071-12/+18
| | | | | | | | high-resolution file times.
| * Move Timespec up, use in Stat for st_?tim and define accessors for the secondsCharles Blake2017-02-071-7/+18
| | | | | | | | portion of the Timespec.
* | 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
|\ \ | | | | | | Implements #3691.
| * \ 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 ↵Araq2017-02-075-44/+114
|\ \ \ | |_|/ |/| | | | | into endragor-accept-close-race-5279
| * | Move checkCloseError to nativesocketsRuslan Mustakov2017-02-073-25/+32
| | |
| * | Fix Windows accept() to fail future instead of raisingRuslan Mustakov2017-02-016-44/+107
| | | | | | | | | | | | Resolves: #5279
* | | 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
| | |
* | | downloader tool needs to use httpsAndreas Rumpf2017-02-072-2/+2
| | |
* | | koch.nim: don't commit after 1amAndreas Rumpf2017-02-071-2/+2
| | |
* | | disable NSIS installers, ship with downloader.exe insteadAraq2017-02-072-2/+9
| | |
* | | koch.nim: winrelease without nasty batch filesAraq2017-02-072-4/+59
| | |
* | | nim.cfg: happy new yearAraq2017-02-071-1/+1
| | |
* | | website: http to https updatesAraq2017-02-066-13/+13
| | |
* | | finish tool improvementsAraq2017-02-061-11/+14
| | |
* | | Adds bug fix list to 0.16.2 announcement.Dominik Picheta2017-02-061-0/+64
| | |
* | | nimsuggest improvement: don't die because of illformed ASTsAndreas Rumpf2017-02-061-2/+2
| | |
* | | nimweb: Show output of failed external command (#5343)flyx2017-02-061-2/+2
| | |
* | | Don't prepend project path to absolute filenames passed to setCommand (#5341)nigredo-tori2017-02-061-2/+5
| | |
* | | fixes #5314Andreas Rumpf2017-02-052-1/+18
| | |
* | | fixes #5090Andreas Rumpf2017-02-051-1/+3
| | |
* | | fixes #4996Andreas Rumpf2017-02-051-0/+9
| | |
* | | niminst: less verbose output in a desparate attempt to make travis green againAndreas Rumpf2017-02-051-2/+2
| | |
* | | fixes #5221Andreas Rumpf2017-02-051-1/+1
| | |
* | | fixes #5269Andreas Rumpf2017-02-052-6/+40
| | |
* | | Use __NR_gettid instead of SYS_gettid (#5338)Yuriy Glukhov2017-02-041-3/+3
| | |
* | | fixes #5285Andreas Rumpf2017-02-045-6/+42
| | |
* | | Fix #5331 and #5332.cheatfate2017-02-042-10/+29
| | |