summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* removed compiler internal list implementation (#5371)Arne Döring2017-02-2224-222/+122
|
* Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-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 warningAraq2017-02-172-10/+14
|
* fixes #5404Araq2017-02-171-1/+7
|
* update code from a time when unsigned didn't existAraq2017-02-161-1/+1
|
* fixes #5391Araq2017-02-161-1/+1
|
* fixes #5400Araq2017-02-161-2/+5
|
* fixes #5405Araq2017-02-163-10/+22
|
* fixes #5399Araq2017-02-161-1/+1
|
* resolved conflictAraq2017-02-161-4/+5
|\
| * fixes #5402Araq2017-02-161-4/+5
| |
| * fixes #5383Araq2017-02-169-12/+43
| |
| * compiler debug proc: also output node flagsAraq2017-02-161-0/+1
| |
* | make tests green againAraq2017-02-161-1/+3
| |
* | make more tests greenAraq2017-02-162-5/+10
| |
* | fixes #5383Araq2017-02-169-12/+43
| |
* | compiler debug proc: also output node flagsAraq2017-02-151-0/+1
|/
* C++ codegen: emit 'extern C' for importc'ed functions that we declare a ↵Araq2017-02-142-6/+9
| | | | prototype for
* compile external .c files with the C compiler, not with C++; refs #5357Araq2017-02-141-6/+8
|
* fixes #5354Araq2017-02-111-5/+5
|
* fixes #5339Andreas Rumpf2017-02-091-7/+64
|
* fixes #5185Andreas Rumpf2017-02-081-0/+1
|
* fixes #5352Araq2017-02-081-1/+3
|
* macros are now checked to not produce cyclic ASTsAndreas Rumpf2017-02-082-2/+13
|
* downloader changesAraq2017-02-071-1/+1
|
* Merge branch 'devel' into feature/3691Dominik Picheta2017-02-0730-245/+411
|\
| * nimsuggest works in macrosAndreas Rumpf2017-02-071-0/+2
| |
| * disable NSIS installers, ship with downloader.exe insteadAraq2017-02-071-0/+2
| |
| * koch.nim: winrelease without nasty batch filesAraq2017-02-071-1/+1
| |
| * website: http to https updatesAraq2017-02-061-4/+4
| |
| * nimsuggest improvement: don't die because of illformed ASTsAndreas Rumpf2017-02-061-2/+2
| |
| * Don't prepend project path to absolute filenames passed to setCommand (#5341)nigredo-tori2017-02-061-2/+5
| |
| * fixes #5314Andreas Rumpf2017-02-051-1/+1
| |
| * fixes #5090Andreas Rumpf2017-02-051-1/+3
| |
| * fixes #5221Andreas Rumpf2017-02-051-1/+1
| |
| * fixes #5269Andreas Rumpf2017-02-051-6/+10
| |
| * fixes #5285Andreas Rumpf2017-02-043-5/+20
| |
| * nimsuggest: bugfix: also output documentation commentsAndreas Rumpf2017-02-032-20/+34
| |
| * fixes #5327Andreas Rumpf2017-02-031-1/+2
| |
| * name mangling bugfixes; ndi file generation for debugger supportAndreas Rumpf2017-02-036-65/+71
| |
| * Merge branch 'devel' into new-name-manglingAraq2017-02-021-1/+4
| |\
| | * fixes #4992Parashurama2017-02-021-1/+4
| | |
| * | new name mangling rules for easier debuggingAndreas Rumpf2017-02-028-51/+69
| | |
| * | attempt to make nimble work againAndreas Rumpf2017-02-021-1/+4
| | |
| * | new name mangling scheme implementedAndreas Rumpf2017-02-024-17/+54
| |/
| * tiny progress on the name manglingAndreas Rumpf2017-02-012-2/+9
| |
| * refactoring: explict config state instead of globalsAndreas Rumpf2017-02-0110-73/+99
| |
| * fixes #4973Andreas Rumpf2017-02-011-1/+12
| |
| * fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310)Parashurama2017-02-012-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 Picheta2017-02-061-1/+7
| |