summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | fixes #6889Andreas Rumpf2017-12-081-0/+15
* | Merge branch 'devel' into araq-new-mm2Araq2017-12-083-6/+47
|\ \
| * | fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-041-6/+26
| * | Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-012-0/+21
* | | fixes another sighashes problemAraq2017-12-082-0/+14
* | | change tfragment_gc test for appveyorAndreas Rumpf2017-12-081-1/+1
* | | lets see what appveyor reports as the used memoryAndreas Rumpf2017-12-071-1/+4
* | | enable fragmentation testsAraq2017-12-072-10/+26
* | | cleanup todo.txtAraq2017-12-073-0/+7664
* | | GC test workaround: use a lock for 'echo' for WindowsAraq2017-12-071-3/+10
|/ /
* | make tests green againAraq2017-12-011-40/+44
* | Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into cheatf...Andreas Rumpf2017-12-011-0/+32
|\ \
| * | Refactored version of execProcesses with test.cheatfate2017-11-281-0/+32
* | | dotops: add a simple object delegation testAndreas Rumpf2017-12-011-1/+23
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-013-2/+175
|\ \ \
| * | | Support all int, uint and float variants in json.to macro.Dominik Picheta2017-11-301-1/+27
| * | | Fix infinite recursion when using json.to on ref with cycle.Dominik Picheta2017-11-302-3/+22
| * | | Implement support for JsonNode in json.to.Dominik Picheta2017-11-301-1/+18
| * | | Implement Table/OrderedTable support for json.to macro.Dominik Picheta2017-11-301-2/+25
| * | | Implement support for Option[T] in json.to macro. Fixes #5848.Dominik Picheta2017-11-301-2/+23
| * | | Fixes #6604. Rejects unnamed tuples with error.Dominik Picheta2017-11-302-1/+39
| * | | Fixes #6095.Dominik Picheta2017-11-301-1/+17
| * | | Fixes #5856. Code based on @loloiccl's PR (#5879).Dominik Picheta2017-11-301-1/+14
* | | | more progress on destructors; removed old destructor based code as it proved ...Araq2017-12-014-34/+108
|/ / /
* | | make tests green againAraq2017-11-291-14/+14
* | | Fix usage of parameters types in templates #6756 (#6768)Anatoly Galiulin2017-11-291-0/+18
* | | Merge pull request #6817 from nim-lang/fixes-6223Dominik Picheta2017-11-291-0/+4
|\ \ \
| * | | Fixes #6223.Dominik Picheta2017-11-281-0/+4
| | |/ | |/|
* | | closes #985Araq2017-11-291-1/+25
* | | destructors: harden the test caseAraq2017-11-291-1/+4
* | | destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-291-0/+32
|/ /
* / Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
|/
* make tests green againAraq2017-11-231-12/+0
* fixes #3993Araq2017-11-231-0/+14
* fixes #6489Araq2017-11-231-1/+7
* closes #6121Araq2017-11-231-0/+21
* fixes #6555Araq2017-11-231-1/+12
* fixes #6682Araq2017-11-221-0/+26
* Async upcoming (#6585)Dominik Picheta2017-11-222-2/+1
* fixes #6753Andreas Rumpf2017-11-221-1/+14
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-0/+100
* make tests green againAndreas Rumpf2017-11-212-15/+3
* language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-211-2/+2
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-11-2139-305/+437
|\
| * make tests green againAndreas Rumpf2017-11-192-95/+95
| * fixes #5521 object variants superclass trigger bad codegen (#6120)andri lim2017-11-191-1/+24
| * pass nim path to subprocess testament (#6779)Jacek Sieka2017-11-191-1/+4
| * Fixes #5979 (#5980)Yuriy Glukhov2017-11-191-0/+10
| * fixes #6724Andreas Rumpf2017-11-191-0/+33