| Commit message (Expand) | Author | Age | Files | Lines |
* | --tlsEmulation:on works in debug mode again | Araq | 2012-01-29 | 1 | -0/+2 |
* | fixes #89 | Araq | 2012-01-29 | 1 | -3/+7 |
* | pragma on/off improvements; endb rewritten | Araq | 2012-01-28 | 8 | -124/+356 |
* | bugfix: boehm GC improvements | Araq | 2012-01-16 | 1 | -4/+4 |
* | better inferfacing to boehm GC | Araq | 2012-01-15 | 2 | -13/+39 |
* | removed nimKeepAlive as it's not necessary with interior pointer checking | Araq | 2012-01-15 | 1 | -7/+0 |
* | GC: growObj: revert to somewhat more efficient version | Araq | 2012-01-13 | 1 | -3/+3 |
* | bugfix: endless recursion in 'semAfterMacroCall' | Araq | 2012-01-13 | 1 | -1/+0 |
* | even more sys assertions | Araq | 2012-01-13 | 2 | -3/+46 |
* | more sysasserts for allocator/gc | Araq | 2012-01-12 | 2 | -5/+8 |
* | GC: interior pointers on stack are not necessarily aligned | Araq | 2012-01-10 | 1 | -8/+1 |
* | 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 str... | Araq | 2012-01-02 | 2 | -5/+5 |
* | serious allocator bugfixes | Araq | 2012-01-02 | 1 | -3/+10 |
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 24 | -24/+24 |
* | MAP_ANONYMOUS is not always 0x20 for linux; changed the tests | Araq | 2011-12-31 | 1 | -5/+4 |
* | sysio: got rid of now unnecessary length check | Araq | 2011-12-31 | 1 | -2/+0 |
* | Merge pull request #79 from Tass/master | Araq | 2011-12-31 | 1 | -19/+50 |
|\ |
|
| * | fixes for readAll | Simon Hafner | 2011-12-30 | 1 | -17/+22 |
| * | implemented readAll() | Simon Hafner | 2011-12-22 | 1 | -19/+45 |
* | | GC: use simple balanced tree instead of AVL tree | Araq | 2011-12-30 | 2 | -235/+94 |
* | | GC: AVL tree uses unsigned comparisons | Araq | 2011-12-30 | 1 | -7/+7 |
* | | GC stack scanning cares about interior pointers | Araq | 2011-12-30 | 3 | -12/+308 |
* | | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 2 | -1/+25 |
|/ |
|
* | GC: some inlining to improve performance sensitive parts | Araq | 2011-12-13 | 1 | -1/+11 |
* | C code gen: generate even better code for the GC | Araq | 2011-12-12 | 2 | -3/+23 |
* | c2nim compiles again | Araq | 2011-12-12 | 2 | -2/+2 |
* | compiler takes advantage of 'new(Obj|New)RC1 | Araq | 2011-12-12 | 1 | -0/+1 |
* | compiler generates volatile temps to keep C compiler from optimizing away sta... | Araq | 2011-12-12 | 1 | -3/+29 |
* | fixes #71; sorry about the polling implementation | Araq | 2011-12-05 | 1 | -1/+4 |
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 2 | -4/+4 |
* | threads compile again; attempt to fix serious code gen issue (except + return) | Araq | 2011-12-03 | 2 | -11/+11 |
* | bugfixes for .rod files and visual C++ | Araq | 2011-12-03 | 6 | -94/+94 |
* | implemented 'let' statement | Araq | 2011-11-29 | 1 | -1/+2 |
* | fixes #31 | Araq | 2011-11-27 | 1 | -0/+3 |
* | bugfix: tester compiles again | Araq | 2011-11-26 | 1 | -1/+1 |
* | deprecated endOfFile and readLine | Araq | 2011-11-25 | 1 | -11/+8 |
* | fixed bug that kept tls emulation from working | Araq | 2011-11-25 | 1 | -4/+5 |
* | C codegen: generate nimKeepAlive calls at strategic places to keep the C comp... | Araq | 2011-11-24 | 1 | -6/+15 |
* | attempt to fix tunidecode test; GC cares for seq->openArray conversions | Araq | 2011-11-21 | 1 | -0/+6 |
* | tester checks exitcode; osproc additions; DLL fixes; taint mode fixes | Araq | 2011-11-07 | 1 | -35/+38 |
* | DLL generation may work again | Araq | 2011-11-02 | 2 | -8/+10 |
* | Merge branch 'master' of github.com:Araq/Nimrod | Araq | 2011-11-02 | 1 | -1/+2 |
|\ |
|
| * | Fixed the tester. Some fixes and additions for the JS backend. | dom96 | 2011-10-31 | 1 | -1/+2 |
* | | better code generation for constant aggregates | Araq | 2011-11-02 | 1 | -3/+4 |
|/ |
|
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -1/+1 |
* | thread local vs. global system.raiseHook | Araq | 2011-10-23 | 1 | -2/+4 |
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -5/+14 |
* | more fixes to get rid of tyPureObject | Araq | 2011-09-24 | 2 | -3/+3 |