Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-25 | 1 | -1/+23 | |
|\ \ \ \ | ||||||
| * | | | | Added macros.newIfStmt and macros.newVarStmt. | Dominik Picheta | 2013-07-25 | 1 | -1/+23 | |
* | | | | | attempt to make C codegen aware of 'gensym' | Araq | 2013-07-25 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-25 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | bugfix: gensym | Araq | 2013-07-25 | 1 | -1/+1 | |
* | | | | | new vm: next steps | Araq | 2013-07-25 | 2 | -3/+10 | |
* | | | | | new evaluation engine: next steps | Araq | 2013-07-25 | 3 | -12/+11 | |
|/ / / / | ||||||
* | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-24 | 1 | -10/+10 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge pull request #527 from jbe/master | Araq | 2013-07-24 | 1 | -10/+10 | |
| |\ \ \ \ | ||||||
| | * | | | | export pointer types for SDL event objects | jbe | 2013-07-17 | 1 | -10/+10 | |
* | | | | | | fixes #531 | Araq | 2013-07-24 | 14 | -1/+663 | |
* | | | | | | fixes #544 | Araq | 2013-07-24 | 4 | -3/+21 | |
|/ / / / / | ||||||
* | | | | | added macros.genSym | Araq | 2013-07-24 | 5 | -5/+23 | |
* | | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-24 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fixes OSError deprecation warning. | Dominik Picheta | 2013-07-21 | 1 | -1/+1 | |
* | | | | | | first steps to a new evaluation engine | Araq | 2013-07-24 | 4 | -0/+1768 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-07-20 | 30 | -493/+893 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Rebuilt C Sources. | Dominik Picheta | 2013-07-18 | 0 | -0/+0 | |
| | |_|/ | |/| | | ||||||
| * | | | Fixed libzip path for Arch Linux. | Dominik Picheta | 2013-07-17 | 1 | -1/+1 | |
| * | | | Rebuilt csources. | Dominik Picheta | 2013-07-17 | 2 | -400/+0 | |
| |/ / | ||||||
| * | | Merge pull request #524 from gradha/pr_misc_docs | Simon Hafner | 2013-07-15 | 3 | -12/+62 | |
| |\ \ | ||||||
| | * | | Documents copyFile not copying attributes on posix. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -2/+7 | |
| | * | | Warns to not modify string findAll is iterating over. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -1/+4 | |
| | * | | Explains parseHex initialization quirk. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -2/+26 | |
| | * | | Adds some examples to JoinPath and / procs. | Grzegorz Adam Hankiewicz | 2013-07-16 | 1 | -7/+25 | |
| |/ / | ||||||
| * | | Merge pull request #519 from gradha/pr_guards_against_nil_ast | Araq | 2013-07-09 | 1 | -1/+2 | |
| |\ \ | ||||||
| | * | | Avoids usefulFact recursion with nil parameter. Fixes #518. | Grzegorz Adam Hankiewicz | 2013-07-09 | 1 | -1/+2 | |
| |/ / | ||||||
| * | | Merge pull request #504 from ventor3000/master | Araq | 2013-07-07 | 2 | -0/+450 | |
| |\ \ | ||||||
| | * | | Fixed some minor stuff in module poly | Robert Persson | 2013-07-07 | 1 | -15/+9 | |
| | * | | Optimized integrate function in module poly | Robert Persson | 2013-07-07 | 1 | -10/+16 | |
| | * | | Optimized divMod in poly | Robert Persson | 2013-07-03 | 1 | -13/+11 | |
| | * | | Fixed a mixed bag of stuff poly and numeric | Robert Persson | 2013-07-03 | 2 | -51/+42 | |
| | * | | Cleanup of poly an numeric modules | Robert Persson | 2013-07-02 | 2 | -63/+0 | |
| | * | | Added poly and numeric modules | Robert Persson | 2013-07-02 | 2 | -0/+524 | |
| * | | | Merge pull request #515 from gradha/pr_idetools_improvements | Araq | 2013-07-07 | 6 | -51/+234 | |
| |\ \ \ | ||||||
| | * | | | Adds idetools failure case for re"" being reported as a module. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -1/+7 | |
| | * | | | Documents idetools skMacro with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 3 | -1/+53 | |
| | * | | | Documents idetools skLabel with failure test case. | Grzegorz Adam Hankiewicz | 2013-07-06 | 3 | -0/+34 | |
| | * | | | Moves caasdriver comments into idetools document. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -41/+96 | |
| | * | | | Mentions expected order of idetools suggest results. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -1/+3 | |
| | * | | | Adds caas and idetools keywords to The One And Only Great Index. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -8/+8 | |
| | * | | | Forces removal of nimcache dir for all caas runs. | Grzegorz Adam Hankiewicz | 2013-07-06 | 1 | -0/+2 | |
| | * | | | Adds more idetools suggest failure cases. | Grzegorz Adam Hankiewicz | 2013-07-06 | 2 | -0/+32 | |
| * | | | | Merge pull request #514 from exhu/fix_csource_tmpl | Araq | 2013-07-07 | 2 | -4/+4 | |
| |\ \ \ \ | ||||||
| | * | | | | Moved linker flags to the end of cmd line in build.sh and bat templates | Yury Benesh | 2013-07-06 | 2 | -4/+4 | |
| | | |_|/ | | |/| | | ||||||
| * | | | | Merge pull request #513 from gradha/pr_extends_align | Araq | 2013-07-07 | 1 | -6/+14 | |
| |\ \ \ \ | ||||||
| | * | | | | Extends align proc with default padding parameter. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -6/+14 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Merge pull request #512 from gradha/pr_documents_gorgeous_pragmas | Araq | 2013-07-07 | 3 | -5/+40 | |
| |\ \ \ \ | | |/ / / | |/| | | | ||||||
| | * | | | Documents passC/passL pragmas. Refs #506. | Grzegorz Adam Hankiewicz | 2013-07-05 | 3 | -5/+40 | |
| |/ / / | ||||||
| * | | | Merge pull request #509 from EXetoC/patch-1 | Araq | 2013-07-04 | 1 | -1/+1 | |
| |\ \ \ |