summary refs log tree commit diff stats
path: root/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few more warningsdef2015-02-173-5/+5
|
* Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-1629-77/+77
|\ | | | | Fix some typos
| * Fix typosFederico Ceratto2015-02-1516-18/+18
| |
| * Fix typosFederico Ceratto2015-02-1521-59/+59
| |
* | Tell user more exactly how to create stacktracedef2015-02-161-1/+1
| |
* | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-02-162-6/+6
|\|
| * Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-152-6/+6
| |\ | | | | | | Cleanup
| | * nimrod -> nim in some filenamesdef2015-02-142-6/+6
| | |
* | | minor documentation updatesAraq2015-02-161-0/+89
|/ /
* / fixes endless recursion with static type parametersAraq2015-02-141-2/+10
|/
* fixes #2123Araq2015-02-141-0/+1
|
* fixes #2121Araq2015-02-141-1/+1
|
* fixes #2102Araq2015-02-131-9/+9
|
* fixes #2118Araq2015-02-131-7/+3
|
* fixes #2113Araq2015-02-131-1/+3
|
* 'passL' is not smart anymore about already known switches; -ldl is now ↵Araq2015-02-131-10/+12
| | | | properly appended to the linking command
* 'auto' can be inferred to be 'void'Araq2015-02-131-1/+6
|
* fixes #2068Araq2015-02-121-9/+21
|
* Aporia compiles again (disabling thread analysis is horrible!)Araq2015-02-121-1/+2
|
* ordinary parameters can follow a varargs parameterAraq2015-02-121-8/+14
|
* better handling of gcsafety with --threadAnalysis:offAraq2015-02-122-25/+27
|
* fixed minor bugs; cleaned up testsAraq2015-02-121-1/+2
|
* Merge pull request #2053 from reactormonk/message-for-koch-tempAndreas Rumpf2015-02-121-1/+4
|\ | | | | report how to create a compiler stacktrace #1280
| * use dynamic message destinationSimon Hafner2015-02-041-1/+1
| |
| * report how to create a compiler stacktrace #1280Simon Hafner2015-02-011-1/+4
| |
* | cleanup index generationAraq2015-02-101-0/+0
| |
* | unsigned array indexes work better; minor cleanupsAraq2015-02-101-7/+7
| |
* | fixes #1131Araq2015-02-102-3/+4
| |
* | cleaned up some testsAraq2015-02-104-5/+9
| |
* | temptyseqs works againAraq2015-02-103-16/+24
| |
* | stop after first failing C compilation for --parallelBuild:1Araq2015-02-091-1/+3
| |
* | tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-096-47/+29
| |
* | fixes #2004Araq2015-02-082-21/+29
| |
* | fixes #2073Araq2015-02-081-2/+2
| |
* | fixes #2073; language spec change: arrow like operators are not right ↵Araq2015-02-081-2/+2
| | | | | | | | associative anymore
* | fixes #1956Araq2015-02-082-3/+5
| |
* | better error messageAraq2015-02-081-1/+3
| |
* | merged #2083 manuallyAraq2015-02-081-1/+1
| |
* | Clarify "instantiation from here"Flaviu Tamas2015-02-071-1/+1
| | | | | | | | After ~1 year of Nim, I finally realized it doesn't refer to dynamic memory
* | Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-073-6/+11
|\ \ | | | | | | Rename *.nimrod.cfg to *.nim.cfg
| * | Add support for nimcfg and warning for nimrod.cfgdef2015-02-041-3/+8
| | |
| * | Typosdef2015-02-042-3/+3
| | |
| * | Rename *.nimrod.cfg to *.nim.cfgdef2015-02-031-0/+0
| | |
* | | nimsuggest knows how to deal with files not belonging to the projectAraq2015-02-072-3/+12
| | |
* | | configuration system supports %= to access environment variablesAraq2015-02-072-10/+16
| | |
* | | fixes c++ codegen regressionAraq2015-02-071-1/+1
| | |
* | | yet another C++ bugfixAraq2015-02-071-3/+4
| | |
* | | compiler distinguishes between 2 different 'var' types for C++ interop; code ↵Araq2015-02-075-102/+44
| | | | | | | | | | | | cleanups
* | | lots of C++ codegen improvementsAraq2015-02-077-110/+50
| | |
* | | fixes #1601Araq2015-02-051-1/+0
| | |