summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | make `mod` on floats available in the VM (#9591)skilchen2018-11-051-0/+130
* | added test case for #9594Araq2018-11-031-0/+31
* | Add test for #6836 (#9602)Neelesh Chandola2018-11-021-1/+1
* | Added "typeof" and "restrict" to special words. (#9226)Alexandros Naskos2018-11-011-0/+39
* | Quote do now works with result in block (#7343)PMunch2018-10-311-0/+17
* | make more tests green for C++; refs #7870Araq2018-10-304-2/+4
* | Sizeof alignof fixes (#9568)Arne Döring2018-10-301-0/+14
* | fixes #5549Araq2018-10-301-0/+10
* | Add parsing empty attribs to htmlparser (#9559)rec2018-10-301-1/+14
* | getTypeImpl now returns pragmas for object types (#9538)jcosborn2018-10-301-0/+18
* | #9348 Merge some small test files (#9561)Ian2018-10-309-100/+102
* | More descriptive names of test files (#9531)Miran2018-10-2920-7/+8
* | Merge pull request #9541 from narimiran/fix-6986Arne Döring2018-10-291-0/+16
|\ \
| * | Closes #6986narimiran2018-10-281-0/+16
* | | Make htmlparser parse unquoted attrib values (#9537)rec2018-10-291-0/+45
* | | Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)cooldome2018-10-281-1/+3
* | | Remove install.txt and readme.txt (#9521)Utwo2018-10-287-8/+9
* | | Fix strscans.scanp (#9518)xzfc2018-10-281-0/+86
* | | Parse the usage of the SQL in operator properly (#9527)zah2018-10-281-1/+1
* | | make tests\benchmarks programs compile againAraq2018-10-282-34/+34
* | | Merge pull request #9496 from cooldome/vm_float_castsArne Döring2018-10-281-0/+47
|\ \ \ | |/ / |/| |
| * | Merge branch 'devel' into vm_float_castsAndrii Riabushenko2018-10-242-0/+10
| |\ \
| * | | Add testAndrii Riabushenko2018-10-241-0/+47
* | | | Improve dumpLisp macro (#9515)Kaushal Modi2018-10-271-7/+7
* | | | correct tnoop test caseAraq2018-10-251-2/+3
| |/ / |/| |
* | | make tests green againAndreas Rumpf2018-10-241-0/+1
* | | fixes #9276 (#9317)Arne Döring2018-10-241-0/+9
|/ /
* | Don't crash if GC_{un,}ref is called on nil (#9445)LemonBoy2018-10-221-0/+11
* | Fix printing and comparing uninitialized stringsrecloser2018-10-213-9/+17
* | add test caseVindaar2018-10-201-0/+4
* | Fixes 6544 (#9427)LemonBoy2018-10-191-0/+8
* | merge stdlib tests (#9439)Miran2018-10-1928-522/+458
* | added test for #4674 (#9438)jcosborn2018-10-191-0/+11
* | Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-183-18/+58
* | Merge pull request #8366 from krux02/nimnode-orArne Döring2018-10-181-0/+14
|\ \
| * | added test case for `or` operatorArne Döring2018-10-181-0/+14
* | | closes #6220Araq2018-10-181-0/+415
* | | fixes #5519Araq2018-10-181-0/+36
* | | closes #5321Araq2018-10-181-0/+24
* | | fixes #7972Araq2018-10-181-0/+15
* | | fix #9394 by replacing `fmt` with `strutils.%` (#9417)Vindaar2018-10-181-0/+7
|/ /
* | tests: disable flaky tests for now; closes #9421Araq2018-10-182-1/+2
* | Relax the restrictions on the index types (#9412)LemonBoy2018-10-181-3/+6
* | make some tests faster (#9413)Miran2018-10-175-43/+20
* | make thavlak and tmarkerproc_regression tests take fewer iterations in order ...Araq2018-10-172-8/+8
* | Unicode escape in string literals (#9390)Oscar Nihlgård2018-10-171-3/+3
* | fixes a regression about indexing into UncheckedArrayAndreas Rumpf2018-10-161-0/+4
* | Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-1695-1813/+1762
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-10-151-94/+113
|\ \
| * | fix #8225 os.isHidden was buggy on posix (#8315)Timothee Cour2018-10-151-94/+113