Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-17 | 18 | -38/+98 |
|\ | |||||
| * | fixes #5391 | Araq | 2017-02-16 | 1 | -1/+1 |
| * | fixes #5400 | Araq | 2017-02-16 | 1 | -2/+5 |
| * | fixes #5405 | Araq | 2017-02-16 | 3 | -10/+22 |
| * | fixes #5399 | Araq | 2017-02-16 | 1 | -1/+1 |
| * | resolved conflict | Araq | 2017-02-16 | 1 | -4/+5 |
| |\ | |||||
| | * | fixes #5402 | Araq | 2017-02-16 | 1 | -4/+5 |
| | * | fixes #5383 | Araq | 2017-02-16 | 9 | -12/+43 |
| | * | compiler debug proc: also output node flags | Araq | 2017-02-16 | 1 | -0/+1 |
| * | | make tests green again | Araq | 2017-02-16 | 1 | -1/+3 |
| * | | make more tests green | Araq | 2017-02-16 | 2 | -5/+10 |
| * | | fixes #5383 | Araq | 2017-02-16 | 9 | -12/+43 |
| * | | compiler debug proc: also output node flags | Araq | 2017-02-15 | 1 | -0/+1 |
| |/ | |||||
| * | C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto... | Araq | 2017-02-14 | 2 | -6/+9 |
| * | compile external .c files with the C compiler, not with C++; refs #5357 | Araq | 2017-02-14 | 1 | -6/+8 |
| * | fixes #5354 | Araq | 2017-02-11 | 1 | -5/+5 |
* | | get rid of debug output | Andreas Rumpf | 2017-02-15 | 1 | -3/+0 |
* | | remove debug output | Andreas Rumpf | 2017-02-14 | 1 | -1/+0 |
* | | nimsuggest uses multithreading and full project recompiles | Andreas Rumpf | 2017-02-13 | 3 | -4/+12 |
* | | improve error message for mismatched proc types | Andreas Rumpf | 2017-02-10 | 2 | -13/+43 |
* | | added missing file | Andreas Rumpf | 2017-02-09 | 1 | -0/+9 |
* | | disable transitive closure computations; only semcheck procs that have the cu... | Andreas Rumpf | 2017-02-09 | 3 | -25/+41 |
|/ | |||||
* | fixes #5339 | Andreas Rumpf | 2017-02-09 | 1 | -7/+64 |
* | fixes #5185 | Andreas Rumpf | 2017-02-08 | 1 | -0/+1 |
* | fixes #5352 | Araq | 2017-02-08 | 1 | -1/+3 |
* | macros are now checked to not produce cyclic ASTs | Andreas Rumpf | 2017-02-08 | 2 | -2/+13 |
* | downloader changes | Araq | 2017-02-07 | 1 | -1/+1 |
* | Merge branch 'devel' into feature/3691 | Dominik Picheta | 2017-02-07 | 30 | -245/+411 |
|\ | |||||
| * | nimsuggest works in macros | Andreas Rumpf | 2017-02-07 | 1 | -0/+2 |
| * | disable NSIS installers, ship with downloader.exe instead | Araq | 2017-02-07 | 1 | -0/+2 |
| * | koch.nim: winrelease without nasty batch files | Araq | 2017-02-07 | 1 | -1/+1 |
| * | website: http to https updates | Araq | 2017-02-06 | 1 | -4/+4 |
| * | nimsuggest improvement: don't die because of illformed ASTs | Andreas Rumpf | 2017-02-06 | 1 | -2/+2 |
| * | Don't prepend project path to absolute filenames passed to setCommand (#5341) | nigredo-tori | 2017-02-06 | 1 | -2/+5 |
| * | fixes #5314 | Andreas Rumpf | 2017-02-05 | 1 | -1/+1 |
| * | fixes #5090 | Andreas Rumpf | 2017-02-05 | 1 | -1/+3 |
| * | fixes #5221 | Andreas Rumpf | 2017-02-05 | 1 | -1/+1 |
| * | fixes #5269 | Andreas Rumpf | 2017-02-05 | 1 | -6/+10 |
| * | fixes #5285 | Andreas Rumpf | 2017-02-04 | 3 | -5/+20 |
| * | nimsuggest: bugfix: also output documentation comments | Andreas Rumpf | 2017-02-03 | 2 | -20/+34 |
| * | fixes #5327 | Andreas Rumpf | 2017-02-03 | 1 | -1/+2 |
| * | name mangling bugfixes; ndi file generation for debugger support | Andreas Rumpf | 2017-02-03 | 6 | -65/+71 |
| * | Merge branch 'devel' into new-name-mangling | Araq | 2017-02-02 | 1 | -1/+4 |
| |\ | |||||
| | * | fixes #4992 | Parashurama | 2017-02-02 | 1 | -1/+4 |
| * | | new name mangling rules for easier debugging | Andreas Rumpf | 2017-02-02 | 8 | -51/+69 |
| * | | attempt to make nimble work again | Andreas Rumpf | 2017-02-02 | 1 | -1/+4 |
| * | | new name mangling scheme implemented | Andreas Rumpf | 2017-02-02 | 4 | -17/+54 |
| |/ | |||||
| * | tiny progress on the name mangling | Andreas Rumpf | 2017-02-01 | 2 | -2/+9 |
| * | refactoring: explict config state instead of globals | Andreas Rumpf | 2017-02-01 | 10 | -73/+99 |
| * | fixes #4973 | Andreas Rumpf | 2017-02-01 | 1 | -1/+12 |