summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes #6090 (#6092)Yuriy Glukhov2017-07-141-0/+5
|
* newLit emty seq fix (#6091)Arne Döring2017-07-132-3/+19
| | | | * the type of the empty seq is still the correct type * updated test
* fixes system.onUnhandledException featureAndreas Rumpf2017-07-121-1/+1
|
* add system.onUnhandledException featureAndreas Rumpf2017-07-121-3/+18
|
* Merge pull request #6047 from euantorano/patch-1Dominik Picheta2017-07-112-4/+56
|\ | | | | Wait for reads to finish before reading the result
| * Update test headerEuan T2017-07-101-1/+1
| | | | | | | | Signed-off-by: Euan T <euantorano@gmail.com>
| * Adding test for recvlineEuan Torano2017-07-092-4/+56
| | | | | | | | Signed-off-by: Euan Torano <euantorano@gmail.com>
| * Wait for reads to finish before reading the resultEuan T2017-07-031-2/+2
| | | | | | As requested by @dom96, this fixes an issue seen here: https://github.com/nim-lang/redis/pull/4#issuecomment-312713921
* | fixes anon procs created by macrosAndreas Rumpf2017-07-112-2/+35
| |
* | parser enhancement: allow keywords after dotsAndreas Rumpf2017-07-112-24/+34
| |
* | fixes a JS codegen regressionAndreas Rumpf2017-07-102-3/+41
| |
* | fixes #4898Andreas Rumpf2017-07-091-3/+10
| |
* | fixes #6062Andreas Rumpf2017-07-091-14/+0
| |
* | fixes #5608Andreas Rumpf2017-07-092-0/+47
| |
* | make os.nim compile on Windows againAndreas Rumpf2017-07-091-1/+1
| |
* | fixes a typoAndreas Rumpf2017-07-091-1/+1
| |
* | fixes #6037Andreas Rumpf2017-07-091-1/+8
| |
* | fixes #6067Andreas Rumpf2017-07-081-1/+2
| |
* | minor improvements to os.paramStrAndreas Rumpf2017-07-081-2/+3
| |
* | fixes #6069Andreas Rumpf2017-07-081-1/+1
| |
* | minor code cleanupAndreas Rumpf2017-07-081-7/+1
| |
* | Fixes #6008 (#6068)Mathijs Saey2017-07-081-0/+4
| |
* | Fix for issue #5736. (#6061)Ganesh Viswanathan2017-07-071-1/+1
| |
* | bugfix: keep the information of a raw float literal in the ASTAndreas Rumpf2017-07-062-6/+7
| |
* | do not crash for #5895Andreas Rumpf2017-07-061-1/+1
| |
* | Fix for issue #6044. (#6056)Ganesh Viswanathan2017-07-061-1/+1
| |
* | system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057)nonylene2017-07-061-1/+1
|/
* fixes #6030 (#6042)ephja2017-07-011-7/+10
|
* fixes #6035Araq2017-06-303-3/+25
|
* make appveyor builds fasterAndreas Rumpf2017-06-301-2/+2
|
* fixes #5517Andreas Rumpf2017-06-302-0/+17
|
* closes #5379Andreas Rumpf2017-06-291-1/+9
|
* fixes #5974Andreas Rumpf2017-06-292-5/+20
|
* fixes #5563Andreas Rumpf2017-06-291-3/+3
|
* fixes #4703Andreas Rumpf2017-06-292-1/+34
|
* fixes #5846Andreas Rumpf2017-06-291-2/+3
|
* JS codegen: make 'echo' use console.log unless you define -d:nimOldEchoAndreas Rumpf2017-06-281-1/+1
|
* fixes #6021!Araq2017-06-271-43/+53
|
* One more attempt to fix tioselectors.nim test (#6020)Eugene Kabanov2017-06-271-4/+8
|
* Added moveDir (#6015)Yuriy Glukhov2017-06-272-12/+43
|
* Fixes #5946 (#6017)Yuriy Glukhov2017-06-261-2/+3
|
* JS gen: fixes regressionAndreas Rumpf2017-06-261-7/+15
|
* make JS tests green on OSX on my local machine; XXX needs further investigationsAndreas Rumpf2017-06-261-1/+4
|
* Fix #6010 documenting subtracting time interval (#6012)Euan T2017-06-221-1/+1
|
* Update pragmas.txt (#6006)Dan2017-06-211-2/+23
| | | Added more info on how the format strings work for codegenDecl
* Minor fixes for makefile.tmpldef2017-06-201-2/+2
|
* Merge pull request #5830 from jcowgill/makefile-indentationDennis Felsing2017-06-201-59/+56
|\ | | | | makefile.tmpl: fix error handling and cleanups
| * makefile.tmpl: fix error handling and cleanupsJames Cowgill2017-05-181-59/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes the indentation of all non-recipe lines from tabs to 2 spaces. While this doesn't fix anything, it avoids either make or someone interpreting those lines as a make recipe. This also fixes the error handling by using make's $(error) function instead. Previously make gave this syntax error whenever it hit the error handling code: ``` *** recipe commences before first target. Stop. ```
* | fixes #5966Fabian Keller2017-06-203-6/+31
| |
* | added test case for #1252Fabian Keller2017-06-201-0/+12
| |