| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | iterators: several small fixes (#11162) | Miran | 2019-05-04 | 1 | -24/+51 |
|/ |
|
* | Fix header inconsistencies in documentation (#11071) | Zed | 2019-04-23 | 1 | -2/+3 |
* | make -d:nimQuirky work with devel | Andreas Rumpf | 2019-04-20 | 2 | -1/+3 |
* | hotfix: nimParseBiggestFloat needs to be patched for the newer string impleme... | Andreas Rumpf | 2019-04-20 | 1 | -20/+20 |
* | Compiler plugin for implementing incremental computation in user space (#10819) | cooldome | 2019-04-11 | 1 | -0/+19 |
* | fixes #10765 (#10993) [backport] | cooldome | 2019-04-11 | 1 | -4/+21 |
* | make tests green again | Araq | 2019-04-09 | 1 | -2/+6 |
* | make it compile with older nim versions | Araq | 2019-04-08 | 2 | -0/+5 |
* | respect -d:useMalloc everywhere; turn ansi_c and memory into proper Nim modules | Araq | 2019-04-08 | 2 | -60/+63 |
* | add back what was required | Araq | 2019-04-04 | 1 | -0/+6 |
* | refactoring: move threadlocalstorage into its own file | Araq | 2019-04-04 | 3 | -326/+253 |
* | fixes #10953 | Andrii Riabushenko | 2019-04-03 | 1 | -1/+1 |
* | attempt to make the CIs green again | Araq | 2019-04-02 | 1 | -5/+1 |
* | do not display stacktrace twice, fixes #10922 (#10939) | Miran | 2019-04-02 | 1 | -1/+0 |
* | code cleanup (#10874) | Arne Döring | 2019-03-28 | 3 | -26/+36 |
* | use atomicInc/atomicDec (#10906) | Miran | 2019-03-27 | 1 | -6/+5 |
* | improvements on the hot code reloading support (#10892) | Viktor Kirilov | 2019-03-23 | 1 | -1/+1 |
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2019-03-21 | 2 | -5/+9 |
|\ |
|
| * | use abort instead of quit (#10872) | Arne Döring | 2019-03-21 | 2 | -5/+9 |
* | | fixes -d:nimTypeNames leak detection regression | Andreas Rumpf | 2019-03-21 | 1 | -4/+4 |
|/ |
|
* | make DLLs tests green again | Andreas Rumpf | 2019-03-15 | 1 | -1/+1 |
* | fixes #10845 | Andreas Rumpf | 2019-03-15 | 1 | -15/+20 |
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 6 | -15/+9 |
* | Revert "put extracted modules behind the switch, to enable doc generation" | narimiran | 2019-03-14 | 5 | -6/+1 |
* | put extracted modules behind the switch, to enable doc generation | narimiran | 2019-03-14 | 5 | -1/+6 |
* | --newruntime: work in progress | Andreas Rumpf | 2019-03-14 | 2 | -43/+47 |
* | gc: removed dead code | Andreas Rumpf | 2019-03-14 | 2 | -6/+0 |
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 5 | -24/+176 |
* | Make HWND a pointer instead of a cint and fix MSVC compiler warning (#10789) | Bogdan | 2019-03-13 | 2 | -3/+3 |
* | Less warnings in macros (#10799) | Arne Döring | 2019-03-11 | 1 | -10/+2 |
* | system: some documentation improvements (#10809) | Miran | 2019-03-11 | 4 | -36/+56 |
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 3 | -0/+379 |
* | code cleanup: there is no MoveError and sinks are always available | Andreas Rumpf | 2019-03-04 | 1 | -5/+0 |
* | make 'doc io.nim' work | Andreas Rumpf | 2019-03-04 | 1 | -0/+1 |
* | add wasm32 platform | Jacek Sieka | 2019-03-03 | 1 | -0/+2 |
* | improved documentation for several modules (#10752) | Miran | 2019-03-01 | 2 | -45/+66 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 7 | -16/+16 |
* | code cleanup: there is no tyOptRef | Andreas Rumpf | 2019-02-22 | 7 | -32/+18 |
* | gc:destructors: make system/repr compile | Andreas Rumpf | 2019-02-21 | 1 | -1/+16 |
* | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-13 | 2 | -5/+7 |
* | Add note on channel usage with spawn (#10627) [ci skip] | Federico Ceratto | 2019-02-13 | 1 | -3/+8 |
* | sets: avoid calling countBits32 for 0 (#10619) | Brent Pedersen | 2019-02-13 | 1 | -3/+3 |
* | Move cpp exception handler from system to excpt next to the signal handler (#... | cooldome | 2019-02-13 | 1 | -0/+18 |
* | Merge branch 'devel' into araq-quirky-exceptions | Andreas Rumpf | 2019-02-08 | 22 | -267/+593 |
|\ |
|
| * | helpers2 now has a real name | Araq | 2019-02-07 | 2 | -1/+1 |
| * | further system.nim cleanups | Andreas Rumpf | 2019-02-06 | 5 | -42/+31 |
| * | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 12 | -539/+773 |
| * | fix #10488 GC memory leak regression (#10498) | Timothee Cour | 2019-01-30 | 1 | -1/+4 |
| * | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 3 | -15/+30 |
| * | Add link to nims.html (#10472) [ci skip] | Federico Ceratto | 2019-01-27 | 1 | -0/+1 |