summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fixes #9297 (#9298)cooldome2018-10-111-1/+41
* test case for #9180 and re-enables the disabled tcompilerapi test (#9181)Timothee Cour2018-10-111-22/+22
* compiler: show name of instantiating context in error traces (#6763) (#9207)xzfc2018-10-113-4/+7
* Fix wrong heuristic in codegen (#9293)LemonBoy2018-10-111-0/+22
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-103-4/+4
* Unchecked arrays now have their own type (#9267)LemonBoy2018-10-101-0/+4
* fixes #9263Andreas Rumpf2018-10-101-0/+117
* Iter test: closes #3819 (#9272)Miran2018-10-101-0/+28
* Fix macro expansion in expandMacros (#8998)LemonBoy2018-10-091-0/+19
* fix tests/generics/t8694.nim: runnableExamples were not run because of #9216 ...Timothee Cour2018-10-091-3/+3
* Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-094-1/+23
* Field checks for everybody (#8957)LemonBoy2018-10-093-0/+75
* Try/Catch support for native JS exceptions (#8955)LemonBoy2018-10-091-0/+31
* Fix transformation of yield in inline context (#9135)LemonBoy2018-10-091-0/+35
* Fixes #8994. FutureStream read procedure data loss no longer occurs. (#9183)Dominik Picheta2018-10-091-0/+20
* fix #8341: add lastPathPart (#9116)Timothee Cour2018-10-091-19/+42
* asyncmacro: add nnkSym support for getName() (#9204)alaviss2018-10-091-0/+14
* Fix range type construction in the VM (#9205)LemonBoy2018-10-091-0/+20
* os: use unlink() to remove file (#9220)alaviss2018-10-091-0/+9
* fixes #9222 (#9224)cooldome2018-10-092-0/+26
* Codegen fix for procs taking type(nil) (#9231)xzfc2018-10-091-0/+6
* Prevent the construction of recursive tyStatic types (#9256)LemonBoy2018-10-091-0/+13
* Add checks for except: body blocks (#9191)Dheepak Krishnamurthy2018-10-092-0/+22
* fixes #4435 (#9185)jcosborn2018-10-091-0/+21
* Fix regression w/ templates defined in async procLemonBoy2018-10-031-0/+11
* closes #5868Araq2018-10-031-0/+19
* fixes #5015Araq2018-10-031-1/+18
* fixes #7092Araq2018-10-021-2/+12
* fixes #5479Araq2018-10-021-1/+18
* fixes #6533Araq2018-10-021-1/+7
* closes #6249Araq2018-10-021-0/+22
* Merge branch 'devel' into fix_issues_9126Andreas Rumpf2018-10-015-1/+99
|\
| * Fix regression with runnableExamples in generic exprLemonBoy2018-09-302-0/+64
| * Fix ioTests category after renameSergey Avseyev2018-09-291-1/+1
| * Merge pull request #9121 from timotheecour/pr_fix_tasyncfilewriteAndreas Rumpf2018-09-291-0/+1
| |\
| | * remove test_async.txt after test to keep git status cleanTimothee Cour2018-09-291-0/+1
| * | don't require an implementation for procs marked with .error; activate the mo...Araq2018-09-291-0/+33
| |/
* / Fix #9126: use splitPath instead of substrYasuhiro Horimoto2018-09-301-0/+14
|/
* Fix codegen for some set operationsLemonBoy2018-09-281-0/+12
* Constant folding should not drop distinct typesLemonBoy2018-09-271-0/+19
* fixes #9076Araq2018-09-261-0/+22
* testament: quote categories too because of 'dir with space' testAraq2018-09-261-2/+2
* make t7346 work againAndreas Rumpf2018-09-241-0/+0
* make tests green againAndreas Rumpf2018-09-245-17/+13
* C codegen: support system.move and system.wasMovedAndreas Rumpf2018-09-241-0/+19
* enable destructors for top level statements; needs to be documentedAndreas Rumpf2018-09-242-1/+3
* Merge pull request #9046 from LemonBoy/fix-9043Andreas Rumpf2018-09-231-0/+10
|\
| * Fix for VM codegen with static[T] typesLemonBoy2018-09-231-0/+10
* | Merge pull request #8746 from LemonBoy/nil-optsAndreas Rumpf2018-09-231-0/+13
|\ \ | |/ |/|
| * nil strings are movableLemonBoy2018-09-221-0/+13