summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Use new #? filter prefix in various placesAdam Strzelecki2015-09-301-1/+1
| * | | | | | | | Merge pull request #3384 from tmm1/bitsize-pragmaAndreas Rumpf2015-10-011-0/+22
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | Merge remote-tracking branch 'origin/devel' into bitsize-pragmaAman Gupta2015-09-302-0/+4
| | |\| | | | | |
| | * | | | | | | ensure generated c-code matchesAman Gupta2015-09-301-0/+4
| | * | | | | | | better assertions for bitfield behaviorAman Gupta2015-09-291-3/+14
| | * | | | | | | implement bitsize pragma for bitfieldsAman Gupta2015-09-281-0/+7
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | fix test failure due to "illegal recursion" error messageAman Gupta2015-10-011-1/+1
* | | | | | | | fix failure in tests/method/tmapper.nimAman Gupta2015-09-301-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #3398 from tmm1/run-single-testAndreas Rumpf2015-09-302-2/+8
|\ \ \ \ \ \ \
| * | | | | | | allow testament/tester to run single fileAman Gupta2015-09-302-2/+8
| | |/ / / / / | |/| | | | |
* / | | | | | fixes #2473; cleanup of some testsAraq2015-09-303-1/+19
|/ / / / / /
* / / / / / NimScript: --define works as expectedAraq2015-09-302-0/+4
|/ / / / /
* | | | | Merge pull request #3378 from jlp765/streamsExDominik Picheta2015-09-271-0/+13
|\ \ \ \ \
| * | | | | fix discard output: sectionJamesP2015-09-271-2/+1
| * | | | | add test for newFileStream() opening a missing fileJamesP2015-09-261-0/+14
| | |/ / / | |/| | |
* / | | | minor fix - remove comments from discard sectionJamesP2015-09-272-2/+0
|/ / / /
* | | | Merge pull request #3316 from jlp765/memfilesWinCloseAndreas Rumpf2015-09-242-0/+51
|\ \ \ \
| * | | | add memfiles test of create/read/write dataJamesP2015-09-241-0/+38
| * | | | improve discard textJamesP2015-09-241-2/+2
| * | | | add memfiles test that closing a closed memFile is ignored (and raises no [OS...JamesP2015-09-241-0/+13
* | | | | disjoint checker is smarter (and slower)Araq2015-09-231-0/+28
* | | | | fixes #3357Araq2015-09-231-0/+21
| |/ / / |/| | |
* | | | Fixes #2889. Merges *tostring tests in tests/system.Dominik Picheta2015-09-233-31/+34
* | | | fixing TypelessParam warning in x=>x+1, added testPeter Mora2015-09-221-0/+13
* | | | fixes #2594Araq2015-09-182-1/+21
* | | | renamed inCompilesContext to compilesContextId; added test case for #3313Araq2015-09-181-0/+98
* | | | fixes #3329Araq2015-09-181-0/+22
* | | | Merge branch 'devel' into fix_bracket_exprAraq2015-09-161-2/+3
|\ \ \ \
| * \ \ \ Merge pull request #3307 from rogercloud/develAndreas Rumpf2015-09-141-2/+3
| |\ \ \ \
| | * | | | test case for #2245Roger Shi2015-09-091-2/+3
| | | |/ / | | |/| |
* | | | | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixe...Araq2015-09-142-1/+21
* | | | | added testcase for #1679Araq2015-09-141-0/+9
* | | | | fixes #2599Araq2015-09-133-1/+38
|/ / / /
* | | | fixes some regressionsAraq2015-09-122-5/+5
* | | | fixes #1528Araq2015-09-121-0/+12
* | | | minor testsuite cleanupAraq2015-09-122-2/+2
| |/ / |/| |
* | | Fixes failing async tests on Linux.Dominik Picheta2015-09-112-4/+4
* | | Improve asyncdispatch error messages, fix some tests on Windows.Dominik Picheta2015-09-113-3/+5
* | | fixes #3195Araq2015-09-101-2/+24
* | | fixes a critical codegen bug triggered by .asyncAraq2015-09-101-0/+19
* | | fixes #3230Araq2015-09-091-0/+16
|/ /
* | added missing testAraq2015-09-061-0/+30
* | fixes #2590; methods now require a .base annotationAraq2015-09-069-14/+14
* | tests: Trim .txt files trailing whitespaceAdam Strzelecki2015-09-043-35/+35
* | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-04372-4485/+4485
* | Merge pull request #3242 from yglukhov/byvar-fixAndreas Rumpf2015-08-281-0/+10
|\ \
| * | Fixed passing byvarYuriy Glukhov2015-08-251-0/+10
* | | Merge pull request #3234 from petermora/mapAutoAutoAndreas Rumpf2015-08-251-0/+10
|\ \ \
| * | | extending metatype matching in sigmatch.nimPeter Mora2015-08-211-0/+10
* | | | Don't access GCed field in finalizer. Fixes #2305Yuriy Glukhov2015-08-241-8/+7
| |/ / |/| |