summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixes #5285Andreas Rumpf2017-02-045-6/+42
* | | Fix #5331 and #5332.cheatfate2017-02-042-10/+29
* | | Use the correct parallelBuild value. fixes #5328 (#5329)Federico Ceratto2017-02-041-2/+5
* | | nimsuggest: bugfix: also output documentation commentsAndreas Rumpf2017-02-034-24/+38
* | | fixes #5327Andreas Rumpf2017-02-033-6/+45
* | | testament: be verbose when --pedantic failsAndreas Rumpf2017-02-031-1/+3
* | | name mangling bugfixes; ndi file generation for debugger supportAndreas Rumpf2017-02-036-65/+71
* | | critical realloc bugfix; refs #4818Andreas Rumpf2017-02-031-3/+4
* | | reenabled clear test, made clear working (#5323)Arne Döring2017-02-022-24/+25
* | | minor appveyor updateAraq2017-02-021-1/+1
* | | Merge branch 'devel' into new-name-manglingAraq2017-02-026-20/+27
|\ \ \
| * | | make tests on Windows green under --pedanticAraq2017-02-024-17/+15
| * | | minor website updateAraq2017-02-021-2/+8
| * | | fixes #4992Parashurama2017-02-021-1/+4
* | | | new name mangling rules for easier debuggingAndreas Rumpf2017-02-029-59/+90
* | | | attempt to make nimble work againAndreas Rumpf2017-02-021-1/+4
* | | | new name mangling scheme implementedAndreas Rumpf2017-02-025-18/+55
|/ / /
* | | tiny progress on the name manglingAndreas Rumpf2017-02-012-2/+9
* | | updated appveyor.ymlAndreas Rumpf2017-02-011-12/+11
* | | refactoring: explict config state instead of globalsAndreas Rumpf2017-02-0112-79/+110
* | | Fixes #5318.Dominik Picheta2017-02-011-1/+1
|/ /
* | fix string slice & splice (#5311)Parashurama2017-02-012-6/+60
* | Fixes for upcoming asyncdispatch and ioselectors. (#5309)Eugene Kabanov2017-02-016-70/+113
* | fixes #4973Andreas Rumpf2017-02-012-3/+23
* | fixes compiler ignoring passC/passL args when setting --cc:compiler. (#5310)Parashurama2017-02-012-3/+15
* | Allow .async pragma on methods (#5312)Ruslan Mustakov2017-02-011-2/+2
| * Fixes test.Dominik Picheta2017-02-061-1/+1
| * Adds `except T as ident` handling in semtempl.Dominik Picheta2017-02-061-1/+7
| * 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
| * execute pdflatex in nonstopmode (#5305)flyx2017-01-311-2/+3
* | added a testcase for getThreadIdAraq2017-01-311-0/+5
* | make AVL tree node part of the memory regions; fixes hard to reproduce channe...Araq2017-01-311-1/+1
* | make AVL tree node part of the memory regions; fixes hard to reproduce channe...Araq2017-01-311-15/+15
* | 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
|/