Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | disable new alloctor behaviour for emscripten | Andreas Rumpf | 2016-12-27 | 1 | -4/+5 |
| | |||||
* | fixes #4818 | Araq | 2016-12-18 | 1 | -2/+22 |
| | |||||
* | further memtracking improvements | Andreas Rumpf | 2016-11-24 | 1 | -0/+6 |
| | |||||
* | bugfix: bottom of AVL tree is now threadsafe | Andreas Rumpf | 2016-09-24 | 1 | -2/+2 |
| | |||||
* | clean up a few stray c_stdout's in gc debug code | Jacek Sieka | 2016-07-31 | 1 | -3/+3 |
| | |||||
* | fix types of ansi_c/sysio to more closely match C ABI | Jacek Sieka | 2016-06-05 | 1 | -2/+2 |
| | | | | | also fixes some instances of using C library functions when there are nim alternatives available | ||||
* | fixes #3184 | Andreas Rumpf | 2016-05-22 | 1 | -29/+32 |
| | |||||
* | beginnings of --gc:stack | Andreas Rumpf | 2016-03-12 | 1 | -147/+1 |
| | |||||
* | further progress on --gc:v2 | Andreas Rumpf | 2016-02-17 | 1 | -4/+4 |
| | |||||
* | Use ByteAddress instead of deprecated TAddress | def | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | lambda lifting support for iterToProc plugin | Araq | 2015-12-01 | 1 | -1/+4 |
| | |||||
* | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-10-01 | 1 | -4/+7 |
|\ | |||||
| * | Add option to disable munmap() use in the allocator. | Reimer Behrends | 2015-09-18 | 1 | -4/+7 |
| | | | | | | | | | | | | When compiling with '-d:nimAllocNoUnmap', the allocator will not attempt to return large chunks to the OS. For certain allocation behaviors, this can be a significant speedup. | ||||
* | | mmap non PageSize aligned support | Andrey Sobolev | 2015-09-10 | 1 | -1/+48 |
|/ | | | | mmap non PageSize aligned support | ||||
* | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 1 | -9/+24 |
| | |||||
* | Fix typos in comments | def | 2015-06-21 | 1 | -1/+1 |
| | |||||
* | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -90/+94 |
| | |||||
* | Use more Natural and Positive numbers in proc parameters | def | 2015-04-06 | 1 | -102/+102 |
| | | | | | - Didn't go through all modules, only the main ones I thought of - Building the compiler and tests still work | ||||
* | some better sysassert messages | Simon Hafner | 2015-04-04 | 1 | -2/+2 |
| | |||||
* | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -2/+2 |
| | |||||
* | system files use new identifiers | Araq | 2014-08-23 | 1 | -35/+35 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -2/+2 |
| | |||||
* | added getTotalSharedMem et al. | Jostein Berre Eliassen | 2014-05-20 | 1 | -0/+16 |
| | |||||
* | first version of 'spawn' | Araq | 2014-04-16 | 1 | -2/+5 |
| | |||||
* | improvements for 'pretty' | Araq | 2013-12-28 | 1 | -3/+3 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -23/+23 |
| | |||||
* | case consistency part 1 | Araq | 2013-12-27 | 1 | -22/+23 |
| | |||||
* | implemented 'injectStmt'; more debug support | Araq | 2013-12-16 | 1 | -1/+1 |
| | |||||
* | GC: even more stress testing | Araq | 2013-10-31 | 1 | -3/+12 |
| | |||||
* | bugfix: mark&sweep GC | Araq | 2013-03-29 | 1 | -14/+16 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | mark and sweep GC without bitvectors works | Araq | 2013-02-19 | 1 | -1/+2 |
| | |||||
* | mark and sweep without bitvectors | Araq | 2013-02-19 | 1 | -7/+26 |
| | |||||
* | fixed a serious code generation bug leading to wrong RTTI | Araq | 2012-10-19 | 1 | -3/+3 |
| | |||||
* | attempt to fix #183 | Araq | 2012-10-06 | 1 | -3/+7 |
| | |||||
* | first steps for compiler as a service | Araq | 2012-10-03 | 1 | -1/+2 |
| | |||||
* | implemented a stack trace profiler | Araq | 2012-09-15 | 1 | -0/+2 |
| | |||||
* | objects with no ancestor are not implicitely final | Araq | 2012-08-24 | 1 | -1/+1 |
| | |||||
* | DLLs should work again; fixes #169 | Araq | 2012-07-24 | 1 | -3/+4 |
| | |||||
* | changed integer promotion rules; added math.fmod | Araq | 2012-06-28 | 1 | -2/+2 |
| | |||||
* | bugfix: threading on PowerPC | Araq | 2012-02-02 | 1 | -3/+16 |
| | |||||
* | --tlsEmulation:on works in debug mode again | Araq | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | pragma on/off improvements; endb rewritten | Araq | 2012-01-28 | 1 | -0/+2 |
| | |||||
* | bugfix: endless recursion in 'semAfterMacroCall' | Araq | 2012-01-13 | 1 | -1/+0 |
| | |||||
* | even more sys assertions | Araq | 2012-01-13 | 1 | -0/+24 |
| | |||||
* | more sysasserts for allocator/gc | Araq | 2012-01-12 | 1 | -1/+3 |
| | |||||
* | unsuccessful phantom bug hunting | Araq | 2012-01-08 | 1 | -8/+9 |
| | |||||
* | implemented incompleteStruct pragma; embedded debugger works with posix module | Araq | 2012-01-05 | 1 | -0/+4 |
| | |||||
* | bugfix: +1 unnecessary in resizeString; caused annoying reallocations for ↵ | Araq | 2012-01-02 | 1 | -1/+1 |
| | | | | strings created with 'newStringOfCap' |