Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | |||||
* | fixes nimsuggest issue #44 | Andreas Rumpf | 2017-01-26 | 1 | -3/+5 |
| | |||||
* | bugfix: inline iterator do not mess up line information anymore | Andreas Rumpf | 2017-01-25 | 1 | -3/+7 |
| | |||||
* | fix genderef of jsgen (#5274) | shsnow23 | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | Fixes #5271 (#5273) | Yuriy Glukhov | 2017-01-24 | 1 | -1/+2 |
| | |||||
* | Fixup #5240 (#5270) | Yuriy Glukhov | 2017-01-23 | 1 | -2/+2 |
| | |||||
* | template+emit supports volatileRead and volatileWrite ops | Andreas Rumpf | 2017-01-23 | 2 | -1/+5 |
| | |||||
* | avoid some compiler crashes in debug mode | Andreas Rumpf | 2017-01-23 | 2 | -3/+8 |
| | |||||
* | some progress on #5228 | Araq | 2017-01-20 | 1 | -3/+3 |
| | |||||
* | fixes #5234 (#5240) | Michael Jendrusch | 2017-01-20 | 1 | -7/+29 |
| | |||||
* | fix seq add for nim node in VM (#5253) | Arne Döring | 2017-01-19 | 1 | -1/+1 |
| | | | fixes #4821 | ||||
* | make quote ast a ref type (#5246) | Arne Döring | 2017-01-19 | 1 | -0/+6 |
| | | | | * make quote ast a ref type * recursive set flag isRef for quoted ast | ||||
* | fixes #5237 | Andreas Rumpf | 2017-01-19 | 1 | -2/+3 |
| | |||||
* | fixes #3434 | Andreas Rumpf | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | Fixes #5225 (#5243) | Lolo Iccl | 2017-01-18 | 1 | -1/+8 |
| | | | | | | | | | | * Fixes #5225 * Fixes #5225 * Fixes #5225 fix typo | ||||
* | Fixes #5244 (#5245) | Yuriy Glukhov | 2017-01-18 | 1 | -0/+1 |
| | |||||
* | implements {.gcsafe.} enforcement as a pragma block | Andreas Rumpf | 2017-01-18 | 3 | -16/+27 |
| | |||||
* | Fixes #5112 (Fix error messages raised when multiple modules have the same ↵ | Lolo Iccl | 2017-01-17 | 1 | -3/+4 |
| | | | | | | original name) (#5220) Fixes #5112 | ||||
* | Removed mangling of object fields for the js target only. (#5226) | Michael Jendrusch | 2017-01-17 | 1 | -8/+7 |
| | | | | | | | | * removed mangling of object fields for the js target only. * changed default mangling behaviour for the php target as well. * Added test for unorthodox field names (reserved words and operators). Adjusted field accessors and object constructors / new to be ECMAScript first edition compatible, when using fieldnames which are reserved words. |