summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | 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
* | | 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
|\ \ \
| * \ \ 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 happy...Araq2017-11-281-1/+4
* | | | | fixes #6831Araq2017-11-281-5/+17
| |/ / / |/| | |
* | | | Fixes #4377.Dominik Picheta2017-11-283-30/+51
* | | | mimetypes improvement: make mimetypes easier to use by allowing the extension...Araq2017-11-281-2/+7
* | | | 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
* | | fixes the new ':test:' featureAraq2017-11-281-1/+1
* | | make the tests green againAraq2017-11-281-1/+1
* | | Exit nodejs with programResult (#6822)Alexander Ivanov2017-11-281-1/+5
* | | osproc improvement: check API consistency in order to prevent bug #6820Araq2017-11-281-0/+8
* | | fixes #6820Araq2017-11-281-3/+3
* | | fixes the docgen configuration; refs #6780Araq2017-11-281-1/+1
* | | re.nim: removed deprecated symbolsAraq2017-11-281-3/+0
* | | re.nim: Make tests green and deprecate 'parallelReplace'; it should be 'multi...Araq2017-11-281-5/+12
* | | Implement doAssertRaises (#6819)Dominik Picheta2017-11-281-0/+19
* | | Fixed ospaths compilation on js (#6826)Yuriy Glukhov2017-11-281-8/+7
* | | test the snippets in tut2.rstAraq2017-11-281-15/+37
* | | the documentation generator now supports ':test:' for the testing of test sni...Araq2017-11-287-34/+60
* | | tut1.rst makes use of the new ':test:' featureAraq2017-11-281-2/+55
* | | todo.txt updateAraq2017-11-281-0/+3
* | | cleaned up strutils.nimAraq2017-11-281-17/+13
* | | Add visual studio C4297 warning to ignore list (#6815)cooldome2017-11-271-1/+1
* | | Add links to documentation (#6780)Federico Ceratto2017-11-271-9/+63
* | | Add an attempted reproduction for #5531.Dominik Picheta2017-11-261-0/+15
* | | Don't catch-all in asynchttpserver. It hides bugs.Dominik Picheta2017-11-261-4/+1
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-11-269-116/+154
|\ \
| * \ Merge pull request #6810 from Veladus/issue-6804Dominik Picheta2017-11-252-42/+50
| |\ \
| | * | Moved encodeUrl and decodeUrl from cgi to urlVeladus2017-11-252-42/+50
| * | | remove goFree() (#6808)Ștefan Talpalaru2017-11-251-2/+0
| |/ /
| * | Merge pull request #6802 from FedericoCeratto/nodelayDominik Picheta2017-11-252-1/+14
| |\ \