Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #844 | Araq | 2014-02-02 | 1 | -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;
| Araq | 2014-01-23 | 1 | -1/+1 | |
|\ | |||||
| * | fix the error "only proc headers can feature pragmas" when compiling in JS mode | Zahary Karadjov | 2014-01-23 | 1 | -1/+1 |
| | | |||||
* | | closure iterators work | Araq | 2014-01-23 | 1 | -2/+2 |
| | | |||||
* | | next steps for closure iterators | Araq | 2014-01-22 | 17 | -1/+33 |
|/ | |||||
* | parser support anon iterators | Araq | 2014-01-20 | 4 | -0/+39 |
| | |||||
* | command syntax is allowed in expressions | Araq | 2014-01-20 | 2 | -0/+12 |
| | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 6 | -0/+152 |
|\ | |||||
| * | added test cases from strange loop event | Araq | 2014-01-13 | 6 | -0/+152 |
| | | |||||
* | | unittest module works again | Araq | 2014-01-18 | 2 | -2/+2 |
| | | |||||
* | | better tester | Araq | 2014-01-17 | 19 | -28/+36 |
| | | |||||
* | | better html generator for the tester; fixes some VM bugs | Araq | 2014-01-17 | 4 | -18/+45 |
| | | |||||
* | | tester: htmlgen almost works | Araq | 2014-01-14 | 1 | -2/+14 |
| | | |||||
* | | tester support html generation | Araq | 2014-01-14 | 7 | -10/+139 |
| | | |||||
* | | new tester; all tests categorized | Araq | 2014-01-13 | 480 | -2504/+787 |
| | | |||||
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-01-13 | 19 | -189/+395 |
|\ \ | |||||
| * | | progress towards fixing tgenericshardcases | Zahary Karadjov | 2014-01-06 | 1 | -9/+15 |
| | | | |||||
| * | | introduce tyFromExpr; fixes #618 | Zahary Karadjov | 2014-01-04 | 3 | -1/+48 |
| | | | |||||
| * | | fixed #597 | Zahary Karadjov | 2014-01-02 | 1 | -9/+67 |
| | | | |||||
| * | | clean-up some obsolete code; close #602 | Zahary Karadjov | 2013-12-31 | 1 | -0/+14 |
| | | | |||||
| * | | close #517 | Zahary Karadjov | 2013-12-31 | 1 | -0/+10 |
| | | | |||||
| * | | migrate the static param handling to ReplaceTypeVars; fix tgenericvariant | Zahary Karadjov | 2013-12-30 | 1 | -1/+1 |
| | | | |||||
| * | | fix the filtering of void params in procs' signatures | Zahary Karadjov | 2013-12-29 | 4 | -30/+8 |
| | | | |||||
| * | | Merge branch 'upstream' into devel | Zahary Karadjov | 2013-12-29 | 11 | -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 ReplaceTypeVars | Zahary Karadjov | 2013-12-29 | 3 | -32/+32 |
| | | | | |||||
| | * | | make more tests green | Zahary Karadjov | 2013-12-29 | 5 | -94/+80 |
| | | | | |||||
| | * | | fixes #787 | Zahary Karadjov | 2013-12-28 | 1 | -0/+51 |
| | | | | |||||
| | * | | fix illegal recursion checks | Zahary Karadjov | 2013-12-28 | 2 | -14/+11 |
| | | | | |||||
| | * | | lift generic parameters from concrete composite type classes | Zahary Karadjov | 2013-12-28 | 1 | -6/+11 |
| | | | | |||||
| | * | | towards support for composite type classes such as seq[Number] and ↵ | Zahary Karadjov | 2013-12-27 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | SquareMatrix[T] | ||||
| | * | | test case for semistatic | Zahary Karadjov | 2013-12-25 | 1 | -0/+24 |
| | | | | |||||
| | * | | static params: expr[T] is now static[T] | Zahary Karadjov | 2013-12-19 | 2 | -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 improvements | Araq | 2014-01-11 | 1 | -4/+0 |
|/ / / | |||||
* | | | templates can access hidden fields | Araq | 2013-12-25 | 2 | -0/+18 |
| | | | |||||
* | | | Merge branch 'vm2' of github.com:Araq/Nimrod into vm2 | Araq | 2013-12-24 | 13 | -30/+37 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' into vm2 | Araq | 2013-12-13 | 2 | -6/+24 |
| |\ \ | |||||
| * | | | new VM: globals kinda work | Araq | 2013-12-13 | 2 | -2/+2 |
| | | | | |||||
| * | | | new VM: improvements | Araq | 2013-12-12 | 1 | -3/+3 |
| | | | | |||||
| * | | | new VM: passes more tests | Araq | 2013-12-06 | 1 | -0/+4 |
| | | | | |||||
| * | | | makes 'reject' tests green | Araq | 2013-12-05 | 7 | -9/+11 |
| | | | |