Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -0/+8 |
| | |||||
* | implemented macros.getImpl | Araq | 2015-08-21 | 1 | -0/+20 |
| | |||||
* | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 2 | -0/+21 |
| | |||||
* | 'parallel' now requires --experimental mode | Araq | 2015-08-14 | 1 | -0/+1 |
| | |||||
* | Merge pull request #3177 from zah/generic-types-in-macros | Andreas Rumpf | 2015-08-14 | 1 | -0/+74 |
|\ | | | | | Generic types in macros | ||||
| * | fix #1858 again; restores the support for static macro params | Zahary Karadjov | 2015-08-02 | 1 | -0/+74 |
| | | |||||
* | | Merge pull request #3131 from zachaysan/devel | Dominik Picheta | 2015-08-13 | 1 | -4/+44 |
|\ \ | | | | | | | Create chomp proc and tests | ||||
| * | | 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 |
| | | | |||||
* | | | fixes #1965 | Araq | 2015-08-10 | 2 | -0/+11 |
| | | | |||||
* | | | fixes #3066 | Araq | 2015-08-09 | 1 | -0/+17 |
| | | | |||||
* | | | fixes #1329 | Araq | 2015-08-09 | 1 | -1/+11 |
| | | | |||||
* | | | Merge pull request #3146 from c-blake/devel | Andreas Rumpf | 2015-08-09 | 3 | -0/+17 |
|\ \ \ | | | | | | | | | Add MemFile text interface factored so users can optionally skip Nim … | ||||
| * \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-09 | 7 | -1/+112 |
| |\ \ \ | |||||
| * \ \ \ | Merge ../Nim into devel | Charles Blake | 2015-08-04 | 1 | -0/+19 |
| |\ \ \ \ | |||||
| * | | | | | Move tests to stdlib. | Charles Blake | 2015-08-03 | 3 | -0/+0 |
| | | | | | | |||||
| * | | | | | toString --> `$`. | Charles Blake | 2015-08-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Fix accidentally deleted inp argument. | Charles Blake | 2015-08-03 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Merge ../Nim into devel | Charles Blake | 2015-08-03 | 3 | -339/+367 |
| |\ \ \ \ \ | | | |_|_|/ | | |/| | | | |||||
| * | | | | | Add some very simple tests for memfiles iterators. | Charles Blake | 2015-08-02 | 3 | -0/+17 |
| | | | | | | |||||
* | | | | | | fixes #2752 | Araq | 2015-08-09 | 1 | -0/+27 |
| |_|_|/ / |/| | | | | |||||
* | | | | | fixes #2670 | Araq | 2015-08-08 | 1 | -0/+13 |
| | | | | | |||||
* | | | | | breaking change: symbol lookups in generics follows spec more closely; fixes ↵ | Araq | 2015-08-07 | 2 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | #2664 | ||||
* | | | | | Fixed defer test. | Yuriy Glukhov | 2015-08-07 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | destructors now work with overloaded assignment operators; fixes #2811; ↵ | Araq | 2015-08-05 | 3 | -1/+72 |
| | | | | | | | | | | | | | | | | | | | | fixes #1632 | ||||
* | | | | | Merge pull request #3172 from Nycto/devel | Dominik Picheta | 2015-08-05 | 1 | -0/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Unittest module: Fix multiple requires in a test | ||||
| * | | | | Fix multiple requires in a test | Nycto | 2015-08-01 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* / | | | added system.unsafeAddr | Araq | 2015-08-04 | 1 | -0/+19 |
|/ / / | |||||
* | | | fixes #3158 | Araq | 2015-08-02 | 1 | -0/+20 |
| | | | |||||
* | | | made test green again | Araq | 2015-08-02 | 1 | -339/+339 |
| | | | |||||
* | | | fixes #3171 | Araq | 2015-08-02 | 1 | -0/+8 |
|/ / | |||||
* | | Merge branch 'async_callback_issue_0412' of https://github.com/l04m33/Nim ↵ | Dominik Picheta | 2015-07-26 | 2 | -0/+98 |
|\ \ | | | | | | | | | | | | | | | | | | | into l04m33-async_callback_issue_0412-2 Conflicts: lib/pure/asyncdispatch.nim | ||||
| * | | Check for async errors in | Kay Zheng | 2015-04-18 | 1 | -0/+33 |
| | | | |||||
| * | | Only run the test for the fixed version of poll(...) | Kay Zheng | 2015-04-17 | 1 | -33/+36 |
| | | | |||||
| * | | Add a test case for the EvError handling issue | Kay Zheng | 2015-04-17 | 1 | -0/+62 |
| | | | |||||
* | | | Merge pull request #3094 from fenekku/unittest-work | Dominik Picheta | 2015-07-26 | 1 | -0/+14 |
|\ \ \ | | | | | | | | | document unittest.nim + code agreement | ||||
| * | | | document unittest.nim + code agreement | fenekku | 2015-07-09 | 1 | -0/+14 |
| | | | | |||||
* | | | | fixes #3144 | Araq | 2015-07-26 | 1 | -0/+28 |
| | | | | |||||
* | | | | fixes #1832 | Araq | 2015-07-24 | 1 | -0/+16 |
| | | | | |||||
* | | | | fixes #2823 | Araq | 2015-07-24 | 1 | -0/+6 |
| | | | | |||||
* | | | | Merge pull request #3137 from vegansk/findFile_absolute | Andreas Rumpf | 2015-07-23 | 1 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | Added absolute path support to options.findFile | ||||
| * | | | | Added absolute path support to options.findFile | Anatoly Galiulin | 2015-07-21 | 1 | -2/+8 |
| | |_|/ | |/| | | |||||
* | | | | fix recently introduced regressions | Araq | 2015-07-22 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes #2841 | Araq | 2015-07-22 | 1 | -0/+6 |
| | | | | |||||
* | | | | fixes #3079, fixes #1146, fixes #2879 | Araq | 2015-07-22 | 2 | -0/+15 |
| | | | | |||||
* | | | | fixes #2963 | Araq | 2015-07-22 | 1 | -1/+12 |
|/ / / | |||||
* | | | fixes #3112 | Araq | 2015-07-14 | 1 | -7/+29 |
| | | | |||||
* | | | disabled dubious testcase | Araq | 2015-07-14 | 1 | -0/+1 |
|/ / | |||||
* | | Merge pull request #3036 from nanoant/patch/macros-sametype | Andreas Rumpf | 2015-07-04 | 1 | -0/+41 |
|\ \ | | | | | | | macros: Introduce sameType(a, b) for node types | ||||
| * | | macros: Introduce sameType(a, b) for node types | Adam Strzelecki | 2015-07-03 | 1 | -0/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously introduced node comparison `==` was working somehow wrong on nodes returned from getType(a), comparing just ids of the symbols. Recently introduced `==` change 47dce2688633fad840a2f5e4073c531f1cd640ca started comparing symbol nodes pointer-wise, thus strictly. Since getType(a) always creates new symbol pointing to the type, comparing two such nodes using `==` always returns false, even they point to the same type. That is why we need a new sameType macro to be able to tell if these nodes point to the same type. |