summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* destructors/dfa: more documentationAndreas Rumpf2019-03-042-8/+40
* attempt to make the CIs happy by using the older syntaxAndreas Rumpf2019-03-041-1/+1
* nimsuggest: make use project file name if none given for 'sug' command; allow...Andreas Rumpf2019-03-041-4/+8
* ccgexprs.nim: less confusing code layoutAndreas Rumpf2019-03-041-5/+10
* cgen.nim: code cleanupsAndreas Rumpf2019-03-041-15/+17
* special typing rules for owned pointersAndreas Rumpf2019-03-046-19/+52
* code cleanup: there is no MoveError and sinks are always availableAndreas Rumpf2019-03-042-32/+16
* Fixes #10387 (#10743)Tomohiro2019-03-041-8/+21
* Added optional proc parameter to llStreamOpenStdIn (#10769)sealmove2019-03-041-2/+6
* doc: move specific checks to advanced options, for a less intimidatin… (#10...Jacek Sieka2019-03-045-16/+16
* sizealign of union type (#10780)Arne Döring2019-03-042-4/+62
* More depth debug proc (#10782)Arne Döring2019-03-041-89/+209
* compiler/extccomp: use getNimcacheDir for writing build instruction (#10772)alaviss2019-03-041-1/+1
* 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