summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
| * | | modify getTypeImpl to reduce result to final implementation (#6891)jcosborn2017-12-091-3/+3
* | | | fixes crash related to runnableExamples in Nim doc that yet uses the VMAndreas Rumpf2017-12-091-0/+2
|/ / /
* | | fixes #6889Andreas Rumpf2017-12-081-0/+3
* | | Merge branch 'devel' into araq-new-mm2Araq2017-12-084-15/+44
|\ \ \
| * | | add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-062-1/+5
| * | | fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-041-3/+6
| |/ /
| * | Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-011-11/+33
* | | fixes another sighashes problemAraq2017-12-081-5/+17
* | | Leak detector: give more info for anon ref objectsAraq2017-12-081-1/+4
|/ /
* | make tests green againAraq2017-12-011-2/+0
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-011-1/+2
|\ \
| * | 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-015-236/+44
* | | 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
|/ /
* | language change: change how the experimental dot operators workAndreas Rumpf2017-11-292-5/+5
* | added lexer.newlineFollows for parser experimentsAndreas Rumpf2017-11-291-0/+17
* | Fix usage of parameters types in templates #6756 (#6768)Anatoly Galiulin2017-11-291-1/+1
* | destructors: some improvements for bug #4214: object constructors are moved tooAraq2017-11-291-2/+2
* | doc gen :test: feature: created a nested directory in order to keep Nim happy...Araq2017-11-281-1/+4
* | fixes #6831Araq2017-11-281-5/+17
* | 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
* | fixes the new ':test:' featureAraq2017-11-281-1/+1
* | make the tests green againAraq2017-11-281-1/+1
* | fixes #6820Araq2017-11-281-3/+3
* | the documentation generator now supports ':test:' for the testing of test sni...Araq2017-11-283-10/+31
* | fixes system.runnableExamples; strutils makes use of runnableExamplesAraq2017-11-261-2/+2
* | the documentation generator now supports system.runnableExamplesAraq2017-11-266-57/+110
* | make tests green againAraq2017-11-231-0/+5
* | make tests green againAraq2017-11-231-0/+1
* | fixes not-nil regressionAraq2017-11-231-1/+1
* | fixes #3993Araq2017-11-231-1/+2
* | fixes #4686Araq2017-11-231-1/+1
* | fixes #6489Araq2017-11-235-5/+13
* | minor optimization for propagateToOwnerAraq2017-11-231-4/+1
* | fixes #6555Araq2017-11-231-0/+1
* | fixes #6682Araq2017-11-223-2/+9
* | improve error message for bug #6788Araq2017-11-221-1/+4
* | fixes #6445 (concepts for the JS target)Andreas Rumpf2017-11-221-3/+4
* | fixes #6568Andreas Rumpf2017-11-221-1/+1
* | language change: 'generic' and 'atomic' are not keywords anymoreAndreas Rumpf2017-11-214-15/+9
* | added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-1/+2
* | OS X has no llvm-ar tool; use ar insteadAraq2017-11-211-1/+5
* | macros.nim: deprecated ! operatorAndreas Rumpf2017-11-191-2/+4
* | fixes #5521 object variants superclass trigger bad codegen (#6120)andri lim2017-11-191-8/+5
* | Fixes #5979 (#5980)Yuriy Glukhov2017-11-191-2/+8
* | fixes #6724Andreas Rumpf2017-11-191-3/+3