Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 'result/return' triggers a void context | Araq | 2013-05-06 | 2 | -23/+60 |
| | |||||
* | Merge branch 'master' into newparser | Araq | 2013-05-04 | 14 | -41/+79 |
|\ | |||||
| * | test-runner for caas multi-step tests | Zahary Karadjov | 2013-05-04 | 1 | -1/+2 |
| | | |||||
| * | Changed babel path handling. | Dominik Picheta | 2013-05-02 | 1 | -1/+1 |
| | | |||||
| * | nimrod dump can now produce a machine readable json report | Zahary Karadjov | 2013-05-01 | 9 | -33/+64 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed). | ||||
| * | proper compiler output delimiter in the stdin compiler service | Zahary Karadjov | 2013-04-29 | 1 | -0/+3 |
| | | |||||
| * | Update evals.nim | Billingsly Wetherfordshire | 2013-04-25 | 1 | -2/+2 |
| | | |||||
| * | fixes #394 | Araq | 2013-04-23 | 1 | -2/+5 |
| | | |||||
| * | fixes #395 | Araq | 2013-04-23 | 1 | -2/+2 |
| | | |||||
| * | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 1 | -5/+7 |
| | | |||||
* | | more intuitive behaviour for 'discardable' in expression bodies | Araq | 2013-05-04 | 2 | -11/+19 |
| | | |||||
* | | fixes #117 | Araq | 2013-05-04 | 2 | -6/+15 |
| | | |||||
* | | bugfixes | Araq | 2013-05-04 | 3 | -2/+18 |
| | | |||||
* | | fixed: typo | Araq | 2013-05-03 | 1 | -1/+1 |
| | | |||||
* | | completed expr/stmt unification | Araq | 2013-05-03 | 9 | -668/+642 |
| | | |||||
* | | new parser works with docgen | Araq | 2013-05-02 | 1 | -0/+1 |
| | | |||||
* | | revert new scope for 'if' | Araq | 2013-05-02 | 4 | -4/+7 |
| | | |||||
* | | --out works for exes | Araq | 2013-05-01 | 1 | -1/+3 |
| | | |||||
* | | bugfixes mostly JS related | Araq | 2013-05-01 | 3 | -15/+20 |
| | | |||||
* | | tester should work again; documented (;) | Araq | 2013-04-30 | 1 | -5/+7 |
| | | |||||
* | | proper scoping for 'if' | Araq | 2013-04-30 | 2 | -9/+12 |
| | | |||||
* | | new js codegen: bugfixes | Araq | 2013-04-30 | 1 | -35/+28 |
| | | |||||
* | | first steps to the expr/stmt unification | Araq | 2013-04-30 | 7 | -86/+155 |
| | | |||||
* | | new JS code generator | Araq | 2013-04-28 | 2 | -689/+683 |
| | | |||||
* | | new parser: diallow more things | Araq | 2013-04-23 | 1 | -0/+1 |
| | | |||||
* | | made some tests green | Araq | 2013-04-22 | 1 | -0/+4 |
| | | |||||
* | | first version of commonType | Araq | 2013-04-22 | 2 | -0/+51 |
| | | |||||
* | | bugfix: 'import x var y' without newline doesn't parse anymore | Araq | 2013-04-21 | 1 | -1/+1 |
| | | |||||
* | | new parsing scheme is documented | Araq | 2013-04-21 | 1 | -27/+27 |
| | | |||||
* | | new parser works | Araq | 2013-04-20 | 4 | -39/+66 |
| | | |||||
* | | next steps for the new parser | Araq | 2013-04-20 | 2 | -32/+33 |
| | | |||||
* | | next steps for the new parser/grammar | Araq | 2013-04-20 | 5 | -266/+274 |
| | | |||||
* | | first steps to the new parser/grammar | Araq | 2013-04-19 | 5 | -250/+330 |
|/ | |||||
* | fixes #244 | Araq | 2013-04-13 | 1 | -0/+4 |
| | |||||
* | implements #258; activate via --verbosity:2 | Araq | 2013-04-13 | 1 | -0/+2 |
| | |||||
* | fixes #310 | Araq | 2013-04-13 | 2 | -2/+5 |
| | |||||
* | fixes #287; bugfix: subrange checking is performed again | Araq | 2013-04-12 | 8 | -29/+69 |
| | |||||
* | improved error message for #291 | Araq | 2013-04-11 | 1 | -1/+4 |
| | |||||
* | fixes #283 | Araq | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | bugfix: new(TTable[string, int]) compiles | Araq | 2013-04-10 | 1 | -4/+9 |
| | |||||
* | experimental support for outputting code snippets in error messages; ↵ | Zahary Karadjov | 2013-04-09 | 2 | -0/+21 |
| | | | | | | | implements #301 see #301 for description. currently, the feature is activated by setting the verbosity level to 2 or more | ||||
* | bugfix: fix linking when symbol files are used | Zahary Karadjov | 2013-04-08 | 5 | -13/+12 |
| | |||||
* | fixes #378 | Araq | 2013-04-08 | 1 | -0/+2 |
| | |||||
* | fixes #321 | Araq | 2013-04-08 | 1 | -1/+2 |
| | |||||
* | fixes #368 | Araq | 2013-04-08 | 1 | -2/+4 |
| | |||||
* | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 4 | -2/+28 |
| | |||||
* | next steps to make symbol files work again | Araq | 2013-04-08 | 2 | -3/+10 |
| | |||||
* | rodfile viewer works again | Araq | 2013-04-08 | 1 | -2/+4 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2013-04-08 | 2 | -12/+13 |
|\ | |||||
| * | use file IDs consistently instead of file paths in the rod files handling | Zahary Karadjov | 2013-04-07 | 2 | -12/+13 |
| | |