gitlab.eclipse.org / eclipse/ldt/metalua / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 860e484f | bug 443733: `metalua` command strips filename info from errorss | Simon Bernard <s****d@s****m> | over 11 years ago | |
| 8ae66a40 | typo | Simon Bernard <s****d@s****m> | over 11 years ago | |
| 3abc0b74 | bug 443726: --print-src and --print-ast options do not work | Simon Bernard <s****d@s****m> | over 11 years ago | |
| daf9048a | bug 439967: A call to compiler.ast_to_src crashes | Simon Bernard <s****d@s****m> | over 11 years ago | |
| adaea18f | relaxed lua version requirements in metalua-parser rockspec | Fabien Fleutot <f****t@s****m> | about 12 years ago | |
| 6ea10dad | Enable nice updates. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 7e225b90 | Better dependency on lfs. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| d820743c | Apparently dependency to 'lua' needs to be first. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 35880161 | Much better dependencies description. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 6706b46f | Modules are mandatory in rockspec definition. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| d2f6e39a | Define command intallation the right way. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 8bce883b | Right package name for metalua rockspec. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 0daf48c0 | Fixing urls. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| e1f19752 | Metalua is now composed of 3 rocks. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 1777b54b | Defining 'metalua' command in rockspec. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| beb8a4c6 | More elegant rockspecks. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 0cbb4d5d | Require readline at install only for *nix systems. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 5a5d5350 | Do not require `checks` while installing for windows. | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| 10edfbf1 | merge Merge remote-tracking branch 'origin/v0.7.2' | Kevin KIN-FOO <k****o@s****m> | about 12 years ago | |
| bea26a6f | fix in treequery.children (dead code removal) | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| ac373135 | AST-to-source: support for custom printer functions in the generator, paving ... | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 816f4531 | TreeQuery fixes: up/down callback support for binders in `treequery.walk`, be... | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 671b038e | converted metalua.lua into a metalua executable script | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 984858d9 | fixed source file debug reference in required modules | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| e4bd85ff | Removing useless mention to 'common.lua'. | Kevin KIN-FOO <k****o@s****m> | over 12 years ago | |
| 34d226aa | doc fix | Fabien <f****t@s****m> | over 12 years ago | |
| 9b989d35 | loader traces fixed | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 45c4cf79 | Added a sample (global variables detection) | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 9d1d9688 | removed global variables | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| c71aa240 | removed useless files | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| e9723422 | added metalua.lua to rockspec install list | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 932de525 | removed unwanted trace | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 6368dfe2 | removed unwanted reference from metalua-compiler rockspec | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 653177d7 | Refactoring Metalua into two separate LuaRocks modules | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 1a4fb0da | fix bug 422778 Missing lineinfo on indexed function names | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 4f77796f | Fixing parsing of lists. | Kevin KIN-FOO <k****o@s****m> | over 12 years ago | |
| a81f3ea0 | Formatting (comments and trailing spaces cleanup) | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| ec62db08 | Removed the partial AST generation on invalid inputs | Fabien Fleutot <f****t@s****m> | over 12 years ago | |
| 36fa12de | strict.lua comes from the std Lua distro with copyright to PUC Rio, therefore... | Benjamin Cabé <B****e@s****m> | about 13 years ago | |
| a7c5e2a5 | Improving shebang handling. | Kevin KIN-FOO <k****o@s****m> | about 13 years ago | |
| c5105c82 | Bug 394630: Exception on unterminated lua string | Kevin KIN-FOO <k****o@s****m> | about 13 years ago | |
| be9fcb83 | Bug 391702: Syntax error in table declaration is not detected. | Kevin KIN-FOO <k****o@s****m> | about 13 years ago | |
| 4e3c8f8c | Bug 396490: [metalua] there are some problems with metalua and incomplete inv... | Kevin KIN-FOO <k****o@s****m> | about 13 years ago | |
| aa8b56cc | Licensing |
Fabien Fleutot <f****t@s****m>
Committed by: Kevin KIN-FOO <k****o@s****m> |
about 13 years ago | |
| 4bc752d6 | Initial contribution. | Kevin KIN-FOO <k****o@s****m> | about 13 years ago |