Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "more test made green" | Araq | 2013-05-27 | 2 | -71/+70 |
| | | | | This reverts commit 911e6e710f28f454cf8bc1bb493c1a28c4694b76. | ||||
* | Revert "test cases for the new features" | Araq | 2013-05-27 | 2 | -50/+0 |
| | | | | This reverts commit 66653e8f144f2e67a6e48158f9298d9f41b16b09. | ||||
* | test cases for the new features | Zahary Karadjov | 2013-05-26 | 2 | -0/+50 |
| | |||||
* | more test made green | Zahary Karadjov | 2013-05-26 | 2 | -70/+71 |
| | | | | | | | | | the lambda lifting was trying too hard to ignore generic prods isGenericRoutine was producing false-negatives and only this allowed for some of the warning and error messages to be triggered. some files with mixed line endings were fixed | ||||
* | fix tforwardgeneric | Zahary Karadjov | 2013-05-26 | 1 | -2/+3 |
| | |||||
* | documented the ``noforward`` pragma | Zahary Karadjov | 2013-05-12 | 1 | -0/+10 |
| | |||||
* | better effects handling for callbacks | Araq | 2013-05-09 | 1 | -0/+14 |
| | |||||
* | fixes #117 | Araq | 2013-05-04 | 1 | -0/+20 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 1 | -0/+8 |
| | |||||
* | fixes #310 | Araq | 2013-04-13 | 1 | -0/+22 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 1 | -0/+19 |
| | |||||
* | cleanup of tests; use 'koch install' instead of 'install.sh' for a ↵ | Araq | 2013-04-11 | 1 | -1/+5 |
| | | | | bootstrapping build | ||||
* | fixes #368 | Araq | 2013-04-08 | 1 | -0/+59 |
| | |||||
* | fixes #304 | Araq | 2013-03-18 | 2 | -0/+16 |
| | |||||
* | fixes #366 | Araq | 2013-03-17 | 1 | -0/+8 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 113 | -0/+0 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 15 | -9/+363 |
|\ | |||||
| * | Merge pull request #316 from gradha/pr_renames_each_to_map | Araq | 2013-01-23 | 2 | -3/+3 |
| |\ | | | | | | | Renames each proc to map, each is left deprecated. | ||||
| | * | Renames each proc to map, each is left deprecated. | Grzegorz Adam Hankiewicz | 2013-01-22 | 2 | -3/+3 |
| | | | |||||
| * | | bootstrapping works again | Araq | 2013-01-22 | 1 | -0/+14 |
| | | | |||||
| * | | fixed some closure related bugs | Araq | 2013-01-22 | 1 | -0/+194 |
| |/ | |||||
| * | small bugfix for lambdalifting; preparations for a better testing framework | Araq | 2013-01-19 | 1 | -0/+1 |
| | | |||||
| * | fixes #299 | Araq | 2013-01-08 | 1 | -0/+13 |
| | | |||||
| * | fixes #270 | Araq | 2013-01-08 | 1 | -0/+28 |
| | | |||||
| * | fixes #292 | Araq | 2013-01-08 | 1 | -0/+17 |
| | | |||||
| * | Fixed many deprecation warnings. asyncio.recvLine now throws an | Dominik Picheta | 2012-12-23 | 1 | -7/+8 |
| | | | | | | | | exception when an error occurs. Added sockets.SocketError. | ||||
| * | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-06 | 1 | -0/+28 |
| |\ | |||||
| | * | implemented generic converters | Araq | 2012-12-05 | 1 | -0/+28 |
| | | | |||||
| * | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2012-12-02 | 4 | -1/+26 |
| |\| | |||||
| | * | implements 'export' feature | Araq | 2012-12-01 | 3 | -0/+25 |
| | | | |||||
| | * | implements 'import dir/module' without quotes | Araq | 2012-11-30 | 1 | -1/+1 |
| | | | |||||
| * | | resolved conflicts | Araq | 2012-11-30 | 1 | -0/+21 |
| |\| | |||||
| | * | bugfix: better implict 'items' support | Araq | 2012-11-28 | 1 | -0/+21 |
| | | | |||||
| * | | bugfix: implicit items/pairs work better | Araq | 2012-11-28 | 1 | -0/+12 |
| |/ | |||||
* / | track the "owner" heap object in the ref write barrier | Zahary Karadjov | 2012-12-01 | 1 | -0/+71 |
|/ | | | | See the papers for reference counting with heap sliding views for details: | ||||
* | bugfix: wrong assertions for C++ code generation; some solaris support; ↵ | Araq | 2012-10-30 | 1 | -1/+1 |
| | | | | first steps to an effect system | ||||
* | bugfix: tcan_inherit_generic works again | Araq | 2012-10-19 | 1 | -0/+8 |
| | |||||
* | fixes #217 | Araq | 2012-10-13 | 1 | -0/+6 |
| | |||||
* | attempt to fix #183 | Araq | 2012-10-06 | 2 | -0/+9 |
| | |||||
* | experimental support for querying the type of expressions within macros | Zahary Karadjov | 2012-10-03 | 1 | -0/+12 |
| | | | | normalised the line endings of macros.nim (minor edits otherwise) | ||||
* | the `is` operator now works with type classes and type variables | Zahary Karadjov | 2012-10-03 | 2 | -2/+44 |
| | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat | ||||
* | fixes ttypeselectors | Zahary Karadjov | 2012-09-28 | 1 | -2/+1 |
| | |||||
* | bugfix: 'result' cannot be captured in a closure | Araq | 2012-09-23 | 1 | -9/+11 |
| | |||||
* | ftpclient fixed but causes an issue with the code generator and | Dominik Picheta | 2012-09-21 | 1 | -16/+18 |
| | | | | | | | | therefore does not compile. Asyncio: Added handleWrite event and an ability to wrap an already initialised TSocket to a PAsyncSocket. Fixed tircbot test. | ||||
* | fixes #194 | Araq | 2012-09-20 | 1 | -0/+31 |
| | |||||
* | [unittest] even deeper inspection of expressions and variables for the check ↵ | Zahary Karadjov | 2012-09-14 | 1 | -2/+0 |
| | | | | macro | ||||
* | [unittest] the check macro will print the values of params involved in ↵ | Zahary Karadjov | 2012-09-13 | 1 | -1/+1 |
| | | | | failed proc calls | ||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 3 | -15/+7 |
| | |||||
* | made some tests green | Araq | 2012-09-12 | 17 | -24/+29 |
| | |||||
* | implemented generic templates | Araq | 2012-08-27 | 1 | -0/+8 |
| |