Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5383 | Araq | 2017-02-16 | 9 | -12/+43 |
| | |||||
* | compiler debug proc: also output node flags | Araq | 2017-02-16 | 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 |
| | | |||||
* | | Fixes incorrect scoping in semstmts.semTry. | Dominik Picheta | 2017-02-06 | 1 | -1/+2 |
| | | |||||
* | | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 4 | -9/+7 |
| | | |||||
* | | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 4 | -4/+15 |
| | | |||||
* | | Fixes based on @Araq's feedback. | Dominik Picheta | 2017-02-01 | 3 | -4/+5 |
| | | |||||
* | | Fixes #3691. | Dominik Picheta | 2017-02-01 | 3 | -19/+25 |
| | | |||||
* | | WIP implementation of `except ExcType as ident` syntax. Refs #3691. | Dominik Picheta | 2017-02-01 | 3 | -3/+72 |
|/ | |||||
* | fix confusing line information for macros that produce errors | Araq | 2017-02-01 | 1 | -0/+1 |
| | |||||
* | niminst updates | Araq | 2017-01-30 | 1 | -0/+2 |
| | |||||
* | made nodecl implicit for vars in the js backend. (#5297) | Michael Jendrusch | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | with dir with space regression again | Araq | 2017-01-29 | 1 | -1/+1 |
| | |||||
* | fixes serious regression that was introduced in the handling of .compile pragma | Araq | 2017-01-28 | 2 | -10/+12 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-01-28 | 1 | -1/+1 |
| | |||||
* | .compile pragma supports patterns and actions | Araq | 2017-01-28 | 4 | -103/+142 |
| | |||||
* | fixes #5216 | Araq | 2017-01-27 | 1 | -5/+5 |
| | |||||
* | .compile pragma supports wildcards | Araq | 2017-01-27 | 1 | -4/+16 |
| |