Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes Windows version of readPasswordFromStdin (setLen doesn't accept ↵ | Araq | 2015-08-18 | 1 | -1/+1 |
| | | | | negative values anymore) | ||||
* | cleanup destructor building for arrays; still doesn't work | Araq | 2015-08-18 | 3 | -27/+15 |
| | |||||
* | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 13 | -69/+398 |
| | |||||
* | workaround windows 'findNextFile' bug | Araq | 2015-08-16 | 1 | -1/+8 |
| | |||||
* | VM: repl supports global variables properly" | Araq | 2015-08-16 | 1 | -3/+3 |
| | |||||
* | staticExec: redirect stderr to stdout so stderr is returned too | Araq | 2015-08-16 | 1 | -2/+2 |
| | |||||
* | fixed test instruction | Araq | 2015-08-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3219 from kirbyfan64/nocomm | Dominik Picheta | 2015-08-16 | 2 | -1/+4 |
|\ | | | | | Give a nice error when no command is given | ||||
| * | Give a nice error when no command is given | Ryan Gonzalez | 2015-08-15 | 2 | -1/+4 |
|/ | |||||
* | Merge pull request #3218 from kirbyfan64/patch-1 | Dominik Picheta | 2015-08-15 | 1 | -0/+1 |
|\ | | | | | Mention Howl's Nim support | ||||
| * | Mention Howl's Nim support | Ryan Gonzalez | 2015-08-15 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #3213 from yglukhov/times-js-fix | Dominik Picheta | 2015-08-14 | 1 | -16/+18 |
|\ | | | | | Fixed compilation of times module with JS. | ||||
| * | Fixed compilation of times module with JS. | Yuriy Glukhov | 2015-08-14 | 1 | -16/+18 |
| | | |||||
* | | Merge pull request #3214 from rbehrends/fix-exponentiation | Dominik Picheta | 2015-08-14 | 1 | -1/+3 |
|\ \ | |/ |/| | Fix exponentiation operation to avoid overflow. | ||||
| * | Fix exponentiation operation to avoid overflow. | Reimer Behrends | 2015-08-14 | 1 | -1/+3 |
|/ | | | | | | The exponentation implementation unnecessarily multiplied the result with itself at the end if the exponent was an even number. This led to overflow if result*result > high(int). | ||||
* | refs #2973; manual contains almost all pragmas now, few are left in the ↵ | Araq | 2015-08-14 | 2 | -457/+464 |
| | | | | compiler guide | ||||
* | todo.txt update | Araq | 2015-08-14 | 1 | -2/+0 |
| | |||||
* | toplevel .closure procs are deprecated | Araq | 2015-08-14 | 3 | -1/+7 |
| | |||||
* | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 4 | -1/+6 |
| | |||||
* | Merge pull request #3204 from yglukhov/debugger-on-fix | Andreas Rumpf | 2015-08-14 | 5 | -15/+13 |
|\ | | | | | Fixed --debugger:on option. Removed c_line from termios. | ||||
| * | Fixed --debugger:on option. Removed c_line from termios. | Yuriy Glukhov | 2015-08-12 | 5 | -15/+13 |
| | | |||||
* | | Merge pull request #3177 from zah/generic-types-in-macros | Andreas Rumpf | 2015-08-14 | 6 | -41/+194 |
|\ \ | | | | | | | Generic types in macros | ||||
| * | | Disable the new generic params handling for immediate template and macros | Zahary Karadjov | 2015-08-02 | 3 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since immediate templates are not subjected to the standard sigmatching algorithm, they will have a number of deficiencies when it comes to generic params: Type dependencies between the parameters won't be honoured and the bound generic symbols won't be resolvable within their bodies. We could try to fix this, but it may be wiser to just deprecate immediate templates and macros now that we have working untyped parameters. Disabling the new features is admittedly not the greatest way to handle this situations as it introduces inconsistency in the language, but at least it makes the code backwards-compatible with the previous version of the compiler instead of triggering more serious problems. | ||||
| * | | fix #1858 again; restores the support for static macro params | Zahary Karadjov | 2015-08-02 | 6 | -41/+179 |
| | | | |||||
* | | | Merge pull request #3131 from zachaysan/devel | Dominik Picheta | 2015-08-13 | 2 | -6/+101 |
|\ \ \ | | | | | | | | | Create chomp proc and tests | ||||
| * | | | Add extern pragma | Zach Aysan | 2015-07-21 | 1 | -3/+5 |
| | | | | |||||
| * | | | Add docs | Zach Aysan | 2015-07-21 | 1 | -0/+27 |
| | | | | |||||
| * | | | Switch to removeSuffix name and modify the string in place | Zach Aysan | 2015-07-21 | 1 | -46/+27 |
| | | | | |||||
| * | | | Update tests to proposed changes | Zach Aysan | 2015-07-21 | 1 | -16/+39 |
| | | | | |||||
| * | | | Add tests for chomp | Zach Aysan | 2015-07-17 | 1 | -4/+21 |
| | | | | |||||
| * | | | Create Ruby-like chomp proc to allow for easy string ending removal | Zach Aysan | 2015-07-17 | 1 | -1/+46 |
| | | | | |||||
* | | | | Merge pull request #3206 from yglukhov/patch-1 | Dominik Picheta | 2015-08-12 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | Fixed fromSeconds function JS variant | ||||
| * | | | Fixed fromSeconds function JS variant | Yuriy Glukhov | 2015-08-12 | 1 | -1/+1 |
|/ / / | |||||
* | | | removed sequtils.reversed again since it's already in algorithm.nim | Araq | 2015-08-10 | 1 | -23/+0 |
| | | | |||||
* | | | fixes #1965 | Araq | 2015-08-10 | 3 | -2/+13 |
| | | | |||||
* | | | fixes #3066 | Araq | 2015-08-09 | 2 | -0/+20 |
| | | | |||||
* | | | fixes #3096 | Araq | 2015-08-09 | 1 | -2/+3 |
| | | | |||||
* | | | refs #2377 | Araq | 2015-08-09 | 1 | -0/+2 |
| | | | |||||
* | | | fixes #1329 | Araq | 2015-08-09 | 2 | -1/+13 |
| | | | |||||
* | | | updated todo.txt | Araq | 2015-08-09 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #3146 from c-blake/devel | Andreas Rumpf | 2015-08-09 | 4 | -0/+113 |
|\ \ \ | | | | | | | | | Add MemFile text interface factored so users can optionally skip Nim … | ||||
| * \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-09 | 22 | -102/+455 |
| |\ \ \ | |||||
| * \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-04 | 8 | -17/+49 |
| |\ \ \ \ | |||||
| * | | | | | Add note about what is included. | Charles Blake | 2015-08-04 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Use hyperlinks to refer to other procs. | Charles Blake | 2015-08-04 | 1 | -6/+8 |
| | | | | | | |||||
| * | | | | | Expand memSlices doc comment & use better example. | Charles Blake | 2015-08-04 | 1 | -14/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | Have lines() iterators docs point back to memSlices() for details. | ||||
| * | | | | | Merge ../Nim into devel | Charles Blake | 2015-08-04 | 2 | -8/+22 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-03 | 1 | -1/+4 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Move tests to stdlib. | Charles Blake | 2015-08-03 | 3 | -0/+0 |
| | | | | | | | | |||||
| * | | | | | | | Spruce up doc comments as per dom96 suggestions. | Charles Blake | 2015-08-03 | 1 | -7/+12 |
| | | | | | | | |