summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* koch.nim: indentation uses 2 spacesAraq2019-02-201-5/+5
|
* system.nim: avoid 'cannot prove init' warnings for the '..' constructorsAraq2019-02-201-3/+2
|
* add `xmltree.clear`, fixes #3797 (#10711)Miran2019-02-201-0/+29
| | | | | * add `xmltree.clear`, fixes #3797 * use `setLen`
* gc:destructors: sink parameters need to be destroyed properlyAndreas Rumpf2019-02-201-3/+3
|
* gc:destructors: add first test programAndreas Rumpf2019-02-192-1/+20
|
* fixes a critical strutils bug [backport]Araq2019-02-191-1/+1
|
* Replace the duration conversion procs with new improved ones (#10710)Oscar Nihlgård2019-02-192-56/+165
|
* better docs: osproc (#10708)Miran2019-02-195-71/+164
| | | | | * better docs: osproc * fix a typo in the docs, deprecate "demon"
* fixes #6832Araq2019-02-191-5/+2
|
* fixes #10195Araq2019-02-192-35/+46
|
* better docs: strtabs (#10704)Miran2019-02-192-106/+210
|
* document proper imports, fixes #8164 (#10698)Miran2019-02-196-6/+16
|
* error message for accidental use of macro (#10490)Arne Döring2019-02-193-2/+27
| | | | * error message for accidental use of macro
* fixes 10697 [backport]Araq2019-02-192-4/+16
|
* asyncnet.nim: Minor code cleanupAraq2019-02-191-4/+4
|
* add more nimble packages to the test (#10707)Miran2019-02-192-2/+11
|
* manual: fix broken sentencenarimiran2019-02-191-8/+7
|
* manual: typoAndreas Rumpf2019-02-181-1/+1
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2019-02-186-35/+85
|\
| * fixes #10702 (#10705)Andreas Rumpf2019-02-189-50/+118
| | | | | | | | | | | | * --define:nimQuirky exception handling for Nim; in preparation of a blog post * make it work with latest system.nim * make code more readable * fixes #10702
| * fixes #10659 `koch boot` fails on windows (#10660)Timothee Cour2019-02-181-3/+5
| |
| * Prevent crash on pragma templates w/ generics (#10685)LemonBoy2019-02-183-11/+26
| | | | | | | | | | | | | | | | | | * Prevent crash on pragma templates w/ generics * Remove incorrect call to pragma reconversion `semOverloadedCall` may return a node with more elements than the original nkCall node had (implicit and/or explicit generics).
* | make set specification more clear; refs #10524Andreas Rumpf2019-02-181-0/+4
| |
* | make code more readableAndreas Rumpf2019-02-181-3/+3
| |
* | fixed merge conflictAndreas Rumpf2019-02-1819-112/+296
|\|
| * Small CI improvements (#10699)LemonBoy2019-02-182-5/+7
| | | | | | | | | | | | * [appveyor] Cache all the downloaded binaries * [travis] Enable fast_finish
| * Provide access to getsockname()/getpeername()Federico Ceratto2019-02-172-0/+16
| | | | | | | | Port of #3323 with added tests
| * add links to every document, fixes #5515narimiran2019-02-161-1/+14
| |
| * Comment on isSorted complexity. (#10686) [ci skip]Federico Ceratto2019-02-161-1/+1
| |
| * some dom proc correction and complement (#10684)liuxiaodong2019-02-151-4/+9
| |
| * Merge pull request #10680 from narimiran/fix-10561LemonBoy2019-02-151-1/+1
| |\ | | | | | | allow string insert in nimscript, fixes #10561
| | * allow string insert in nimscript, fixes #10561narimiran2019-02-151-1/+1
| |/
| * Return result when found instead of keep iterating for no reason the whole ↵Juan Carlos2019-02-151-0/+1
| | | | | | | | mimedb on mimetypes module (#10675)
| * add more nimble packages for testing (#10671)Miran2019-02-153-43/+79
| |
| * introduce object before tuple in the tutorials (#10664)Arne Döring2019-02-142-31/+102
| |
| * fixes #10651Araq2019-02-143-14/+40
| |
| * osproc: fix minor typoAraq2019-02-141-1/+1
| |
| * deprecated leftovers from era of no unsigned integer types (#10605)Arne Döring2019-02-141-9/+23
| |
| * fix typo in codeReordering error msg (#10667)Timothee Cour2019-02-142-2/+2
| | | | | | | | | | | | * fix typo in codeReordering * reorder=>codeReordering
| * compiler/types: correctly generates signature for non-proc types (#10658)alaviss2019-02-132-1/+21
| | | | | | | | This makes signatures generated for nimsuggest correctly distinguish template/macro/converter from proc.
| * disable talloc2 on 32 bits (#10656)Arne Döring2019-02-131-36/+35
| |
| * 32 bit fixes (#10608)Arne Döring2019-02-1226-135/+165
| |
| * randomize: added doAssert(seed!=0) to avoid invalid (non-random) behavior ↵Timothee Cour2019-02-121-0/+1
| | | | | | | | (#10635)
| * fix travis: add set -e in script (#10631)Timothee Cour2019-02-121-0/+2
| |
| * reduce debug output (#10638)Arne Döring2019-02-121-58/+63
| |
| * Fix codegen problem with strict C++ compilers (#10639)LemonBoy2019-02-121-1/+1
| | | | | | | | | | | | Since tyCString is convertible to a tyPointer we must be extra careful to emit a cast to (void*) in order to appease clang++. Reported by masnagam on the Nim forum.
| * nimsuggest: only log when logging is enabled (#10646)alaviss2019-02-121-2/+2
| | | | | | fixes #6199
| * deprecated list comprehension (#10636)Arne Döring2019-02-121-3/+4
| |
| * Lowercase ext before querying the mimedb on mimetypes module, change ↵Juan Carlos2019-02-121-11/+29
| | | | | | | | isMainModule to runnableExamples (#10644)
| * travis:upgrade to xenial (trusty end of life is april 2019) (#10643)Timothee Cour2019-02-121-1/+1
| |