summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11181 from nim-lang/pending-future-trackingAndreas Rumpf2019-05-081-0/+6
|\
| * Implements pending future tracking in async.Dominik Picheta2019-05-061-0/+6
* | fixes #10978Araq2019-05-061-1/+4
* | iterators: several small fixes (#11162)Miran2019-05-041-24/+51
|/
* Fix header inconsistencies in documentation (#11071)Zed2019-04-231-2/+3
* make -d:nimQuirky work with develAndreas Rumpf2019-04-202-1/+3
* hotfix: nimParseBiggestFloat needs to be patched for the newer string impleme...Andreas Rumpf2019-04-201-20/+20
* Compiler plugin for implementing incremental computation in user space (#10819)cooldome2019-04-111-0/+19
* fixes #10765 (#10993) [backport]cooldome2019-04-111-4/+21
* make tests green againAraq2019-04-091-2/+6
* make it compile with older nim versionsAraq2019-04-082-0/+5
* respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modulesAraq2019-04-082-60/+63
* add back what was requiredAraq2019-04-041-0/+6
* refactoring: move threadlocalstorage into its own fileAraq2019-04-043-326/+253
* fixes #10953Andrii Riabushenko2019-04-031-1/+1
* attempt to make the CIs green againAraq2019-04-021-5/+1
* do not display stacktrace twice, fixes #10922 (#10939)Miran2019-04-021-1/+0
* code cleanup (#10874)Arne Döring2019-03-283-26/+36
* use atomicInc/atomicDec (#10906)Miran2019-03-271-6/+5
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-1/+1
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2019-03-212-5/+9
|\
| * use abort instead of quit (#10872)Arne Döring2019-03-212-5/+9
* | fixes -d:nimTypeNames leak detection regressionAndreas Rumpf2019-03-211-4/+4
|/
* make DLLs tests green againAndreas Rumpf2019-03-151-1/+1
* 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