summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #6415 (#7281)zah2018-03-081-0/+53
* Allow only single infix as in except branches. Fixes #7115 (#7132)cooldome2018-03-081-0/+8
* Add ability for users to elide ':' or '=' when CLI authors pass a (#7297)c-blake2018-03-081-0/+20
* make the 'canimport' template workAndreas Rumpf2018-03-061-0/+19
* Fixes 7283 (#7284)cooldome2018-03-051-1/+8
* fixes #7291Araq2018-03-051-1/+3
* Merge pull request #7289 from alehander42/fix-asyncjs-pragmaDominik Picheta2018-03-051-0/+27
|\
| * Use addPragmaAlexander Ivanov2018-03-051-1/+1
| * Stop replacing all pragmas of a function with asyncjsAlexander Ivanov2018-03-031-0/+27
* | Resolves #5588: adds openFileStream proc that throws on failure (#7282)twetzel592018-03-041-0/+10
|/
* Fixes #6837 (#7271)cooldome2018-03-021-1/+15
* make tests green againAraq2018-02-281-1/+0
* merged #6512 manually; fixes #6431Araq2018-02-271-0/+1
* Fix return (#7225)Alexander Ivanov2018-02-271-0/+2
* User pragmas hide effect specs bug fix. Fixes #7216 (#7217)cooldome2018-02-271-0/+11
* make the allocator take a special path for allocations bigger than 2GB; fixes...Araq2018-02-271-0/+4
* fixes #7236Andreas Rumpf2018-02-261-2/+3
* fixes #6992Andreas Rumpf2018-02-251-1/+10
* Improve semchecking for duplicate cases in case statements (#7176)Oscar Nihlgård2018-02-241-0/+50
* fixes #7247Andreas Rumpf2018-02-231-6/+15
* genTryCpp codegen. Fixes #7232. Fixes #7239 (#7240)cooldome2018-02-221-1/+21
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-02-202-2/+51
|\
| * Fix date parsing for a bad inputsdata-man2018-02-191-0/+49
| * Merge pull request #7228 from endragor/fix-asyncfile-openDominik Picheta2018-02-171-2/+2
| |\
| | * Fix AsyncFile open flags. Fixes #5531Ruslan Mustakov2018-02-171-2/+2
* | | disable symbol file tests for the old symbol file implementationAraq2018-02-191-2/+3
|/ /
* | 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
* | 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 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 c...Araq2018-02-1020-53/+53
* | | Fixes #6853 (#7188)cooldome2018-02-101-0/+8
* | | 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
| * | Fixes codegen bug with literal negative zero, fixes #7079 (#7158)GULPF2018-01-311-0/+9
| |/
* | 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