summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Improved error reportingVeladus2017-12-111-1/+1
|
* Fixed for diffrent Typeids of Excpetion for diffrent compilation unitsVeladus2017-12-021-7/+1
|
* Compiler now catches when an expression is raised which is no ExceptionVeladus2017-12-022-1/+18
|
* Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-013-11/+54
|
* make asyncdispatch compile with the foreign GCsAraq2017-12-011-0/+8
|
* make tests green againAraq2017-12-012-42/+44
|
* favor 'select' over 'poll' on Genode (#6821)Emery Hemingway2017-12-012-13/+17
| | | The 'poll' of the Genode C runtime is a wrapper over 'select'.
* os.nim bugfix: system() returns bullshit on Posix-like systems in generalAndreas Rumpf2017-12-011-1/+1
|
* Merge branch 'cheatfate-nexecProcesses' into develAndreas Rumpf2017-12-012-56/+114
|\
| * Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into ↵Andreas Rumpf2017-12-012-56/+114
|/| | | | | | | cheatfate-nexecProcesses
| * Explicit array initialization removed.cheatfate2017-11-291-2/+0
| |
| * Fix nimrtl troubles.cheatfate2017-11-281-2/+1
| |
| * Refactored version of execProcesses with test.cheatfate2017-11-282-54/+115
| |
* | dotops: add a simple object delegation testAndreas Rumpf2017-12-011-1/+23
| |
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-015-28/+314
|\ \
| * | Support all int, uint and float variants in json.to macro.Dominik Picheta2017-11-302-15/+43
| | |
| * | Fix infinite recursion when using json.to on ref with cycle.Dominik Picheta2017-11-303-3/+32
| | |
| * | Implement support for JsonNode in json.to.Dominik Picheta2017-11-302-1/+23
| | |
| * | Implement Table/OrderedTable support for json.to macro.Dominik Picheta2017-11-302-2/+49
| | |
| * | Implement support for Option[T] in json.to macro. Fixes #5848.Dominik Picheta2017-11-302-2/+50
| | |
| * | Fixes #6604. Rejects unnamed tuples with error.Dominik Picheta2017-11-303-3/+52
| | |
| * | Fixes #6095.Dominik Picheta2017-11-302-22/+53
| | |
| * | Fixes #5856. Code based on @loloiccl's PR (#5879).Dominik Picheta2017-11-302-6/+37
| | |
| * | Emit relative object file paths in genScript (#6835)Yuriy Glukhov2017-11-291-1/+2
| | |
* | | more progress on destructors; removed old destructor based code as it proved ↵Araq2017-12-019-270/+152
| | | | | | | | | | | | confusing
* | | added macros.unpackVarargsAraq2017-11-302-0/+6
| | |
* | | improve the error messages when overloaded '.' operators are involvedAraq2017-11-301-1/+3
| | |
* | | ccgexprs.nim: added support for 'debugMagics'Araq2017-11-301-1/+4
| | |
* | | renderer.nim: support for outputting symbol magics for debuggingAraq2017-11-301-1/+4
| | |
* | | minor code cleanup: remove redundant .final markersAraq2017-11-301-2/+2
|/ /
* | make tests green againAraq2017-11-291-14/+14
| |
* | language change: change how the experimental dot operators workAndreas Rumpf2017-11-295-19/+25
| |
* | added lexer.newlineFollows for parser experimentsAndreas Rumpf2017-11-291-0/+17
| |
* | Update docgen style (#6723)Federico Ceratto2017-11-291-25/+38
| | | | | | | | | | | | Switch to Lato font for better readability Make text darker Make spacing between paragraph and pre block consistent Fix search input box to prevent overlapping with text
* | Fix usage of parameters types in templates #6756 (#6768)Anatoly Galiulin2017-11-292-1/+19
| |
* | Merge pull request #6817 from nim-lang/fixes-6223Dominik Picheta2017-11-294-7/+17
|\ \ | | | | | | Fixes #6223.
| * \ Merge branch 'devel' into fixes-6223Andreas Rumpf2017-11-286-46/+67
| |\ \
| * | | Fixes #6223.Dominik Picheta2017-11-284-7/+17
| | | |
* | | | closes #985Araq2017-11-291-1/+25
| | | |
* | | | destructors: harden the test caseAraq2017-11-291-1/+4
| | | |
* | | | destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-292-2/+34
| | | |
* | | | doc gen :test: feature: created a nested directory in order to keep Nim ↵Araq2017-11-281-1/+4
| | | | | | | | | | | | | | | | happy in parallel builds
* | | | fixes #6831Araq2017-11-281-5/+17
| |/ / |/| |
* | | Fixes #4377.Dominik Picheta2017-11-283-30/+51
| | |
* | | mimetypes improvement: make mimetypes easier to use by allowing the ↵Araq2017-11-281-2/+7
| | | | | | | | | | | | extension to start with a dot which is what splitFile().ext returns
* | | newruntime: removed old way of writing destructorsAraq2017-11-282-13/+8
|/ /
* | Show nimscript configuration files during compilation (#6750)Lynn C. Rees2017-11-281-0/+1
| |
* | Add boot directive in nimweb (#6824)Federico Ceratto2017-11-281-1/+1
| | | | | | Enables #6780
* | fixes the new ':test:' featureAraq2017-11-281-1/+1
| |
* | make the tests green againAraq2017-11-281-1/+1
| |