summary refs log tree commit diff stats
path: root/web
Commit message (Expand)AuthorAgeFilesLines
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+3
* old pointer deref operator completely removedAraq2011-07-231-0/+2
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-221-1/+1
* bugfix: proper cache for generic instantiationsAraq2011-07-212-3/+21
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-0/+2
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-1/+3
* 0.8.12 bugfix: some files not in download packageAraq2011-07-112-4/+20
* version 0.8.12Araq2011-07-101-1/+1
* preparations for 0.8.12Araq2011-07-104-26/+49
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-082-1/+2
* bugfix: pegs.nim compiles againAraq2011-06-261-1/+2
* improvements to get code size down for programs that don't use GCAraq2011-06-261-1/+1
* code gen bugfixes; marshal.nim implementedAraq2011-06-262-4/+8
* zipfiles compiles again; added system.shallowCopyAraq2011-06-201-1/+2
* case branches support constant sets for convenienceAraq2011-06-191-0/+2
* got rid of unsound co/contravariance in procvarsAraq2011-06-171-0/+1
* readFile raises EIO instead of returning nil; added system.writeFileAraq2011-06-161-1/+4
* added encodings stdlibAraq2011-06-162-1/+2
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-151-0/+1
* bugfix: endless loop in parser; added sphinx wrapperAraq2011-06-142-1/+2
* intsets are now a proper module and part of the stdlibAraq2011-06-142-1/+3
* basic generic collections implemented and testedAraq2011-06-072-0/+4
* bugfix: generic instantiation across module boundariesAraq2011-06-061-9/+4
* threads clean up their heapAraq2011-06-041-0/+2
* first steps to thread local heapsAraq2011-06-022-5/+7
* Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...dom962011-05-221-1/+1
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-0/+1
* deprecated system.copy: use system.substr insteadAraq2011-05-141-0/+1
* newStringOfCap implemented and used to optimize some procsAraq2011-05-081-1/+2
* C source regeneratedAraq2011-04-241-0/+2
* hashtables: 1st version; parseutils additionsAraq2011-04-181-0/+1
* p[] instead of p^Araq2011-04-111-0/+4
* added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-031-1/+2
* added 'reset' news entry; fixed #23Araq2011-03-251-0/+1
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-1/+1
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-1/+5
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-1/+2
* tests themselves contain the expected resultAraq2011-02-201-0/+2
* bugfix: readline wrapper; bugfix: evaluation of type conversionsAraq2011-02-141-0/+4
* REPL improvementsAraq2011-02-131-4/+4
* non-nil AST; continue after errors for IDE supportAraq2011-02-122-0/+1
* changed handling of generalized string literalsAraq2011-02-071-0/+2
* nimgrep --ext supportAraq2011-02-021-0/+4
* nimgrep: first working versionAraq2011-02-021-0/+1
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-2/+3
* changes to threads; --recursivePath supportAraq2011-01-291-1/+3
* c2nim: bugfix: less picky about newlines in preprocessor definesAraq2011-01-191-1/+2
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-0/+1
* explicit indices in array literalsAraq2011-01-161-0/+2
* json module changesAraq2011-01-151-1/+1