summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixes #5452Yuriy Glukhov2017-02-281-1/+1
* finish tool can use 'nimgrab' tool to download the mingw versionAraq2017-02-261-1/+2
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-263-55/+2
|\
| * Removed fasm support.Rokas Kupstys2017-02-203-55/+2
* | minor codegen bugfix: don't use names for closures that are also mangled Nim ...Araq2017-02-266-17/+17
* | fixes a minor codegen issue where name mangling could produce an identifier u...Araq2017-02-264-10/+10
* | fixes #5439Araq2017-02-261-4/+5
* | fixes #5430Araq2017-02-2610-41/+42
* | fixes #5432Araq2017-02-261-1/+2
* | another attempt to make test green againAraq2017-02-241-2/+10
* | make tests green againAndreas Rumpf2017-02-241-0/+1
* | fixes a multimethod regressionAndreas Rumpf2017-02-242-6/+22
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-2428-230/+136
|\ \
| * | fixes #5417Andreas Rumpf2017-02-244-7/+10
| * | fixes #5419Andreas Rumpf2017-02-241-1/+5
| * | removed compiler internal list implementation (#5371)Arne Döring2017-02-2224-222/+122
| |/
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-224-13/+29
|\|
| * Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-1/+7
| * 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
* | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-2228-210/+220
* | nimsuggest: added --refresh command line option; added 'known' command; fixes...Andreas Rumpf2017-02-221-1/+3
* | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-1718-38/+98
|\|
| * 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 proto...Araq2017-02-142-6/+9
| * compile external .c files with the C compiler, not with C++; refs #5357Araq2017-02-141-6/+8
| * fixes #5354Araq2017-02-111-5/+5
* | get rid of debug outputAndreas Rumpf2017-02-151-3/+0
* | remove debug outputAndreas Rumpf2017-02-141-1/+0
* | nimsuggest uses multithreading and full project recompilesAndreas Rumpf2017-02-133-4/+12
* | improve error message for mismatched proc typesAndreas Rumpf2017-02-102-13/+43
* | added missing fileAndreas Rumpf2017-02-091-0/+9
* | disable transitive closure computations; only semcheck procs that have the cu...Andreas Rumpf2017-02-093-25/+41
|/
* 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