Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 int... | Dominik Picheta | 2015-07-26 | 2 | -0/+98 |
|\ | |||||
| * | 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 | 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 | 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 | Adam Strzelecki | 2015-07-03 | 1 | -0/+41 |
* | | | added hash function for ordinal types | Fabian Keller | 2015-07-03 | 1 | -0/+75 |
|/ / | |||||
* | | fixes #3046 | Araq | 2015-07-03 | 1 | -1/+17 |
* | | fixes #3038 | Araq | 2015-07-03 | 1 | -0/+28 |
* | | fixes broken merge | Araq | 2015-07-02 | 2 | -3/+3 |
* | | implements varargs[untyped]; refs #2545; to be documented | Araq | 2015-07-02 | 4 | -5/+15 |
* | | tests\generics\tgenericprocmatcher.nim | Araq | 2015-07-02 | 1 | -2/+2 |
* | | disabled unimportant old test | Araq | 2015-07-02 | 1 | -0/+1 |
* | | fixes #2993 | Araq | 2015-07-01 | 1 | -0/+10 |
* | | Merge pull request #3025 from r-ku/3022_fix | Andreas Rumpf | 2015-06-30 | 2 | -0/+34 |
|\ \ | |||||
| * | | Fixes #3022 | r-ku | 2015-06-30 | 2 | -0/+34 |
* | | | fixes #2880 | Araq | 2015-06-30 | 1 | -0/+146 |
* | | | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 1 | -0/+1 |
|/ / | |||||
* | | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 5 | -9/+4 |
* | | Merge pull request #2961 from Perelandric/rename_writeLn | Dominik Picheta | 2015-06-20 | 39 | -455/+455 |
|\ \ | |||||
| * | | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 39 | -455/+455 |
* | | | Added test file for #2813. | Dominik Picheta | 2015-06-20 | 1 | -0/+45 |
|/ / | |||||
* | | Fix flaviut/nre#20 | Flaviu Tamas | 2015-06-18 | 1 | -0/+1 |
* | | fixes #2297, fixes #2946 | Araq | 2015-06-18 | 2 | -0/+105 |
* | | Merge pull request #2856 from fowlmouth/patch-4 | Andreas Rumpf | 2015-06-15 | 1 | -0/+22 |
|\ \ | |||||
| * | | added a test | fowlmouth | 2015-06-01 | 1 | -0/+22 |
* | | | better test program | Araq | 2015-06-14 | 1 | -4/+49 |
* | | | Merge pull request #2903 from yglukhov/js-bracket-addr | Andreas Rumpf | 2015-06-13 | 1 | -0/+22 |
|\ \ \ | |||||
| * | | | Fixed addr of bracket expression. Fixes #2148. | yglukhov | 2015-06-11 | 1 | -0/+22 |
* | | | | Non-base10 overflow allowed if bit-stable. Tests. | Oscar Campbell | 2015-06-12 | 1 | -0/+68 |
* | | | | Merge pull request #2894 from nanoant/patch/macros-real-node-compare | Andreas Rumpf | 2015-06-12 | 1 | -0/+39 |
|\ \ \ \ | |||||
| * | | | | macros: Add test for node comparsion | Adam Strzelecki | 2015-06-10 | 1 | -0/+39 |
* | | | | | Merge pull request #2902 from yglukhov/js-copying-fix | Andreas Rumpf | 2015-06-12 | 1 | -0/+13 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -0/+13 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #2818 from flaviut/add-nre | Andreas Rumpf | 2015-06-12 | 10 | -0/+245 |
|\ \ \ \ \ | |/ / / / |/| | | | |