summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #10845Andreas Rumpf2019-03-151-15/+20
* --newruntime: progressAndreas Rumpf2019-03-146-15/+9
* Revert "put extracted modules behind the switch, to enable doc generation"narimiran2019-03-145-6/+1
* put extracted modules behind the switch, to enable doc generationnarimiran2019-03-145-1/+6
* --newruntime: work in progressAndreas Rumpf2019-03-142-43/+47
* gc: removed dead codeAndreas Rumpf2019-03-142-6/+0
* move system.dollars in a separate file (#10829)Miran2019-03-135-24/+176
* Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789)Bogdan2019-03-132-3/+3
* Less warnings in macros (#10799)Arne Döring2019-03-111-10/+2
* system: some documentation improvements (#10809)Miran2019-03-114-36/+56
* move assertions and iterators out of system.nim (#10597)Miran2019-03-073-0/+379
* code cleanup: there is no MoveError and sinks are always availableAndreas Rumpf2019-03-041-5/+0
* make 'doc io.nim' workAndreas Rumpf2019-03-041-0/+1
* add wasm32 platformJacek Sieka2019-03-031-0/+2
* improved documentation for several modules (#10752)Miran2019-03-012-45/+66
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-267-16/+16
* code cleanup: there is no tyOptRefAndreas Rumpf2019-02-227-32/+18
* gc:destructors: make system/repr compileAndreas Rumpf2019-02-211-1/+16
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-132-5/+7
* Add note on channel usage with spawn (#10627) [ci skip]Federico Ceratto2019-02-131-3/+8
* sets: avoid calling countBits32 for 0 (#10619)Brent Pedersen2019-02-131-3/+3
* Move cpp exception handler from system to excpt next to the signal handler (#...cooldome2019-02-131-0/+18
* Merge branch 'devel' into araq-quirky-exceptionsAndreas Rumpf2019-02-0822-267/+593
|\
| * helpers2 now has a real nameAraq2019-02-072-1/+1
| * further system.nim cleanupsAndreas Rumpf2019-02-065-42/+31
| * system refactorings (#10559)Andreas Rumpf2019-02-0612-539/+773
| * fix #10488 GC memory leak regression (#10498)Timothee Cour2019-01-301-1/+4
| * gc: destructors is beginning to work (#10483)Andreas Rumpf2019-01-293-15/+30
| * Add link to nims.html (#10472) [ci skip]Federico Ceratto2019-01-271-0/+1
| * Increase verbosity of logGC (#10449)Matt Haggard2019-01-261-9/+16
| * gc:regions: undo the regression introducing changesAraq2019-01-251-2/+2
| * excpt.nim: code cleanup, don't produce nimFrame in -d:release modeAraq2019-01-231-21/+15
| * OutOfMemError is never raised so there is no need to check for it (produce le...Araq2019-01-231-13/+6
| * make --define:noSignalHandler compile againAraq2019-01-221-1/+1
| * Fix corner case of checked div/mod on x86 (#10406)LemonBoy2019-01-221-15/+29
| * allocators: introduce --define:nimMinHeapPages for tuning mmap calls (omg the...Andreas Rumpf2019-01-192-6/+29
| * Disable interior pointer checking by default for the Boehm GC. (#10316)Reimer Behrends2019-01-151-0/+3
| * Add stdin read support to nimscrit #3983 (#10292)genotrance2019-01-141-3/+26
| * fixes #10271 [backport]Araq2019-01-131-1/+2
| * make system.task compatible with NimScript; refs #10254Araq2019-01-131-2/+3
| * make the stdlib work with the changed docgenAraq2019-01-111-1/+1
| * add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)Vindaar2019-01-102-0/+6
| * add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-082-1/+20
| * system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)alaviss2019-01-081-1/+1
| * fix system.nim documentations (#10168)alaviss2019-01-041-2/+2
| * Guard against null exception (#10162)rec2019-01-041-1/+1
* | --define:nimQuirky exception handling for Nim; in preparation of a blog postAndreas Rumpf2019-01-031-0/+2
|/
* `checkErr` now shows actual system error msg instead of unknown error (#9987)Timothee Cour2018-12-271-3/+14
* GC: avoid pathological behaviour; fixes #10040 [backport] (#10052)Andreas Rumpf2018-12-201-9/+9
* Give better error message when profiler and memProfiler used at same time (#9...Neelesh Chandola2018-12-191-0/+3