summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add template tests for #3691.Dominik Picheta2017-02-061-4/+5
|
* Fixes incorrect scoping in semstmts.semTry.Dominik Picheta2017-02-062-2/+2
|
* More progress towards a working #3691.Dominik Picheta2017-02-035-10/+23
|
* WIP: `as` with generics.Dominik Picheta2017-02-025-10/+21
|
* Fixes based on @Araq's feedback.Dominik Picheta2017-02-013-4/+5
|
* Fixes #3691.Dominik Picheta2017-02-014-19/+41
|
* WIP implementation of `except ExcType as ident` syntax. Refs #3691.Dominik Picheta2017-02-014-3/+82
|
* fix confusing line information for macros that produce errorsAraq2017-02-011-0/+1
|
* make tests on Windows greenAraq2017-01-312-2/+7
|
* testament: OS specific disablesAraq2017-01-312-1/+18
|
* allocator: fixes regression: get alignment right for small objectsAraq2017-01-311-0/+2
|
* make getThreadId() work on OSXAndreas Rumpf2017-01-311-2/+4
|
* another attempt to getThreadId work on Linuxaraq2017-01-311-1/+1
|
* make getThreadId() work on Linuxaraq2017-01-311-3/+6
|
* Merge branch 'devel' into another-channel-fixAraq2017-01-312-10/+5
|\
| * revert nim.cfg to version before b26e6e3 (#5306)Axel Pahl2017-01-311-8/+2
| | | | | | ... to enable building of koch on Linux again
| * execute pdflatex in nonstopmode (#5305)flyx2017-01-311-2/+3
| | | | | | | | * Name is irritating; nonstopmode stops execution if an error occurs instead of asking the user for input.
* | added a testcase for getThreadIdAraq2017-01-311-0/+5
| |
* | make AVL tree node part of the memory regions; fixes hard to reproduce ↵Araq2017-01-311-1/+1
| | | | | | | | channel crashes
* | make AVL tree node part of the memory regions; fixes hard to reproduce ↵Araq2017-01-311-15/+15
| | | | | | | | channel crashes
* | added system.getThreadId for various OSes (untested)Araq2017-01-311-1/+31
| |
* | dirty changes to Nim's memory tracker; requires cleanupsAraq2017-01-311-1/+6
|/
* fix the racy allocator properlyAndreas Rumpf2017-01-311-1/+1
|
* added test case; threadex example crashes nowAraq2017-01-304-2/+32
|
* fixes #5301Araq2017-01-303-44/+68
|
* niminst updatesAraq2017-01-301-0/+2
|
* finish.nim: yet another GCC detection problem fixedAraq2017-01-301-2/+3
|
* deprecated nativesockets.dealloc, use freeAddrInfo instead; fixed stdlib ↵Andreas Rumpf2017-01-306-33/+35
| | | | deprecations
* Appveyor integration config (#5295)Eugene Kabanov2017-01-291-0/+75
|
* made nodecl implicit for vars in the js backend. (#5297)Michael Jendrusch2017-01-293-2/+15
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-01-291-0/+2
|\
| * Travis: Use Ubuntu 14.04 instead of 12.04.Dominik Picheta2017-01-291-1/+3
| |
* | another attempt to make travis greenAndreas Rumpf2017-01-291-1/+1
|/
* minor website improvementAndreas Rumpf2017-01-292-2/+2
|
* Another attempt to fix travis.Dominik Picheta2017-01-291-1/+1
|
* attempt to make travis green againAndreas Rumpf2017-01-291-1/+1
|
* Merge branch 'cheatfate-Fix5290_1' into develAndreas Rumpf2017-01-291-8/+11
|\
| * Merge branch 'Fix5290_1' of https://github.com/cheatfate/Nim into ↵Andreas Rumpf2017-01-291-8/+11
|/| | | | | | | cheatfate-Fix5290_1
| * One more fix for #5290.cheatfate2017-01-281-8/+11
| |
* | niminst: add some disabled code snippet I don't want to loseAraq2017-01-291-1/+9
| |
* | devel version has to be oddAraq2017-01-291-1/+1
| |
* | with dir with space regression againAraq2017-01-291-1/+1
| |
* | Fixes install_*.nims scripts on Linux.Dominik Picheta2017-01-282-2/+2
| |
* | fixes serious regression that was introduced in the handling of .compile pragmaAraq2017-01-282-10/+12
| |
* | NSIS: Install to C:\Nim by default.Dominik Picheta2017-01-281-1/+1
|/
* make tests green againAndreas Rumpf2017-01-281-1/+1
|
* .compile pragma supports patterns and actionsAraq2017-01-284-103/+142
|
* Merge branch 'cheatfate-fix5290' into develAndreas Rumpf2017-01-276-82/+99
|\
| * Merge branch 'fix5290' of https://github.com/cheatfate/Nim into ↵Andreas Rumpf2017-01-276-82/+99
|/| | | | | | | cheatfate-fix5290
| * Fix mistakecheatfate2017-01-271-2/+2
| |
3'>153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224