Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #7153 | Araq | 2018-02-10 | 1 | -0/+18 |
| | |||||
* | improve error message for twrongcolon | Andreas Rumpf | 2018-02-06 | 1 | -0/+11 |
| | |||||
* | more chatty error message for the 'discard' checking | Andreas Rumpf | 2018-02-05 | 1 | -1/+1 |
| | |||||
* | improve the error messages regarding type mismatches in overloading resolution | Andreas Rumpf | 2018-02-04 | 2 | -7/+52 |
| | |||||
* | Merge branch 'devel' into araq-overloading-symmetry | Andreas Rumpf | 2018-02-03 | 2 | -1/+33 |
|\ | |||||
| * | Fixes #7121 (#7148) | pqflx3 | 2018-01-31 | 1 | -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) | GULPF | 2018-01-31 | 1 | -0/+9 |
| | | | | | | | | | | | | * Fixes #7079 * Fix handling of neg zero during constant folding | ||||
* | | make tests green again | Andreas Rumpf | 2018-02-03 | 1 | -4/+0 |
| | | |||||
* | | disabled non-documented overloading rule for templates and macros | Andreas Rumpf | 2018-02-02 | 1 | -0/+4 |
| | | |||||
* | | better type inference for numerical types; prerequisitive for version 1 | Andreas Rumpf | 2018-02-02 | 1 | -0/+12 |
|/ | |||||
* | Fix compiler crash on try expression with infix as (Fixes #7116) (#7112) | cooldome | 2018-01-29 | 1 | -1/+9 |
| | | | | | | * Fix compiler crash * make sure type is not lost | ||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-27 | 1 | -0/+18 |
|\ | |||||
| * | Merge pull request #6517 from FedericoCeratto/hexstr | Dominik Picheta | 2018-01-26 | 1 | -0/+18 |
| |\ | | | | | | | Add string-to-hex and back conversions | ||||
| | * | Add string-to-hex and back conversions | Federico Ceratto | 2017-11-27 | 1 | -0/+18 |
| | | | | | | | | | | | | Add parseHexStr and toHex and tests. | ||||
* | | | fix test for bug #6989 | Andreas Rumpf | 2018-01-27 | 2 | -5/+4 |
| | | | |||||
* | | | fixes #6989 | Andreas Rumpf | 2018-01-27 | 1 | -0/+104 |
|/ / | |||||
* | | Fixes #6741 (#7131) | Yuriy Glukhov | 2018-01-25 | 1 | -41/+47 |
| | | |||||
* | | Fix longgc category tests (#7095) | Sergey Avseyev | 2018-01-22 | 3 | -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 works | Andreas Rumpf | 2018-01-21 | 1 | -0/+17 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2018-01-18 | 8 | -10/+45 |
|\ \ | |||||
| * | | Custom pragmas in procs bug fix (#7086) | cooldome | 2018-01-18 | 1 | -0/+10 |
| | | | |||||
| * | | Fix gc tests for BoehmGC (#7094) | Sergey Avseyev | 2018-01-18 | 3 | -6/+3 |
| | | | |||||
| * | | Merge pull request #7023 from yglukhov/unify-async | Dominik Picheta | 2018-01-17 | 4 | -4/+32 |
| |\ \ | | | | | | | | | Unify async macro and futures for js and native targets | ||||
| | * | | Unify async macro and futures for js and native targets | Yuriy Glukhov | 2018-01-05 | 4 | -4/+32 |
| | | | | |||||
* | | | | fixes #7093 | Andreas Rumpf | 2018-01-18 | 1 | -0/+19 |
|/ / / | |||||
* | | | travis: attempt to make tests green again | Andreas Rumpf | 2018-01-16 | 1 | -1/+1 |
| | | | |||||
* | | | hardened gctest | Araq | 2018-01-15 | 1 | -3/+3 |
| | | | |||||
* | | | make tests green again | Araq | 2018-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | fixes #7078 | Araq | 2018-01-14 | 2 | -3/+3 |
| | | | |||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-01-14 | 2 | -10/+12 |
|\ \ \ | |||||
| * | | | Include target in tester nimcache hash (#7053) | Mathias Stearn | 2018-01-14 | 2 | -10/+12 |
| | | | | |||||
* | | | | GC improvements; distinguish between thread local and globals in the marking ↵ | Araq | 2018-01-14 | 2 | -21/+36 |
|/ / / | | | | | | | | | | step | ||||
* | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-01-11 | 8 | -62/+165 |
|\ \ \ | |||||
| * | | | Fix tasync_traceback test. | Dominik Picheta | 2018-01-11 | 1 | -0/+1 |
| | | | | |||||
| * | | | Use regex to match output of tasync_traceback. | Dominik Picheta | 2018-01-11 | 1 | -60/+69 |
| | | | | |||||
| * | | | avoid creating temporary in genObjConstr if possible (#7032) | jcosborn | 2018-01-11 | 2 | -1/+13 |
| | | | | |||||
| * | | | Fix for isssue in parseBiggestFloat #7060 (#7061) | cooldome | 2018-01-11 | 1 | -0/+6 |
| | | | | |||||
| * | | | Merge pull request #6962 from nim-lang/fixes/6100 | Dominik Picheta | 2018-01-10 | 2 | -1/+16 |
| |\ \ \ | | | | | | | | | | | Fixes #6100. | ||||
| | * | | | Fixes #6100. | Dominik Picheta | 2017-12-27 | 2 | -1/+16 |
| | | | | | |||||
| * | | | | Merge pull request #6922 from FedericoCeratto/openssl-1.1.0 | Dominik Picheta | 2018-01-10 | 1 | -0/+36 |
| |\ \ \ \ | | | | | | | | | | | | | Add OpenSSL 1.1.0 support | ||||
| | * | | | | Add OpenSSL 1.1.0 support #5000 | Federico Ceratto | 2017-12-28 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | Add a simple online test | ||||
| * | | | | | Merge pull request #7033 from GULPF/allow-timezone-closures | Dominik Picheta | 2018-01-10 | 1 | -0/+24 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Allow timezone procs to be closures | ||||
| | * | | | | | Allow timezone procs to be closures | Oscar Nihlgård | 2018-01-05 | 1 | -0/+24 |
| | | |_|/ / | | |/| | | | |||||
* | / | | | | rename strformat.fmt to `%` as it works better with backslash escape ↵ | Araq | 2018-01-11 | 2 | -3/+3 |
|/ / / / / | | | | | | | | | | | | | | | | sequences; refs #6958 | ||||
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2018-01-10 | 1 | -0/+13 |
|\ \ \ \ \ | |||||
| * \ \ \ \ | Merge pull request #7045 from GULPF/fmt-str-fallback | Dominik Picheta | 2018-01-09 | 1 | -0/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add additional $ fallback to fmt | ||||
| | * | | | | | Add test case | Oscar Nihlgård | 2018-01-09 | 1 | -0/+13 |
| | | | | | | | |||||
* | | | | | | | make tfragment_gc more robust for Appveyor | Araq | 2018-01-10 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | Implement custom annotations (#6987) | cooldome | 2018-01-09 | 2 | -0/+48 |
| | | | | | | |||||
* | | | | | | another attempt to make the fragmentation test more robust for Windows | Andreas Rumpf | 2018-01-09 | 1 | -1/+1 |
|/ / / / / |