summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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 #1869 from def-/json-stuffAndreas Rumpf2015-02-071-2/+75
|\ | | | | Json stuff
| * Fix documentation and toJson signaturedef2015-02-041-2/+2
| |
| * Remove debugging echos againdef2015-01-051-2/+0
| |
| * Add operator `%*` to JSONdef2015-01-051-1/+76
| |
| * indent = 0 looks better for `$`(node: JsonNode)def2015-01-051-1/+1
| |
* | Merge pull request #2062 from flaviut/expose-exception-parentAndreas Rumpf2015-02-071-4/+4
|\ \ | | | | | | Expose exception parent
| * | Change formatting according to style guideFlaviu Tamas2015-02-031-4/+4
| | |
| * | Expose exception parentFlaviu Tamas2015-02-031-1/+1
| | | | | | | | | | | | | | | This can be safely exposed because a proc accessor can be created if the representation changes.
* | | Merge pull request #2060 from def-/rdstdin-passAndreas Rumpf2015-02-072-4/+302
|\ \ \ | | | | | | | | Rdstdin pass
| * | | Rename termios template CCEQ to cceqdef2015-02-041-1/+1
| | | |
| * | | Change termios proc capitalizationdef2015-02-041-14/+14
| | | |
| * | | Fix typodef2015-02-041-1/+1
| | | |
| * | | Add readPasswordFromStdin to rdstdindef2015-02-031-4/+38
| | | |
| * | | Add copyright headerdef2015-02-031-0/+9
| | | |
| * | | Add termios wrapperdef2015-02-031-0/+255
| | | |
* | | | Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-0710-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-038-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-074-12/+20
| | | | |
* | | | | 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-077-104/+45
| | | | | | | | | | | | | | | | | | | | cleanups
* | | | | lots of C++ codegen improvementsAraq2015-02-0710-119/+71
| | | | |
* | | | | Merge pull request #2081 from h3rald/patch-3Dominik Picheta2015-02-061-1/+1
|\ \ \ \ \ | | | | | | | | | | | | newRollingFileLogger - fmtStr is always set to defaultFmtStr
| * | | | | newRollingFileLogger - fmtStr is always set to defaultFmtStrFabio Cevasco2015-02-061-1/+1
|/ / / / /
* | | | | fixes #1601Araq2015-02-051-1/+0
| | | | |
* | | | | list CC executions properly again for --parallelBuild:1Araq2015-02-051-3/+7
| | | | |
* | | | | fixes #2011Araq2015-02-051-1/+2
| | | | |
* | | | | Merge pull request #2067 from def-/tests-stuffAndreas Rumpf2015-02-0430-168/+231
|\ \ \ \ \ | | | | | | | | | | | | Tests stuff
| * | | | | Clean up tests/staticdef2015-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | tstaticparammacro still fails
| * | | | | Clean up tests/osprocdef2015-02-041-3/+6
| | | | | |
| * | | | | Clean up tests/modulesdef2015-02-041-2/+2
| | | | | |
| * | | | | Clean up tests/manylocdef2015-02-0413-121/+113
| | | | | | | | | | | | | | | | | | | | | | | | named_argument_bug still fails
| * | | | | Try to fix unittest for JS backend, still not workingdef2015-02-041-2/+1
| | | | | |
| * | | | | Clean up tests/iterdef2015-02-041-1/+8
| | | | | |
| * | | | | Clean up tests/effectsdef2015-02-041-1/+0
| | | | | |
| * | | | | Clear up tests/clearmsgdef2015-02-041-1/+1
| | | | | |
| * | | | | Fix name of generated C file in testerdef2015-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Makes tests/ccgbugs/tmissingvolatile work again
| * | | | | Clean up tests/binddef2015-02-041-1/+1
| | | | | |
| * | | | | Clean up tests/assertdef2015-02-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1 test still fails: - tunittests uses utemplates, which seems broken. not sure what it's supposed to do
| * | | | | Clean up tests/stdlibdef2015-02-043-33/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects
| * | | | | Disable rodfiles tests for nowdef2015-02-041-2/+3
| | | | | |
| * | | | | Add test for #1460def2015-02-041-0/+5
| | | | | |
| * | | | | Add test for #1459def2015-02-041-0/+5
| | | | | |
| * | | | | Add test for #1877def2015-02-041-0/+19
| | | | | |
| * | | | | Add test for #1259def2015-02-041-0/+12
| | | | | |
| * | | | | Add test for #1836def2015-02-041-0/+17
|/ / / / /