summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* tfragment_gc test: make more robustAraq2018-02-131-1/+1
|
* genTryCpp to catch by Nim type, ready for first review (#7196)cooldome2018-02-123-0/+3
| | | | | | | | | | | | | | | | * Rewrite genTryCpp * correction * Implement polymorphic raise in cpp * revert backticks in emit * Cleanp a comment * revert test changes * better handling of <new> header
* nested finally bug (#7207)cooldome2018-02-121-1/+24
|
* Merge branch 'devel' into araq-fixes-6960Araq2018-02-122-1/+38
|\
| * Merge pull request #7205 from GULPF/json-to-fixDominik Picheta2018-02-121-1/+8
| |\ | | | | | | Fix `json.to` for types with generic parameters
| | * Fix `json.to` for types with generic parametersOscar Nihlgård2018-02-111-1/+8
| | |
| * | fixes #6186Andreas Rumpf2018-02-111-0/+30
| | |
* | | fixes #6960Andreas Rumpf2018-02-111-0/+31
|/ /
* | fixes #3985Araq2018-02-101-0/+10
| |
* | make more tests greenAraq2018-02-1020-20/+20
| |
* | better error messages: use <T1, T2> instead of (T1, T2) in order to prevent ↵Araq2018-02-1020-53/+53
| | | | | | | | confusions with tuple types
* | Fixes #6853 (#7188)cooldome2018-02-101-0/+8
| | | | | | | | | | * Fixes #6853 * Add a test for a const empty array
* | fixes #4220Araq2018-02-101-1/+21
| |
* | fixes #7153Araq2018-02-101-0/+18
|/
* improve error message for twrongcolonAndreas Rumpf2018-02-061-0/+11
|
* more chatty error message for the 'discard' checkingAndreas Rumpf2018-02-051-1/+1
|
* improve the error messages regarding type mismatches in overloading resolutionAndreas Rumpf2018-02-042-7/+52
|
* Merge branch 'devel' into araq-overloading-symmetryAndreas Rumpf2018-02-032-1/+33
|\
| * Fixes #7121 (#7148)pqflx32018-01-311-1/+24
| | | | | | | | | | | | * Replace ftell and fseek with (windows) _ftelli64, _fseeki64 and (posix) ftello, fseeko * disable large file test
| * Fixes codegen bug with literal negative zero, fixes #7079 (#7158)GULPF2018-01-311-0/+9
| | | | | | | | | | | | * Fixes #7079 * Fix handling of neg zero during constant folding
* | make tests green againAndreas Rumpf2018-02-031-4/+0
| |
* | disabled non-documented overloading rule for templates and macrosAndreas Rumpf2018-02-021-0/+4
| |
* | better type inference for numerical types; prerequisitive for version 1Andreas Rumpf2018-02-021-0/+12
|/
* Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)cooldome2018-01-291-1/+9
| | | | | | * Fix compiler crash * make sure type is not lost
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-271-0/+18
|\
| * Merge pull request #6517 from FedericoCeratto/hexstrDominik Picheta2018-01-261-0/+18
| |\ | | | | | | Add string-to-hex and back conversions
| | * Add string-to-hex and back conversionsFederico Ceratto2017-11-271-0/+18
| | | | | | | | | | | | Add parseHexStr and toHex and tests.
* | | fix test for bug #6989Andreas Rumpf2018-01-272-5/+4
| | |
* | | fixes #6989Andreas Rumpf2018-01-271-0/+104
|/ /
* | Fixes #6741 (#7131)Yuriy Glukhov2018-01-251-41/+47
| |
* | Fix longgc category tests (#7095)Sergey Avseyev2018-01-223-11/+11
| | | | | | | | | | testC command already has "gcc" as command, second "gcc" as option generates "file not found error", and terminates the compiler with error code
* | basic 'lent T' test worksAndreas Rumpf2018-01-211-0/+17
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2018-01-188-10/+45
|\ \
| * | Custom pragmas in procs bug fix (#7086)cooldome2018-01-181-0/+10
| | |
| * | Fix gc tests for BoehmGC (#7094)Sergey Avseyev2018-01-183-6/+3
| | |
| * | Merge pull request #7023 from yglukhov/unify-asyncDominik Picheta2018-01-174-4/+32
| |\ \ | | | | | | | | Unify async macro and futures for js and native targets
| | * | Unify async macro and futures for js and native targetsYuriy Glukhov2018-01-054-4/+32
| | | |
* | | | fixes #7093Andreas Rumpf2018-01-181-0/+19
|/ / /
* | | travis: attempt to make tests green againAndreas Rumpf2018-01-161-1/+1
| | |
* | | hardened gctestAraq2018-01-151-3/+3
| | |
* | | make tests green againAraq2018-01-151-1/+1
| | |
* | | fixes #7078Araq2018-01-142-3/+3
| | |
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-142-10/+12
|\ \ \
| * | | Include target in tester nimcache hash (#7053)Mathias Stearn2018-01-142-10/+12
| | | |
* | | | GC improvements; distinguish between thread local and globals in the marking ↵Araq2018-01-142-21/+36
|/ / / | | | | | | | | | step
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-118-62/+165
|\ \ \
| * | | Fix tasync_traceback test.Dominik Picheta2018-01-111-0/+1
| | | |
| * | | Use regex to match output of tasync_traceback.Dominik Picheta2018-01-111-60/+69
| | | |
| * | | avoid creating temporary in genObjConstr if possible (#7032)jcosborn2018-01-112-1/+13
| | | |
| * | | Fix for isssue in parseBiggestFloat #7060 (#7061)cooldome2018-01-111-0/+6
| | | |