Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added 'koch testinstall' command; more installer related bugfixes | Andreas Rumpf | 2016-06-09 | 3 | -3/+8 |
* | Make some proper closes. | cheatfate | 2016-06-09 | 1 | -1/+1 |
* | added file back with proper access rights (thanks for that, only took me an h... | Araq | 2016-06-07 | 1 | -0/+25 |
* | remove file with broken access bits | Araq | 2016-06-07 | 1 | -25/+0 |
* | update the version number in more places | Araq | 2016-06-07 | 1 | -0/+0 |
* | Merge pull request #4031 from FedericoCeratto/travis_ci_nimscript | Dominik Picheta | 2016-06-06 | 1 | -0/+25 |
|\ | |||||
| * | Disable pegs | Federico Ceratto | 2016-04-11 | 1 | -1/+1 |
| * | Add nimscript test and run it in Travis CI | Federico Ceratto | 2016-04-03 | 1 | -0/+25 |
* | | fixes #3579 | Andreas Rumpf | 2016-06-05 | 1 | -1/+1 |
* | | Merge pull request #4270 from moigagoo/devel | Dominik Picheta | 2016-06-03 | 1 | -0/+18 |
|\ \ | |||||
| * | | Tests: tasyncall: Varargs test added. | Konstantin Molchanov | 2016-06-03 | 1 | -0/+18 |
* | | | Merge pull request #4243 from moigagoo/devel | Dominik Picheta | 2016-06-03 | 1 | -0/+50 |
|\| | | |||||
| * | | Tests: async: Tests for `all` proc added. | Konstantin Molchanov | 2016-05-31 | 1 | -0/+50 |
* | | | fixes #2259, fixes #1389 | Andreas Rumpf | 2016-06-02 | 1 | -0/+10 |
* | | | fixes #4186 | Andreas Rumpf | 2016-06-02 | 1 | -0/+19 |
* | | | Merge pull request #4258 from Parashurama/add_unicode_escape | Andreas Rumpf | 2016-06-02 | 1 | -1/+5 |
|\ \ \ | |||||
| * | | | adds support for unicode hexcode in string literals. | Parashurama | 2016-06-01 | 1 | -1/+5 |
* | | | | Time has now reference semantics on js | Yuriy Glukhov | 2016-06-01 | 1 | -1/+1 |
|/ / / | |||||
* / / | Modification to implementation of round() such that it returns a float and ac... | A. S. Budden | 2016-05-31 | 1 | -1/+1 |
|/ / | |||||
* | | changed the compiler's path handling; fixes #546 | Andreas Rumpf | 2016-05-31 | 4 | -4/+5 |
* | | make test green | Andreas Rumpf | 2016-05-30 | 1 | -2/+2 |
* | | moved random procs from math to its own module (breaking change) | Andreas Rumpf | 2016-05-30 | 5 | -5/+5 |
* | | Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant... | Andreas Rumpf | 2016-05-29 | 1 | -0/+31 |
|\ \ | |||||
| * | | fixes #3496 | Adam Strzelecki | 2015-10-29 | 1 | -0/+31 |
* | | | fixes #3729 | Andreas Rumpf | 2016-05-29 | 2 | -0/+372 |
* | | | fixes #4177 | Andreas Rumpf | 2016-05-28 | 1 | -0/+15 |
* | | | Merge pull request #4113 from jcosborn/gettypeinst | Andreas Rumpf | 2016-05-28 | 1 | -0/+122 |
|\ \ \ | |||||
| * | | | getTypeInst and getTypeImpl mostly working now and added test | James Osborn | 2016-05-04 | 1 | -0/+122 |
* | | | | makes tests green again | Andreas Rumpf | 2016-05-28 | 1 | -3/+4 |
* | | | | fixes critical 'do' parsing bug | Andreas Rumpf | 2016-05-28 | 1 | -0/+79 |
* | | | | fixes #4227 | Andreas Rumpf | 2016-05-27 | 1 | -0/+24 |
* | | | | Merge pull request #4130 from lihf8515/devel | Andreas Rumpf | 2016-05-26 | 1 | -23/+35 |
|\ \ \ \ | |||||
| * | | | | Update tparscfg.nim | lihf8515 | 2016-05-02 | 1 | -23/+35 |
| |/ / / | |||||
* | | | | Fixes #4222 | Yuriy Glukhov | 2016-05-26 | 1 | -1/+12 |
* | | | | fixes issue 4212 && add test for various valid zero floats. | Parashurama | 2016-05-25 | 1 | -13/+21 |
* | | | | fixes #4212 | Andreas Rumpf | 2016-05-25 | 1 | -1/+1 |
* | | | | Merge branch 'prim-gc' into devel | Andreas Rumpf | 2016-05-22 | 3 | -0/+497 |
|\ \ \ \ | |||||
| * | | | | fixes #3184 | Andreas Rumpf | 2016-05-22 | 2 | -0/+458 |
| * | | | | fixes #3793 | Andreas Rumpf | 2016-05-16 | 2 | -0/+39 |
* | | | | | Slightly better test case | Dmitry Polienko | 2016-05-20 | 1 | -1/+3 |
* | | | | | Fix toJSStr for control characters | nigredo-tori | 2016-05-20 | 1 | -0/+6 |
* | | | | | Merge pull request #4188 from Parashurama/improve_float_parsing | Andreas Rumpf | 2016-05-20 | 2 | -0/+47 |
|\ \ \ \ \ | |||||
| * | | | | | fixes some issues with underscores in float literals. add more tests. | Parashurama | 2016-05-19 | 2 | -0/+47 |
* | | | | | | Added a test case | Yuriy Glukhov | 2016-05-18 | 1 | -0/+6 |
|/ / / / / | |||||
* | | | | | Merge pull request #4180 from cheatfate/callsoon2 | Dominik Picheta | 2016-05-18 | 3 | -7/+7 |
|\ \ \ \ \ | |||||
| * | | | | | Resolve bugs with `deep recursion` of asyncdispatch. | cheatfate | 2016-05-18 | 3 | -7/+7 |
| |/ / / / | |||||
* / / / / | fix issue 4181. add testcase. | Parashurama | 2016-05-18 | 1 | -0/+15 |
|/ / / / | |||||
* | | | | Merge pull request #4025 from flyx/highlight-yaml | Andreas Rumpf | 2016-05-12 | 1 | -0/+139 |
|\ \ \ \ | |||||
| * | | | | Fixes to YAML highlighting support, added tests | Felix Krause | 2016-04-01 | 1 | -0/+139 |
* | | | | | fixes #950 | Andreas Rumpf | 2016-05-12 | 1 | -0/+16 |