Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new language feature: explicit 'import system' statements are allowed | Andreas Rumpf | 2016-07-07 | 1 | -0/+9 |
| | |||||
* | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 1 | -1/+1 |
| | | | | | | | | | | This change was done to avoid confusion with TCP/IP raw sockets. Native sockets module represents handling native system low level socket API in general and is not just limited anyhow to TCP/IP raw sockets. A stub lib/deprecated/pure/rawsockets.nim module has been added as compatibility layer for old code using rawsockets, so this change will not break existing code. | ||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 8 | -21/+21 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Fixes #2584 | Dominik Picheta | 2015-06-04 | 1 | -4/+4 |
| | | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields. | ||||
* | Fix tests a bit more | def | 2015-03-10 | 2 | -4/+4 |
| | |||||
* | cleaned up some tests | Araq | 2015-02-10 | 11 | -0/+89 |
| | |||||
* | Clean up tests/modules | def | 2015-02-04 | 1 | -2/+2 |
| | |||||
* | fixes #1612 | Araq | 2014-11-06 | 3 | -1/+6 |
| | |||||
* | Merge pull request #1589 from Varriount/fix-1561 | Andreas Rumpf | 2014-11-02 | 1 | -0/+9 |
|\ | | | | | Fixes #1561 | ||||
| * | Fix #1561 | Varriount | 2014-10-29 | 1 | -0/+9 |
| | | |||||
* | | updated the test | Araq | 2014-10-31 | 3 | -0/+16 |
|/ | |||||
* | fixes #1029 | Araq | 2014-10-22 | 1 | -0/+3 |
| | |||||
* | fixes 'import x as y' regression | Araq | 2014-10-22 | 1 | -1/+2 |
| | |||||
* | Added test case | Simon Krauter | 2014-10-15 | 1 | -0/+8 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 4 | -0/+35 |