Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -9/+10 | |
* | | | | simplify nimscript.nim | Araq | 2015-08-21 | 1 | -20/+5 | |
* | | | | preparations for Nimble NimScript integrations; minor cleanups | Araq | 2015-08-18 | 1 | -0/+27 | |
* | | | | cleanup destructor building for arrays; still doesn't work | Araq | 2015-08-18 | 1 | -21/+13 | |
|/ / / | ||||||
* | | | implements experimental new config system based on NimScript | Araq | 2015-08-16 | 2 | -4/+159 | |
* | | | Fixed --debugger:on option. Removed c_line from termios. | Yuriy Glukhov | 2015-08-12 | 1 | -6/+6 | |
* | | | fixes #3080 | Araq | 2015-08-02 | 1 | -1/+4 | |
* | | | fixes #3135 | Araq | 2015-08-02 | 1 | -3/+3 | |
* | | | Add arm64 support (untested) | def | 2015-07-31 | 1 | -0/+2 | |
* | | | Add powerpc64el support (untested) | def | 2015-07-31 | 1 | -0/+2 | |
* | | | Add Mipsel CPU support (untested) | def | 2015-07-31 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | fixes #1832 | Araq | 2015-07-24 | 1 | -0/+8 | |
|/ | ||||||
* | implemented system.pinToCpu | Araq | 2015-07-01 | 1 | -10/+40 | |
* | fixes #3014 | Araq | 2015-06-29 | 1 | -1/+1 | |
* | proper distinction between --gc:none and --os:standalone | Araq | 2015-06-29 | 3 | -17/+30 | |
* | Fix #2672. Do not define globalsSlot for native TLS | Sergey Avseyev | 2015-06-26 | 1 | -16/+11 | |
* | Trim trailling spaces | Sergey Avseyev | 2015-06-26 | 2 | -39/+37 | |
* | fixes #2992 | Araq | 2015-06-25 | 1 | -4/+4 | |
* | Merge pull request #2968 from def-/neutral-language | reactormonk | 2015-06-21 | 2 | -6/+6 | |
|\ | ||||||
| * | Fix typos in comments | def | 2015-06-21 | 2 | -6/+6 | |
* | | reworked deprecation to retain old procs | patrick dw | 2015-06-19 | 1 | -1/+5 | |
* | | renamed writeln to writeLine in lib | patrick dw | 2015-06-19 | 1 | -3/+3 | |
* | | Renamed writeln procs to writeLine | patrick dw | 2015-06-18 | 1 | -1/+2 | |
|/ | ||||||
* | Fixed fix of #2917 | yglukhov | 2015-06-17 | 1 | -2/+5 | |
* | Merge pull request #2945 from yglukhov/fix-2917 | Andreas Rumpf | 2015-06-17 | 1 | -3/+16 | |
|\ | ||||||
| * | Fixes #2917 | yglukhov | 2015-06-17 | 1 | -3/+16 | |
* | | Merge pull request #2768 from gokr/fix-repr | Andreas Rumpf | 2015-06-16 | 1 | -5/+11 | |
|\ \ | ||||||
| * | | Tweaked to do commas properly | Göran Krampe | 2015-05-20 | 1 | -3/+3 | |
| * | | Fixes #2749, traverse full inheritance for reprRecord | Göran Krampe | 2015-05-20 | 1 | -5/+11 | |
* | | | Merge pull request #2851 from stefantalpalaru/gogc | Andreas Rumpf | 2015-06-16 | 4 | -7/+205 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | conditional TGenericSeq extension | Stefan Talpalaru | 2015-06-16 | 1 | -2/+4 | |
| * | | TMemRegion -> MemRegion | Stefan Talpalaru | 2015-06-15 | 1 | -5/+6 | |
| * | | cleanup | Stefan Talpalaru | 2015-06-15 | 1 | -5/+0 | |
| * | | Merge branch 'devel' into gogc | Stefan Talpalaru | 2015-06-15 | 24 | -719/+839 | |
| |\ \ | ||||||
| * | | | finalizer support | Stefan Talpalaru | 2015-06-15 | 1 | -0/+6 | |
| * | | | fix growObj() with strings | Stefan Talpalaru | 2015-06-09 | 1 | -0/+2 | |
| * | | | the Go GC - initial implementation | Stefan Talpalaru | 2015-05-31 | 4 | -6/+198 | |
* | | | | Added noUnhandledHandler | yglukhov | 2015-06-15 | 1 | -7/+9 | |
* | | | | Unhandled exceptions handling brought back. | yglukhov | 2015-06-15 | 1 | -0/+24 | |
* | | | | Fixed and slightly changed exception handling. | yglukhov | 2015-06-15 | 1 | -25/+4 | |
| |/ / |/| | | ||||||
* | | | fixes #2909 | Araq | 2015-06-15 | 1 | -1/+1 | |
* | | | Fixed copying of aggregates in JS. | yglukhov | 2015-06-11 | 1 | -22/+30 | |
* | | | fixed threadpool and atomics to work with Visual Studio 32 and 64 bit | Spencer Stirling | 2015-06-09 | 1 | -2/+2 | |
* | | | Merge pull request #2645 from def-/builtin_overflow | Andreas Rumpf | 2015-06-07 | 1 | -54/+122 | |
|\ \ \ | ||||||
| * | | | Use -d:builtinOverflow for builtin overflow checks | def | 2015-05-08 | 1 | -141/+110 | |
| * | | | Use builtin overflow functions of Clang and GCC (WIP, RFC) | def | 2015-05-03 | 1 | -0/+99 | |
* | | | | Fixes compilation with --gc:markandsweep. | Dominik Picheta | 2015-06-04 | 1 | -1/+1 | |
* | | | | lib/system/g-w - Dropped 'T' from types | pdw | 2015-06-04 | 13 | -397/+427 | |
* | | | | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 10 | -244/+258 | |
| |/ / |/| | | ||||||
* | | | Fix Boehm GC on linux | Sergey Avseyev | 2015-05-26 | 1 | -2/+1 |