summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-2684-487/+2507
* add gdb commands: koch, nim, nimble (#10741)Arne Döring2019-02-261-0/+54
* minor fix for debug on symbols (#10742)Arne Döring2019-02-261-3/+3
* Prevent options from calling custom ref == operators (#10745)Yuriy Glukhov2019-02-261-3/+18
* make typeToString sane for sequence againAndreas Rumpf2019-02-252-2/+2
* use `initHashSet` and `toHashSet`, fixes #10730 (#10736)Miran2019-02-251-86/+94
* [random] add support for sets (#10532)WhiteDuke2019-02-251-0/+12
* make nimsuggest aware of tyOwnedAndreas Rumpf2019-02-251-1/+1
* strutils: document `parseEnum` [ci skip]narimiran2019-02-251-0/+23
* Fixes #10727. (#10728)deech2019-02-252-2/+11
* Handle IPv6 in bindAddr #7633Federico Ceratto2019-02-232-13/+26
* discard destroys its argument in-place (#9478)LemonBoy2019-02-232-0/+22
* Tuple unpacking now works for `for` vars (#10152)Neelesh Chandola2019-02-237-45/+156
* Open a new scope for `static:` expr blocks (#10649)LemonBoy2019-02-233-1/+21
* manual: document implicit type conversions involving 'range'; refs #10495Andreas Rumpf2019-02-231-1/+13
* Tighten the conversion from tyRange to scalar types (#10495)LemonBoy2019-02-233-16/+68
* disable compile-time FFI supportAndreas Rumpf2019-02-232-4/+2
* make the VM aware of tyOwnedAndreas Rumpf2019-02-231-4/+4
* FFI at CT (#10150)Timothee Cour2019-02-239-136/+250
* fixes #10678 (#10681)Arne Döring2019-02-231-1/+1
* add tests for recently closed issues (#10722)Miran2019-02-239-1/+177
* first steps in implementing 'owned' pointers; undocumented, do not useAndreas Rumpf2019-02-2312-54/+75
* code cleanup: there is no tyOptRefAndreas Rumpf2019-02-2214-47/+36
* it's spelt callsiteAndreas Rumpf2019-02-223-4/+5
* fix nimble package testsnarimiran2019-02-221-3/+2
* better docs: options (#10720)Miran2019-02-221-54/+226
* gc:destructors: make strutils compile (but still crashes)Andreas Rumpf2019-02-221-7/+12
* gc:destructors: progressAndreas Rumpf2019-02-213-10/+16
* system.nim: spacingAndreas Rumpf2019-02-211-1/+1
* macros.nim: spacingAndreas Rumpf2019-02-211-1/+1
* gc:destructors: make system/repr compileAndreas Rumpf2019-02-213-3/+43
* gc:destructors: slightly more stuff compilesAraq2019-02-202-2/+6
* lib.rst: add link to `asyncstreams`, fixes #6383 [ci skip]narimiran2019-02-201-0/+3
* times.nim: avoid some stdlib dependenciesAraq2019-02-201-5/+5
* 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
* 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
* 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
* 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