Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tester now ignores deprecation warnings. | Dominik Picheta | 2014-04-21 | 1 | -2/+2 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-21 | 4 | -4/+123 |
|\ | |||||
| * | Merge pull request #1099 from Varriount/os/getFileInfo | Andreas Rumpf | 2014-04-20 | 1 | -0/+93 |
| |\ | | | | | | | Added os.getFileInfo procedure. | ||||
| | * | Added tests for getFileInfo proc. | Clay Sweetser | 2014-04-16 | 1 | -0/+93 |
| | | | |||||
| * | | Merge pull request #1124 from EXetoC/spawn-arg-check | Andreas Rumpf | 2014-04-20 | 1 | -0/+7 |
| |\ \ | | | | | | | | | Spawn argument checking. | ||||
| | * | | Add test for bad spawn argument. | EXetoC | 2014-04-20 | 1 | -0/+7 |
| | | | | |||||
| * | | | Param name and type combos now work in type sig. sugar. | Dominik Picheta | 2014-04-20 | 1 | -4/+4 |
| | | | | |||||
| * | | | Fixes #1093. | Dominik Picheta | 2014-04-20 | 1 | -0/+19 |
| | | | | |||||
* | | | | attempt to make some tests green | Araq | 2014-04-21 | 3 | -7/+3 |
|/ / / | |||||
* | | | Remove echo from => macro and fix tclosuremacro test. | Dominik Picheta | 2014-04-20 | 1 | -20/+20 |
| | | | |||||
* | | | Added new future module with a closure macro. | Dominik Picheta | 2014-04-20 | 1 | -0/+43 |
| | | | |||||
* | | | Removes tthreadanalysis3 from threadTests spec. | Dominik Picheta | 2014-04-20 | 1 | -1/+1 |
|/ / | |||||
* | | removed flawed thread analysis pass | Araq | 2014-04-20 | 5 | -60/+9 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-20 | 28 | -55/+70 |
|\ \ | |||||
| * | | Disabled tgtk test. | Dominik Picheta | 2014-04-19 | 1 | -1/+3 |
| | | | |||||
| * | | Improves tobjasgn test. | Dominik Picheta | 2014-04-18 | 1 | -6/+6 |
| | | | |||||
| * | | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 24 | -31/+31 |
| | | | |||||
| * | | Fixes incorrect nodejs detection in tester. | Dominik Picheta | 2014-04-16 | 1 | -2/+1 |
| | | | |||||
| * | | Modified tester output. Fixed JS tests. | Dominik Picheta | 2014-04-16 | 2 | -16/+24 |
| |/ | |||||
| * | Fixes docgen. | Dominik Picheta | 2014-04-15 | 1 | -1/+1 |
| | | |||||
| * | Fixes #1005 | Dominik Picheta | 2014-04-15 | 1 | -5/+10 |
| | | |||||
| * | Add checks for invalid socket when creating sockets. | Dominik Picheta | 2014-04-15 | 1 | -0/+1 |
| | | |||||
* | | new concurrency model: first steps; shared is not a keyword anymore | Araq | 2014-04-14 | 1 | -0/+22 |
|/ | |||||
* | implemented 'R ptr T' syntax | Araq | 2014-04-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1075 from flaviut/inlinedocs | Andreas Rumpf | 2014-04-09 | 68 | -0/+2414 |
|\ | | | | | Add some documentations and code examples in system | ||||
* \ | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-04-09 | 1 | -0/+11 |
|\ \ | |||||
| * \ | Merge pull request #901 from reactormonk/seq_toString | Andreas Rumpf | 2014-04-09 | 1 | -0/+11 |
| |\ \ | | |/ | |/| | Added `$` for seq | ||||
| | * | added `$` for arrays | Simon Hafner | 2014-03-31 | 1 | -1/+5 |
| | | | |||||
| | * | Merge branch 'devel' of github.com:Araq/Nimrod into seq_toString | Simon Hafner | 2014-03-31 | 101 | -146/+1725 |
| | |\ | |||||
| | * | | explicit firstElement for `$` in collections | Simon Hafner | 2014-02-11 | 1 | -1/+3 |
| | | | | |||||
| | * | | Added `$` for seq | Simon Hafner | 2014-02-11 | 1 | -0/+5 |
| | | | | |||||
* | | | | implemented region pointers | Araq | 2014-04-09 | 1 | -0/+16 |
|/ / / | |||||
* | | | Merge branch 'devel' of github.com:Araq/Nimrod into devel | Dominik Picheta | 2014-04-07 | 1 | -0/+23 |
|\ \ \ | |||||
| * | | | fixes #1063 | Araq | 2014-04-07 | 1 | -0/+23 |
| | | | | |||||
* | | | | Change the expected path in tfailedassert. | Dominik Picheta | 2014-04-06 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | This will cause this test to fail on Linux. The behaviour on Windows is however correct, the filename returned by instantiationInfo is the projPath defined as being "relative to the project's root". | ||||
* | | | fixes #798 | Araq | 2014-04-06 | 11 | -1/+8 |
| | | | |||||
* | | | fixes #297 | Araq | 2014-04-06 | 1 | -0/+32 |
| | | | |||||
* | | | fixes #913 | Araq | 2014-04-06 | 1 | -0/+18 |
| | | | |||||
* | | | fixes yet another option type | Araq | 2014-04-03 | 1 | -0/+47 |
| | | | |||||
* | | | Merge pull request #1060 from EXetoC/vm-arithmetic-overflow | Andreas Rumpf | 2014-04-02 | 5 | -0/+56 |
|\ \ \ | | | | | | | | | Arithmetic underflow/overflow checking for the VM | ||||
| * | | | Remove executable. | EXetoC | 2014-03-31 | 1 | -0/+0 |
| | | | | |||||
| * | | | Add underflow/overflow tests. | EXetoC | 2014-03-31 | 6 | -0/+56 |
| | |/ | |/| | |||||
* | | | Merge pull request #1061 from EXetoC/fix-tests | Andreas Rumpf | 2014-04-02 | 4 | -6/+6 |
|\ \ \ | | | | | | | | | Fix some tests. | ||||
| * | | | Fix some tests. | EXetoC | 2014-03-31 | 4 | -6/+6 |
| |/ / | |||||
* | | | make tstaticprintseq green | Araq | 2014-04-01 | 1 | -2/+2 |
| | | | |||||
* | | | fixed another vm bug | Araq | 2014-04-01 | 1 | -1/+5 |
| | | | |||||
* | | | fixes #880 | Araq | 2014-04-01 | 1 | -0/+11 |
|/ / | |||||
* | | tester outputs full test path | Araq | 2014-03-28 | 1 | -1/+2 |
| | | |||||
* | | fixes #911 | Araq | 2014-03-28 | 1 | -0/+1 |
| | | |||||
* | | Added test for issue #911. | Dominik Picheta | 2014-03-27 | 1 | -0/+62 |
| | |