summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* typoAndreas Rumpf2019-03-041-1/+1
* make 'doc io.nim' workAndreas Rumpf2019-03-042-2/+4
* make 'nim doc times.nim' work on old versions of OSX againAndreas Rumpf2019-03-041-1/+1
* Merge pull request #10776 from arnetheduck/wasm32-platformDominik Picheta2019-03-032-2/+5
|\
| * add wasm32 platformJacek Sieka2019-03-032-2/+5
|/
* hashes: fix inconsistent tests, fixes #10771narimiran2019-03-031-4/+3
* times.nim: Fix docs for duration conversion procs [ci skip] (#10770)ee72019-03-021-5/+5
* Matching actual proc name (#10766) [ci skip]Anthon van der Neut2019-03-021-1/+1
* Merge pull request #10764 from alaviss/htmlparser-docDominik Picheta2019-03-011-3/+3
|\
| * htmlparser: update exampleLeorize2019-03-021-3/+3
|/
* alloc et al don't have any effect; fixes #9746Araq2019-03-013-25/+25
* improved documentation for several modules (#10752)Miran2019-03-016-177/+325
* Fix corner-case uses of newLit (#10760)zah2019-03-011-5/+11
* Improved posix module, added new posix_utils module (#10723)Federico Ceratto2019-02-284-4/+130
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-2815-403/+354
* gc:destructors: progressAndreas Rumpf2019-02-286-2/+85
* destructor based seqs: bugfixAndreas Rumpf2019-02-281-1/+2
* quickfix: make `tsizeof3` also work on 32-bitnarimiran2019-02-281-2/+2
* Make doku of os.moveFile() more precise. (#10758) [ci skip]Simon Krauter2019-02-281-0/+1
* compiler/commands: keep extension for output file (#10755)alaviss2019-02-281-1/+1
* compiler/[main,docgen]: don't put generated doc in subfolder (#10754)alaviss2019-02-282-2/+6
* add tests, closes #3012, closes #7244narimiran2019-02-271-0/+21
* 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
id='n559' href='#n559'>559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600