Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | makes tests green | Andreas Rumpf | 2016-01-15 | 8 | -31/+31 |
| | |||||
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 1 | -8/+17 |
|\ | |||||
| * | Merge pull request #3500 from nanoant/patch/fix-3498-generic-args-in-tmpl | Andreas Rumpf | 2016-01-14 | 1 | -8/+17 |
| |\ | | | | | | | fixes #3498 | ||||
| | * | fixes #3498 | Adam Strzelecki | 2015-10-30 | 1 | -8/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0 | ||||
* | | | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 2 | -37/+115 |
|\| | | |||||
| * | | Fixed TimeInterval bug. | Dominik Picheta | 2016-01-08 | 1 | -0/+5 |
| | | | |||||
| * | | Fixed ttime test. Improved docs in times module. | Dominik Picheta | 2016-01-08 | 1 | -1/+0 |
| | | | |||||
| * | | Merge branch 'times_intervals' of https://github.com/jlp765/Nim into ↵ | Dominik Picheta | 2016-01-08 | 1 | -37/+57 |
| |\ \ | | | | | | | | | | | | | jlp765-times_intervals | ||||
| | * | | add timeinterval helping functions as per issue #3609 | JamesP | 2015-12-08 | 1 | -37/+57 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add tests to ttime.nim for timeinterval add/subtract functionality Changed assert to doAssert in ttime.nim Added extra tests to ttime.nim Removal of singular help procs for working with TimeIntervals Added TimeIin proc toSeconds(a: TimeInfo, interval: TimeInterval) where subtracting a year gave wrong results Add overflow of units on initInterval eg, 65 seconds is 5 seconds and 1 minute | ||||
| * | | | fixed #2240 and #3586 | andri lim | 2016-01-05 | 1 | -0/+54 |
| | | | | |||||
* | | | | fixes iterator codegen regression | Andreas Rumpf | 2016-01-14 | 1 | -0/+58 |
| | | | | |||||
* | | | | fixes yet another regression | Andreas Rumpf | 2016-01-13 | 1 | -0/+25 |
| | | | | |||||
* | | | | fixes another regression | Andreas Rumpf | 2016-01-13 | 1 | -0/+17 |
| | | | | |||||
* | | | | fixes more regressions | Andreas Rumpf | 2016-01-13 | 1 | -0/+36 |
| | | | | |||||
* | | | | fixes async regression | Andreas Rumpf | 2016-01-11 | 1 | -0/+17 |
| | | | | |||||
* | | | | fixes regressions | Andreas Rumpf | 2016-01-08 | 1 | -1/+2 |
| | | | | |||||
* | | | | fixes regressions | Andreas Rumpf | 2016-01-05 | 1 | -0/+51 |
| | | | | |||||
* | | | | fixes #2007 | Andreas Rumpf | 2016-01-05 | 1 | -0/+55 |
| | | | | |||||
* | | | | made test green | Andreas Rumpf | 2016-01-05 | 1 | -1/+1 |
| | | | | |||||
* | | | | fixes #2659 | Andreas Rumpf | 2016-01-04 | 1 | -0/+28 |
| | | | | |||||
* | | | | fixes #3636 | Andreas Rumpf | 2016-01-04 | 1 | -0/+16 |
| | | | | |||||
* | | | | fixes #1725 | Andreas Rumpf | 2016-01-04 | 1 | -0/+16 |
| | | | | |||||
* | | | | async works again | Andreas Rumpf | 2016-01-03 | 2 | -0/+160 |
| | | | | |||||
* | | | | further progress on closure iterators; tforum still failing | Andreas Rumpf | 2016-01-03 | 1 | -2/+2 |
| | | | | |||||
* | | | | made closure iterators tests green, updated docs | Andreas Rumpf | 2015-12-31 | 3 | -11/+7 |
| | | | | |||||
* | | | | Merge branch 'devel' into new-ll | Andreas Rumpf | 2015-12-29 | 2 | -7/+19 |
|\| | | | |||||
| * | | | new db_sqlite requires deadCodeElim:on because not every sqlite3_column_name | Andreas Rumpf | 2015-12-29 | 1 | -7/+0 |
| | | | | |||||
| * | | | fix issue #3550 | trustable-code | 2015-12-24 | 1 | -0/+19 |
| | | | | |||||
* | | | | updated test cases | Andreas Rumpf | 2015-12-29 | 2 | -5/+5 |
| | | | | |||||
* | | | | changed testcase for new LL semantics | Andreas Rumpf | 2015-12-29 | 1 | -1/+1 |
| | | | | |||||
* | | | | updated test case for changed LL | Andreas Rumpf | 2015-12-29 | 1 | -2/+3 |
|/ / / | |||||
* | | | Merge pull request #3651 from jangko/vm_'excl' | Andreas Rumpf | 2015-12-21 | 1 | -0/+27 |
|\ \ \ | | | | | | | | | fixed compile time `excl ` cause SIGSEGV #3639 | ||||
| * | | | fixed compile time `excl ` cause SIGSEGV #3639 | jangko | 2015-12-17 | 1 | -0/+27 |
| |/ / | |||||
* / / | fixed VM touint conversion #2514 | jangko | 2015-12-19 | 1 | -0/+77 |
|/ / | |||||
* | | Merge pull request #3617 from FedericoCeratto/3611 | Dominik Picheta | 2015-12-04 | 1 | -0/+12 |
|\ \ | | | | | | | Fix fsmonitor filter logic, add test. Closes: #3611 | ||||
| * | | Closes: #3611 | Federico Ceratto | 2015-12-02 | 1 | -0/+12 |
| | | | |||||
* | | | removes 'x is iterator' special casing in the language | Araq | 2015-12-03 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #3610 from jlp765/timesX | Dominik Picheta | 2015-12-02 | 1 | -2/+121 |
|\ \ | | | | | | | Move tests from times module to ttime.nim test file | ||||
| * | | add assertion tests from times module to ttime.nim test file in tests\stdlib | JamesP | 2015-12-01 | 1 | -2/+121 |
| | | | |||||
* | | | make tests green again | Andreas Rumpf | 2015-12-01 | 1 | -11/+12 |
|/ / | |||||
* | | cleanup of some tests | Araq | 2015-12-01 | 2 | -5/+5 |
| | | |||||
* | | lambda lifting support for iterToProc plugin | Araq | 2015-12-01 | 1 | -0/+3 |
| | | |||||
* | | fixed float formatting for js | Yuriy Glukhov | 2015-11-26 | 1 | -0/+3 |
| | | |||||
* | | Add a unit test that covers issue 3477 | Charles Blake | 2015-11-19 | 1 | -0/+1 |
| | | | | | | | | https://github.com/nim-lang/Nim/issues/3477 | ||||
* | | fixes #3541 | Araq | 2015-11-18 | 2 | -18/+18 |
| | | |||||
* | | Merge pull request #3514 from vegansk/3513_pgsql_prepstat | Dominik Picheta | 2015-11-11 | 1 | -1/+3 |
|\ \ | | | | | | | Fixed issue 3513: wrong setupQuery realization | ||||
| * | | Fixed issue 3513: wrong setupQuery realization | Anatoly Galiulin | 2015-11-06 | 1 | -1/+3 |
| | | | |||||
* | | | Merge pull request #3504 from Matt14916/xmlparser-entities | Dominik Picheta | 2015-11-08 | 1 | -0/+1 |
|\ \ \ | |/ / |/| | | Create entity nodes with xmlparser, add a test to xmlparser | ||||
| * | | Add a test to xmlparser | Matt Sullivan | 2015-10-31 | 1 | -0/+1 |
| |/ | |||||
* / | Add missing untestable test. | Dominik Picheta | 2015-11-01 | 1 | -0/+13 |
|/ |