Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 24 | -222/+122 |
| | |||||
* | Enabled explicitly unknown lock levels (#5409) | Fabian Keller | 2017-02-20 | 1 | -1/+7 |
| | | | | | | | * enabled explicitly unknown lock levels * allowing "unknown" as locks pragma * added test case for locks pragma * updated docs on locks pragma | ||||
* | new feature: .used pragma to suppress declared-but-not-used warning | Araq | 2017-02-17 | 2 | -10/+14 |
| | |||||
* | fixes #5404 | Araq | 2017-02-17 | 1 | -1/+7 |
| | |||||
* | update code from a time when unsigned didn't exist | Araq | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | 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 ↵ | Araq | 2017-02-14 | 2 | -6/+9 |
| | | | | prototype for | ||||
* | 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 |
| | |||||
* | 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 |
| | | |||||
| * | fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310) | Parashurama | 2017-02-01 | 2 | -3/+15 |
| | | | | | | | | | | | | This commit change the way passC/passL cmdline arg and setting in config files are parsed. They are added to a separate linkOptionsCmd/compileOptionsCmd and are inserted when compile/linking command list are requested. | ||||
* | | Adds `except T as ident` handling in semtempl. | Dominik Picheta | 2017-02-06 | 1 | -1/+7 |
| | |