summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge pull request #6919 from konqoro/patch-19Dominik Picheta2017-12-131-2/+2
| |\ \ \ \ \
| | * | | | | Small fix for js domkonqoro2017-12-131-2/+2
| |/ / / / /
| * | | | | Fix counttable smallest (#6912)GULPF2017-12-131-2/+7
* | | | | | make tests green againAndreas Rumpf2017-12-131-1/+1
* | | | | | make hidden visibility the default for UnixAraq2017-12-132-0/+4
|/ / / / /
* | | | | Merge branch 'cheatfate-nosproc3' into develAraq2017-12-132-62/+108
|\ \ \ \ \
| * | | | | Merge branch 'nosproc2' of https://github.com/cheatfate/Nim into cheatfate-no...Araq2017-12-132-62/+108
|/| | | | |
| * | | | | Fixcheatfate2017-12-131-1/+1
| * | | | | execProcesses optimization.cheatfate2017-12-121-24/+29
| * | | | | Windows: Fix invalid handle value for `execProcesses`.cheatfate2017-12-121-7/+11
| * | | | | Remove `-3` as marker of exited process.cheatfate2017-12-112-41/+78
* | | | | | improve the docs for tables.addAraq2017-12-122-0/+5
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-124-22/+28
|\ \ \ \ \ \
| * | | | | | Fixed koch warning when installing Nim. (#6898)Gerke Max Preussner2017-12-121-3/+3
| |/ / / / /
| * | | | | fix #6264 and #6141 (#6884)skilchen2017-12-111-2/+6
| * | | | | merged patch #6876 manually, taking care of poDemonAndreas Rumpf2017-12-111-17/+18
| * | | | | allocator: minor fix for deallocOsPagesAndreas Rumpf2017-12-111-0/+1
* | | | | | make tfragment_gc more robustAraq2017-12-121-1/+4
|/ / / / /
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-12-095-9/+37
|\ \ \ \ \
| * | | | | modify getTypeImpl to reduce result to final implementation (#6891)jcosborn2017-12-092-5/+15
| * | | | | Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-093-4/+22
* | | | | | fixes crash related to runnableExamples in Nim doc that yet uses the VMAndreas Rumpf2017-12-091-0/+2
|/ / / / /
* | | | | fixes #6889Andreas Rumpf2017-12-082-0/+18
* | | | | Merge branch 'devel' into araq-new-mm2Araq2017-12-0811-28/+103
|\ \ \ \ \
| * \ \ \ \ Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-0811-28/+103
| |\ \ \ \ \
| | * | | | | optimize setLen (#6816)Brent Pedersen2017-12-071-5/+6
| | * | | | | add dynlibOverrideAll switch (#6873)Charlie Barto2017-12-063-1/+6
| | * | | | | fix documentation comments in sequtils.nimAndreas Rumpf2017-12-051-2/+2
| | * | | | | fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-042-9/+32
| | * | | | | Fixed printing nimsuggest commandline help message (#6863)pqflx32017-12-021-0/+3
| | |/ / / /
| | * | | | Implement codegenDecl for js (#6851)Alexander Ivanov2017-12-013-11/+54
* | | | | | fixes another sighashes problemAraq2017-12-083-5/+31
* | | | | | Leak detector: give more info for anon ref objectsAraq2017-12-081-1/+4
* | | | | | added allocator improvments to the changelog; closes #6031Araq2017-12-081-0/+5
* | | | | | change tfragment_gc test for appveyorAndreas Rumpf2017-12-081-1/+1
* | | | | | parsesql: some bugfixesAndreas Rumpf2017-12-081-2/+3
* | | | | | lets see what appveyor reports as the used memoryAndreas Rumpf2017-12-071-1/+4
* | | | | | enable fragmentation testsAraq2017-12-072-10/+26
* | | | | | cleanup todo.txtAraq2017-12-075-3/+7666
* | | | | | make the new allocator workAraq2017-12-071-8/+15
* | | | | | Threading: increase TLS size for new allocatorAraq2017-12-071-2/+2
* | | | | | GC test workaround: use a lock for 'echo' for WindowsAraq2017-12-071-3/+10
* | | | | | make allocator use the TLSF algorithm; work in progressAraq2017-12-071-30/+127
|/ / / / /
* | | | | bitops: add 'hamming weight' to the doc indexAraq2017-12-031-1/+1
* | | | | osalloc: improve error message when virtualFree failsAraq2017-12-031-1/+1
* | | | | finish.nim: make it work with spaces in the path to curlAraq2017-12-021-1/+1
|/ / / /
* | | | make asyncdispatch compile with the foreign GCsAraq2017-12-011-0/+8
* | | | make tests green againAraq2017-12-012-42/+44
* | | | favor 'select' over 'poll' on Genode (#6821)Emery Hemingway2017-12-012-13/+17
* | | | os.nim bugfix: system() returns bullshit on Posix-like systems in generalAndreas Rumpf2017-12-011-1/+1
5' href='#n15'>15 16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117