summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #5618Andreas Rumpf2017-03-281-1/+4
|
* Implement touch event types/procs in DOM module.Dominik Picheta2017-03-271-0/+30
|
* Fixes the order in which FutureVar and return completions are made.Dominik Picheta2017-03-271-10/+17
| | | | | | | | | This caused a pretty bad and subtle bug in the asynchttpserver. As far as I can understand, the fact that the returned future was being completed first meant that the underlying async procedure could continue running and thus clean() the FutureVar and request new data. The control then went back and the FutureVar was completed again causing an error.
* fixes #3847 (#5609)Andreas Rumpf2017-03-274-29/+36
|
* compiler: better error messages (#5613)Andreas Rumpf2017-03-268-29/+37
|
* Fix segfault in db_mysql fastRows (#5605)pgkos2017-03-261-4/+20
|
* fixes #5599 (#5610)Andreas Rumpf2017-03-266-9/+26
|
* update linenoise (#5357)Arne Döring2017-03-253-56/+158
|
* JS: Times: Add timezone prop to TimeInfo. (#5581)Konstantin Molchanov2017-03-251-0/+1
|
* fixes #5597; wrong eager template instantiation in generic context (#5601)Andreas Rumpf2017-03-242-3/+16
|
* Deques compilation error fix (#5591)Dmitriy Fomichev2017-03-242-2/+19
|
* Added few documentation lines for the unsafeAddr operator. (#5362)Arne Döring2017-03-231-3/+7
|
* Fix posix version of moveFile between different filesystems (#5580)Anatoly Galiulin2017-03-233-21/+48
|
* fixes #5241, fixes #5411 inherit from specialized generic typeRel problem ↵andri lim2017-03-232-10/+89
| | | | (#5573)
* Implement asyncfile.readToStream.Dominik Picheta2017-03-231-0/+10
|
* Implement requestAnimationFrame and cancelAnimationFrame in dom module.Dominik Picheta2017-03-231-0/+2
|
* Improve os.getFileSize documentation to specify the unit.Dominik Picheta2017-03-231-1/+2
|
* Fix typodef2017-03-231-1/+1
|
* fixes #5598Araq2017-03-231-0/+1
|
* Fixes #4719. (#5585)Eugene Kabanov2017-03-234-19/+84
|
* fix empty link file list during external compilation (#5577)Emery Hemingway2017-03-231-8/+18
|
* Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)zah2017-03-235-15/+36
|
* fix taliasinequality test case (#5587)andri lim2017-03-221-6/+6
|
* Reduce the scope of stackTrace var (#5583)Ruslan Mustakov2017-03-222-2/+8
| | | Fixes #5571.
* tut1.rst: Slices indices explanation (#5569)jlp7652017-03-221-1/+22
|
* koch: cleanup its help output, remove cruftAraq2017-03-211-18/+14
|
* nimsuggest: die with a project dir/file that doesn't existAraq2017-03-211-0/+4
|
* make semObjConstr robust for nimsuggestAraq2017-03-211-3/+3
|
* koch: vcc is also built with 'koch tools'Araq2017-03-211-1/+5
|
* Update testament to include all tests from tests/threads category. (#5576)Eugene Kabanov2017-03-204-19/+8
|
* mark symbols in getAst context as usedAndreas Rumpf2017-03-201-1/+5
|
* add test case for getAst regressionAndreas Rumpf2017-03-201-0/+23
|
* revert getAst handling to not use overloading resolutionAndreas Rumpf2017-03-202-2/+19
|
* fixes a potential endless loopAndreas Rumpf2017-03-201-1/+1
|
* nimsuggest: prefixes of abbreviations don't countAndreas Rumpf2017-03-201-1/+5
|
* fix getTypeImpl for tyEnum (#5568)jcosborn2017-03-192-1/+7
| | | | | * fixed getTypeImpl for tyEnum * fixed getType for enum and updated release notes about change
* fix #5296 (#5565)zah2017-03-192-0/+17
|
* Fix #4972. (#5567)Eugene Kabanov2017-03-191-5/+10
|
* update news.rst about the breaking changesAraq2017-03-181-1/+11
|
* Fix #5550 (#5553)Ryan Gonzalez2017-03-182-2/+2
|
* resolved unittest conflictAraq2017-03-181-72/+265
|\
| * Add support for custom test report formatters (#5556)Ruslan Mustakov2017-03-181-75/+268
| | | | | | | | | | Implement ConsoleOutputFormatter that is backward compatible with the previous implementation. Implement JUnitOutputFormatter which can be added externally.
* | overloading resolution for getAst; breaking changeAraq2017-03-185-18/+44
|/
* fixes #5228Andreas Rumpf2017-03-183-5/+20
|
* strutils.nim: make removeSuffix robust on empty stringsAndreas Rumpf2017-03-181-9/+2
|
* fixes #4756 (#5557)zah2017-03-172-2/+22
|
* Fix osproc.peekExitCode() to handle exitcode properly. (#5555)Eugene Kabanov2017-03-171-14/+12
|
* koch: better valgrind supportAndreas Rumpf2017-03-172-5/+26
|
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-179-20/+39
| | | | | | | | | * Fix kqueue.nim and ansi_c.nim to support dragonfly. * Fix ioselectors.nim, threads.nim to support dragonfly. * Fix deprecated dealloc call in tioselectors.nim. * Fix tfsmonitor.nim test to run only on Linux. * Fix osproc.nim return wrong exit codes. * Fix getAppFilename() for dragonfly. * Fix proper exit code handling.
* Cleaned up nep1 and simplified the style choices offered by it.Dominik Picheta2017-03-161-59/+36
|