summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #844Araq2014-02-021-0/+12
[Desktop Entry]
Type=Application
Name=ranger
Comment=Launches the ranger file manager
Icon=utilities-terminal
Terminal=true
Exec=ranger
Categories=ConsoleOnly;System;FileTools;FileManager
MimeType=inode/directory;
=devel&id=556efb51588b97e18373b9fea4bd1bb667a8481c'>Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq2014-01-231-1/+1
|\
| * fix the error "only proc headers can feature pragmas" when compiling in JS modeZahary Karadjov2014-01-231-1/+1
| |
* | closure iterators workAraq2014-01-231-2/+2
| |
* | next steps for closure iteratorsAraq2014-01-2217-1/+33
|/
* parser support anon iteratorsAraq2014-01-204-0/+39
|
* command syntax is allowed in expressionsAraq2014-01-202-0/+12
|
* resolved conflicts with masterAraq2014-01-186-0/+152
|\
| * added test cases from strange loop eventAraq2014-01-136-0/+152
| |
* | unittest module works againAraq2014-01-182-2/+2
| |
* | better testerAraq2014-01-1719-28/+36
| |
* | better html generator for the tester; fixes some VM bugsAraq2014-01-174-18/+45
| |
* | tester: htmlgen almost worksAraq2014-01-141-2/+14
| |
* | tester support html generationAraq2014-01-147-10/+139
| |
* | new tester; all tests categorizedAraq2014-01-13480-2504/+787
| |
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-01-1319-189/+395
|\ \
| * | progress towards fixing tgenericshardcasesZahary Karadjov2014-01-061-9/+15
| | |
| * | introduce tyFromExpr; fixes #618Zahary Karadjov2014-01-043-1/+48
| | |
| * | fixed #597Zahary Karadjov2014-01-021-9/+67
| | |
| * | clean-up some obsolete code; close #602Zahary Karadjov2013-12-311-0/+14
| | |
| * | close #517Zahary Karadjov2013-12-311-0/+10
| | |
| * | migrate the static param handling to ReplaceTypeVars; fix tgenericvariantZahary Karadjov2013-12-301-1/+1
| | |
| * | fix the filtering of void params in procs' signaturesZahary Karadjov2013-12-294-30/+8
| | |
| * | Merge branch 'upstream' into develZahary Karadjov2013-12-2911-141/+234
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| | * | integrate the logic of fixupProcType into ReplaceTypeVarsZahary Karadjov2013-12-293-32/+32
| | | |
| | * | make more tests greenZahary Karadjov2013-12-295-94/+80
| | | |
| | * | fixes #787Zahary Karadjov2013-12-281-0/+51
| | | |
| | * | fix illegal recursion checksZahary Karadjov2013-12-282-14/+11
| | | |
| | * | lift generic parameters from concrete composite type classesZahary Karadjov2013-12-281-6/+11
| | | |
| | * | towards support for composite type classes such as seq[Number] and ↵Zahary Karadjov2013-12-271-0/+30
| | | | | | | | | | | | | | | | SquareMatrix[T]
| | * | test case for semistaticZahary Karadjov2013-12-251-0/+24
| | | |
| | * | static params: expr[T] is now static[T]Zahary Karadjov2013-12-192-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This introduces tyStatic and successfully bootstraps and handles few simple test cases. Static params within macros are no longer treated as PNimrodNodes - they are now equivalent to constants of the designated type.
* | | | case consistency improvementsAraq2014-01-111-4/+0
|/ / /
* | | templates can access hidden fieldsAraq2013-12-252-0/+18
| | |
* | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2Araq2013-12-2413-30/+37
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into vm2Araq2013-12-132-6/+24
| |\ \
| * | | new VM: globals kinda workAraq2013-12-132-2/+2
| | | |
| * | | new VM: improvementsAraq2013-12-121-3/+3
| | | |
| * | | new VM: passes more testsAraq2013-12-061-0/+4
| | | |
| * | | makes 'reject' tests greenAraq2013-12-057-9/+11
| | | |