| Commit message (Expand) | Author | Age | Files | Lines |
* | code generator supports constant sequences; more consistent compile time eval... | Araq | 2011-10-07 | 1 | -1/+1 |
* | bugfix: internal error in evalFieldAccess; parseutils.interpolatedFragments o... | Araq | 2011-09-26 | 1 | -1/+0 |
* | sockets.recv optimizations; stdlib now supports taint mode | Araq | 2011-09-24 | 1 | -1/+0 |
* | renamed optional to discardable | Araq | 2011-09-24 | 1 | -3/+2 |
* | implemented optional pragma for implicit discard | Araq | 2011-09-24 | 1 | -1/+0 |
* | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 1 | -2/+2 |
* | fixed some newly introduced bugs | Araq | 2011-09-21 | 1 | -1/+1 |
* | bugfixes for generics; new threads implementation still broken | Araq | 2011-09-20 | 1 | -0/+13 |
* | new actors implementation for nimrod; compiler's generics still not up for th... | Araq | 2011-08-29 | 1 | -5/+6 |
* | locks now in their own core module | Araq | 2011-08-20 | 1 | -3/+3 |
* | 'pure' is now 'noStackFrame' for procs | Araq | 2011-08-19 | 1 | -1/+0 |
* | implemented --nimcache config option; big clean up of magic words | Araq | 2011-08-19 | 1 | -1/+0 |
* | added xmltree.innerText; fixes #49 | Araq | 2011-08-15 | 1 | -3/+5 |
* | bugfix: running for threads | Araq | 2011-08-12 | 1 | -1/+1 |
* | bugfix: #line generation for windows | Araq | 2011-08-11 | 1 | -0/+11 |
* | further tests for var T result type; ttables test now fails :-( | Araq | 2011-08-10 | 1 | -1/+1 |
* | added system.slurp for easy embedding of resources | Araq | 2011-08-10 | 1 | -0/+1 |
* | modifyable results for generics; teventemitter works | Araq | 2011-08-09 | 1 | -3/+3 |
* | fixes #35, fixes #43 | Araq | 2011-08-08 | 1 | -1/+0 |
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 1 | -0/+1 |
* | documentation for 'var T' as return type | Araq | 2011-08-01 | 1 | -4/+2 |
* | 'var T' for iterators | Araq | 2011-07-31 | 1 | -6/+4 |
* | void type improvements; documentation improvements | Araq | 2011-07-31 | 1 | -6/+0 |
* | void type for generics | Araq | 2011-07-31 | 1 | -1/+6 |
* | 'is' operator for generic code | Araq | 2011-07-31 | 1 | -1/+0 |
* | preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen... | Araq | 2011-07-31 | 1 | -2/+2 |
* | bugfix: forwarding of generic procs now works | Araq | 2011-07-30 | 1 | -1/+1 |
* | bugfix: 'final' not passed to generic | Araq | 2011-07-29 | 1 | -1/+0 |
* | bugfixes; step one for 'var T' as return type support | Araq | 2011-07-28 | 1 | -3/+5 |
* | doc improvements; added lazarus example | Araq | 2011-07-24 | 1 | -2/+2 |
* | old pointer deref operator completely removed | Araq | 2011-07-23 | 1 | -1/+0 |
* | bugfix: proper cache for generic instantiations | Araq | 2011-07-21 | 1 | -1/+1 |
* | shared untraced heap; bugfix: mem corruptions in message passing code | Araq | 2011-07-18 | 1 | -6/+13 |
* | first steps to explicit channels for thread communication; added mainThreadId | Araq | 2011-07-16 | 1 | -3/+5 |
* | version 0.8.12 | Araq | 2011-07-10 | 1 | -1/+2 |
* | preparations for 0.8.12 | Araq | 2011-07-10 | 1 | -17/+4 |
* | basic message passing working | Araq | 2011-07-09 | 1 | -1/+1 |
* | bugfix: 'set' overloadable; further steps for multi threading support | Araq | 2011-07-08 | 1 | -3/+11 |
* | tests are green again | Araq | 2011-06-28 | 1 | -1/+0 |
* | importCompilerProc pragma introduced because the hacks for typeinfo.nim did n... | Araq | 2011-06-27 | 1 | -0/+1 |
* | improvements to get code size down for programs that don't use GC | Araq | 2011-06-26 | 1 | -15/+1 |
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -13/+18 |
* | bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for... | Araq | 2011-06-21 | 1 | -1/+0 |
* | implemented write access to s[i] for macros | Araq | 2011-06-21 | 1 | -1/+12 |
* | bugfix: invoking a generic iterator twice triggers a code gen bug (titer2) | Araq | 2011-06-20 | 1 | -3/+3 |
* | case branches support constant sets for convenience | Araq | 2011-06-19 | 1 | -2/+1 |
* | nicer error messages for used keywords as identifiers | Araq | 2011-06-19 | 1 | -1/+0 |
* | bugfix: empty object case branches produce an error | Araq | 2011-06-19 | 1 | -1/+0 |
* | tests/reject/temptycaseobj.nim | Araq | 2011-06-19 | 1 | -4/+1 |
* | bugfix: typeinfo generation for tuples | Araq | 2011-06-19 | 1 | -6/+6 |