summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* --newruntime: progressAndreas Rumpf2019-03-1411-87/+83
* bring back `typetraits.$` for backward compatibilitynarimiran2019-03-141-0/+2
* Revert "put extracted modules behind the switch, to enable doc generation"narimiran2019-03-146-17/+11
* put extracted modules behind the switch, to enable doc generationnarimiran2019-03-146-11/+17
* --newruntime: work in progressAndreas Rumpf2019-03-145-113/+198
* gc: removed dead codeAndreas Rumpf2019-03-142-6/+0
* seqs.nim: added a remark about C++ optimizersAndreas Rumpf2019-03-141-0/+8
* move system.dollars in a separate file (#10829)Miran2019-03-137-209/+222
* Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789)Bogdan2019-03-132-3/+3
* bitops: add reverseBits and test (#10835)Tomohiro2019-03-131-0/+45
* Merge pull request #10823 from narimiran/json-tuplesDominik Picheta2019-03-111-13/+7
|\
| * simplify json.% for tuples and objectsnarimiran2019-03-111-13/+7
* | Less warnings in macros (#10799)Arne Döring2019-03-112-20/+34
|/
* system: some documentation improvements (#10809)Miran2019-03-115-813/+1405
* Revert "Follow the documentation's recommendation (#10808)"narimiran2019-03-101-2/+1
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-082-182/+180
* documentation style tweaks (#10790)Miran2019-03-081-4/+4
* Follow the documentation's recommendation (#10808)Anthon van der Neut2019-03-081-1/+2
* move assertions and iterators out of system.nim (#10597)Miran2019-03-074-423/+444
* fixes #10795Andreas Rumpf2019-03-061-5/+5
* Merge pull request #10787 from silent-observer/patch-1Dominik Picheta2019-03-051-1/+1
|\
| * Remove varsilent-observer2019-03-051-1/+1
* | fixes a critical GC safety inference bug (#10615)Andreas Rumpf2019-03-051-2/+2
|/
* stdlib: use system.default if it existsAndreas Rumpf2019-03-052-12/+10
* added system.default in order to prevent the abstraction inversion that 'temp...Andreas Rumpf2019-03-051-0/+4
* make exception handling use owned refsAndreas Rumpf2019-03-051-5/+13
* attempt to make the CIs happy by using the older syntaxAndreas Rumpf2019-03-041-1/+1
* special typing rules for owned pointersAndreas Rumpf2019-03-041-15/+35
* code cleanup: there is no MoveError and sinks are always availableAndreas Rumpf2019-03-042-32/+16
* 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
* add wasm32 platformJacek Sieka2019-03-031-0/+2
* 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
* 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-282-4/+128
* StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)Arne Döring2019-02-289-273/+216
* gc:destructors: progressAndreas Rumpf2019-02-282-1/+2
* destructor based seqs: bugfixAndreas Rumpf2019-02-281-1/+2
* Make doku of os.moveFile() more precise. (#10758) [ci skip]Simon Krauter2019-02-281-0/+1
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-2622-69/+1026
* Prevent options from calling custom ref == operators (#10745)Yuriy Glukhov2019-02-261-3/+18
* use `initHashSet` and `toHashSet`, fixes #10730 (#10736)Miran2019-02-251-86/+94
* [random] add support for sets (#10532)WhiteDuke2019-02-251-0/+12
* strutils: document `parseEnum` [ci skip]narimiran2019-02-251-0/+23
* Handle IPv6 in bindAddr #7633Federico Ceratto2019-02-231-13/+12