Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|/ | |||||
* | Improved postgres docs and added untestable tests. | Dominik Picheta | 2015-10-27 | 1 | -0/+3 |
| | |||||
* | fixes #3476 | Araq | 2015-10-27 | 1 | -0/+48 |
| | |||||
* | fixes #3431, fixes #3370, fixes #3468 | Araq | 2015-10-25 | 1 | -0/+48 |
| | |||||
* | fixes #1799 properly | Araq | 2015-10-25 | 1 | -0/+71 |
| | |||||
* | Merge pull request #3464 from yglukhov/disable-failing-tests | Andreas Rumpf | 2015-10-22 | 2 | -9/+11 |
|\ | | | | | Fixed tests for TravisCI. | ||||
| * | Fixed tests for TravisCI | Yuriy Glukhov | 2015-10-22 | 2 | -9/+11 |
| | | |||||
* | | fixes #3452 | Araq | 2015-10-22 | 1 | -0/+29 |
|/ | |||||
* | fixes #3338 | Araq | 2015-10-22 | 1 | -0/+35 |
| | |||||
* | compiler/msgs: Default to stderr for diagnostics | Adam Strzelecki | 2015-10-16 | 1 | -1/+2 |
| | | | | | | | | | | | | Previously we were defaulting to stdout for diagnostics, which could interfere with scripts or `nim c -r' programs outputting their results to stdout, possibly mixing their output with compiler messages. This change makes now Nim to be inline with other compilers emitting diagnostics to stderr. Also now --stdout option has proper meaning making all diagnostics to be sent to stdout instead. NOTE: Tester now calls compiler with --stdout. | ||||
* | Fixed ret by var in js | Yuriy Glukhov | 2015-10-15 | 3 | -6/+34 |
| | |||||
* | fixes #3299 | Araq | 2015-10-15 | 1 | -0/+11 |
| | |||||
* | Merge remote-tracking branch 'origin/devel' into appveyor | Aman Gupta | 2015-10-13 | 1 | -1/+1 |
|\ | |||||
| * | fixes regression: tobjconstr2 test works again | Araq | 2015-10-14 | 1 | -1/+1 |
| | | |||||
* | | Merge remote-tracking branch 'origin/devel' into appveyor | Aman Gupta | 2015-10-13 | 20 | -24/+227 |
|\| | |||||
| * | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 3 | -9/+9 |
| | | |||||
| * | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 6 | -7/+152 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim | ||||
| | * | Rename mget to `[]` | def | 2015-03-31 | 6 | -31/+176 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string | ||||
| * | | improves new tests | Araq | 2015-10-12 | 2 | -3/+12 |
| | | | |||||
| * | | Merge pull request #3423 from petermora/breakSequtils | Andreas Rumpf | 2015-10-12 | 9 | -5/+42 |
| |\ \ | | | | | | | | | Break sequtils | ||||
| | * | | fixing unittest | Peter Mora | 2015-10-06 | 1 | -1/+1 |
| | | | | |||||
| | * | | sequtils related changes | Peter Mora | 2015-10-05 | 8 | -4/+41 |
| | | | | |||||
| * | | | disable new BoehmGC tests on Windows | Araq | 2015-10-12 | 1 | -4/+7 |
| | | | | |||||
| * | | | Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into ↵ | Araq | 2015-10-12 | 1 | -3/+9 |
| |\ \ \ | | | | | | | | | | | | | | | | rbehrends-gc-fixes | ||||
| | * | | | Include Boehm GC in garbage collection tests. | Reimer Behrends | 2015-09-08 | 1 | -3/+9 |
| | | | | | |||||
| * | | | | cleaned up ospaths module | Araq | 2015-10-12 | 1 | -0/+3 |
| | | | | | |||||
* | | | | | copy server.dll too? | Aman Gupta | 2015-10-08 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | skip sdl/opengl/fsmonitor tests when unavailable | Aman Gupta | 2015-10-08 | 1 | -0/+6 |
| | | | | | |||||
* | | | | | show failure code | Aman Gupta | 2015-10-08 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | standardize on forward slashes for paths | Aman Gupta | 2015-10-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | framework is required | Aman Gupta | 2015-10-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | fix compile error | Aman Gupta | 2015-10-07 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | collect any output of appveyor command | Aman Gupta | 2015-10-07 | 1 | -1/+3 |
| | | | | | |||||
* | | | | | report duration to appveyor runner | Aman Gupta | 2015-10-07 | 1 | -3/+5 |
| | | | | | |||||
* | | | | | fix unsafeaddr test | Aman Gupta | 2015-10-07 | 1 | -2/+2 |
| | | | | |