summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix console logger issue; fixes #5546 (#5547)Anatoly Galiulin2017-03-161-2/+5
|
* Make DragonFlyBSD a first class BSD-like OS (#5548)Eugene Kabanov2017-03-164-6/+15
|
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-162-0/+67
|
* fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types ↵andri lim2017-03-163-4/+135
| | | | coming from templates/macros
* Update nep1 to show type keyword on its own lineDominik Picheta2017-03-151-12/+16
|
* hotfix: allocator: don't set origSize to 0Araq2017-03-151-2/+2
|
* decTypeSize on growObj (#5465)Yuriy Glukhov2017-03-151-0/+1
|
* Fixes #5062 (#5527); JS: holes in enumsSilvio2017-03-159-27/+95
|
* fixes #5231 inheriting from partial specialized generic object (#5538)andri lim2017-03-152-9/+59
|
* adding support for using llvm ASAN (#5536)Samantha Marshall2017-03-142-1/+31
|
* fixes #5264 (#5520); inheriting from generic objectandri lim2017-03-146-2/+184
|
* add bitops module for optimized bit manipulation. (#5201)Parashurama2017-03-145-0/+722
|
* asyncdispatch.nim recursion test. (#5534)Eugene Kabanov2017-03-141-0/+21
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-03-1462-442/+818
|\
| * Mentioned that critbits is sorted... (#5524)Mark Summerfield2017-03-141-1/+1
| | | | | | | | Having a lexicographically sorted collection is a big benefit (I asked GvR years ago to add one to Python but it was no then and seems to be no now!). Anyone looking for a such a collection could easily miss the critbits model because very few people have heard of them (according to Wikipedia most people in a ration of approx 750:1 know them as radix trees: https://en.wikipedia.org/wiki/Talk%3ACrit_bit_tree).
| * Minor doc fix as per issue #5523 (#5533)Mark Summerfield2017-03-141-1/+2
| |
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-03-141-1/+1
| |\
| | * Deleted parenthetical phrase (#5526)Mark Summerfield2017-03-141-1/+1
| | | | | | | | | I deleted it because it came across as arrogant. It is also contentious so IMO has no place in a manual.
| * | nimsuggest: when invoked with a directory, detect the main nim file on its ownAndreas Rumpf2017-03-142-1/+24
| | |
| * | nimsuggest: suggest types in a type sectionAndreas Rumpf2017-03-144-3/+23
| |/
| * nimsuggest: make tdot1 test case green againAndreas Rumpf2017-03-141-1/+1
| |
| * nimsuggest: make test green againAndreas Rumpf2017-03-141-2/+2
| |
| * Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-03-1432-260/+474
| |\
| | * sequtils: removed outdated noteAndreas Rumpf2017-03-141-3/+0
| | |
| | * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-03-143-2/+42
| | |\
| | | * fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-133-2/+42
| | | | | | | | | | | | | | | | | | | | * fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2
| | * | valgrind support for nimAndreas Rumpf2017-03-142-0/+23
| | |/
| | * Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)c-blake2017-03-123-9/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix 2 problems. First, 0 is a valid fd on Unix (easily gotten if user first closes all fds and then starts using memfiles). Use -1 instead for an invalid fd. Second, it is best practice to conserve open fds on Unix and file handles on Windows. These handles are not needed unless the user wants to remap the memory with ``mapMem`` (or a hypothetical future ``proc resize``). Adding a new bool param ``allowRemap=false`` to ``memfiles.open`` solves this cleanly in a "mostly" backward compatible way. This is only "mostly" because the default ``false`` case does not keep unneeded resources allocated, but that most sensible default means that any ``mapMem`` callers need to fix all their open calls to have allowRemap=true, as this PR also does for tmemfiles2.nim. * Include backwards compatibility note.