Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes #6090 (#6092) | Yuriy Glukhov | 2017-07-14 | 1 | -0/+5 |
| | |||||
* | newLit emty seq fix (#6091) | Arne Döring | 2017-07-13 | 2 | -3/+19 |
| | | | | * the type of the empty seq is still the correct type * updated test | ||||
* | fixes system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | add system.onUnhandledException feature | Andreas Rumpf | 2017-07-12 | 1 | -3/+18 |
| | |||||
* | Merge pull request #6047 from euantorano/patch-1 | Dominik Picheta | 2017-07-11 | 2 | -4/+56 |
|\ | | | | | Wait for reads to finish before reading the result | ||||
| * | Update test header | Euan T | 2017-07-10 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Euan T <euantorano@gmail.com> | ||||
| * | Adding test for recvline | Euan Torano | 2017-07-09 | 2 | -4/+56 |
| | | | | | | | | Signed-off-by: Euan Torano <euantorano@gmail.com> | ||||
| * | Wait for reads to finish before reading the result | Euan T | 2017-07-03 | 1 | -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 macros | Andreas Rumpf | 2017-07-11 | 2 | -2/+35 |
| | | |||||
* | | parser enhancement: allow keywords after dots | Andreas Rumpf | 2017-07-11 | 2 | -24/+34 |
| | | |||||
* | | fixes a JS codegen regression | Andreas Rumpf | 2017-07-10 | 2 | -3/+41 |
| | | |||||
* | | fixes #4898 | Andreas Rumpf | 2017-07-09 | 1 | -3/+10 |
| | | |||||
* | | fixes #6062 | Andreas Rumpf | 2017-07-09 | 1 | -14/+0 |
| | | |||||
* | | fixes #5608 | Andreas Rumpf | 2017-07-09 | 2 | -0/+47 |
| | | |||||
* | | make os.nim compile on Windows again | Andreas Rumpf | 2017-07-09 | 1 | -1/+1 |
| | | |||||
* | | fixes a typo | Andreas Rumpf | 2017-07-09 | 1 | -1/+1 |
| | | |||||
* | | fixes #6037 | Andreas Rumpf | 2017-07-09 | 1 | -1/+8 |
| | | |||||
* | | fixes #6067 | Andreas Rumpf | 2017-07-08 | 1 | -1/+2 |
| | | |||||
* | | minor improvements to os.paramStr | Andreas Rumpf | 2017-07-08 | 1 | -2/+3 |
| | | |||||
* | | fixes #6069 | Andreas Rumpf | 2017-07-08 | 1 | -1/+1 |
| | | |||||
* | | minor code cleanup | Andreas Rumpf | 2017-07-08 | 1 | -7/+1 |
| | | |||||
* | | Fixes #6008 (#6068) | Mathijs Saey | 2017-07-08 | 1 | -0/+4 |
| | | |||||
* | | Fix for issue #5736. (#6061) | Ganesh Viswanathan | 2017-07-07 | 1 | -1/+1 |
| | | |||||
* | | bugfix: keep the information of a raw float literal in the AST | Andreas Rumpf | 2017-07-06 | 2 | -6/+7 |
| | | |||||
* | | do not crash for #5895 | Andreas Rumpf | 2017-07-06 | 1 | -1/+1 |
| | | |||||
* | | Fix for issue #6044. (#6056) | Ganesh Viswanathan | 2017-07-06 | 1 | -1/+1 |
| | | |||||
* | | system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057) | nonylene | 2017-07-06 | 1 | -1/+1 |
|/ | |||||
* | fixes #6030 (#6042) | ephja | 2017-07-01 | 1 | -7/+10 |
| | |||||
* | fixes #6035 | Araq | 2017-06-30 | 3 | -3/+25 |
| | |||||
* | make appveyor builds faster | Andreas Rumpf | 2017-06-30 | 1 | -2/+2 |
| | |||||
* | fixes #5517 | Andreas Rumpf | 2017-06-30 | 2 | -0/+17 |
| | |||||
* | closes #5379 | Andreas Rumpf | 2017-06-29 | 1 | -1/+9 |
| | |||||
* | fixes #5974 | Andreas Rumpf | 2017-06-29 | 2 | -5/+20 |
| | |||||
* | fixes #5563 | Andreas Rumpf | 2017-06-29 | 1 | -3/+3 |
| | |||||
* | fixes #4703 | Andreas Rumpf | 2017-06-29 | 2 | -1/+34 |
| | |||||
* | fixes #5846 | Andreas Rumpf | 2017-06-29 | 1 | -2/+3 |
| | |||||
* | JS codegen: make 'echo' use console.log unless you define -d:nimOldEcho | Andreas Rumpf | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | fixes #6021! | Araq | 2017-06-27 | 1 | -43/+53 |
| | |||||
* | One more attempt to fix tioselectors.nim test (#6020) | Eugene Kabanov | 2017-06-27 | 1 | -4/+8 |
| | |||||
* | Added moveDir (#6015) | Yuriy Glukhov | 2017-06-27 | 2 | -12/+43 |
| | |||||
* | Fixes #5946 (#6017) | Yuriy Glukhov | 2017-06-26 | 1 | -2/+3 |
| | |||||
* | JS gen: fixes regression | Andreas Rumpf | 2017-06-26 | 1 | -7/+15 |
| | |||||
* | make JS tests green on OSX on my local machine; XXX needs further investigations | Andreas Rumpf | 2017-06-26 | 1 | -1/+4 |
| | |||||
* | Fix #6010 documenting subtracting time interval (#6012) | Euan T | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | Update pragmas.txt (#6006) | Dan | 2017-06-21 | 1 | -2/+23 |
| | | | Added more info on how the format strings work for codegenDecl | ||||
* | Minor fixes for makefile.tmpl | def | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | Merge pull request #5830 from jcowgill/makefile-indentation | Dennis Felsing | 2017-06-20 | 1 | -59/+56 |
|\ | | | | | makefile.tmpl: fix error handling and cleanups | ||||
| * | makefile.tmpl: fix error handling and cleanups | James Cowgill | 2017-05-18 | 1 | -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 #5966 | Fabian Keller | 2017-06-20 | 3 | -6/+31 |
| | | |||||
* | | added test case for #1252 | Fabian Keller | 2017-06-20 | 1 | -0/+12 |
| | |