summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\ | | | | Readme update
| * Make additional minor changes to readme.mdEmily Mabrey2017-02-091-24/+26
| | | | | | | | | | | | | | Move the community section closer to the top of the readme. Make the reference to the copying.txt file in the license section actually link to that file. Adjust the nimble section to be more clear about how and where to acquire the nimble source.
| * Cleanup and reorganize readme.mdEmily Mabrey2017-02-091-110/+137
| | | | | | | | | | | | | | | | | | Fix typos and grammatical errors while rearranging and cleaning up the readme. Change all links to use the reference style Markdown link for increased maintainability. Make all badges use a consistent flat style that matches the art style of the logo. Replace HTML snippet for logo with valid Markdown link by utilizing the freely available Google API for image resizing.
* | 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
|\ | | | | 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
| | |