summary refs log tree commit diff stats
path: root/lib/system.nim
Commit message (Expand)AuthorAgeFilesLines
* compiler can emulate thread local variablesAraq2011-06-151-4/+5
* fixed system.nim to use the proper getTypeInfo magicAraq2011-06-101-1/+5
* Added typeinfo moduledom962011-06-091-0/+1
* threads clean up their heapAraq2011-06-041-5/+14
* first steps to thread local heapsAraq2011-06-021-7/+23
* further progress for multi-threadingAraq2011-05-191-1/+2
* thread support: next iterationAraq2011-05-171-3/+3
* further steps for thread support; bootstrapping should require unzip C source...Araq2011-05-161-36/+40
* deprecated system.copy: use system.substr insteadAraq2011-05-141-2/+13
* got rid of isLiftedAraq2011-05-141-4/+4
* debug build works again; sorryAraq2011-05-091-9/+11
* threadvar alternativeAraq2011-05-091-7/+9
* newStringOfCap implemented and used to optimize some procsAraq2011-05-081-1/+7
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-1/+1
* slight change in the spec of unary '..'Araq2011-04-231-3/+1
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-3/+92
* slices are first class citizensAraq2011-04-221-0/+27
* hashtables: 1st version; parseutils additionsAraq2011-04-181-3/+3
* := templatable; lexer improvementsAraq2011-04-171-2/+4
* p[] instead of p^Araq2011-04-111-3/+3
* added another system.open; bugfix: koch clean may not break .git dirs anymoreAraq2011-04-031-7/+11
* bugfix: GC more forgivingAraq2011-04-031-4/+5
* ugh, maybe broke gitAraq2011-04-011-11/+58
* added 'reset' magic procAraq2011-03-251-2/+1
* bugfix: type converter that converts to bool in 'if' contextAraq2011-03-251-0/+5
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-2/+2
* fixes #20Araq2011-03-121-1/+0
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-6/+3
* various bugfixes for generics; added generic sort procAraq2011-03-031-7/+9
* basic continue after error works; interactive mode more usefulAraq2011-02-131-9/+6
* nimgrep: first working versionAraq2011-02-021-4/+4
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-4/+14
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-0/+12
* transf: big refactoring; other small fixesAraq2011-01-051-0/+3
* bugfix: multiple yield statements and loop body varsAraq2010-12-131-3/+12
* bugfix: finally sections are executed before return/breakAraq2010-09-201-0/+3
* threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-191-10/+11
* standard filter supports multiple line expressions; better amd64 detection fo...Araq2010-09-171-2/+4
* fixes for exception handling; added system.compileOptionAraq2010-09-131-24/+33
* bugfix: init of tempsAraq2010-08-241-0/+6
* c2nim: new features & bugfixesAndreas Rumpf2010-08-111-1/+1
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-31/+31
* DLL generation of the stdlib for unixAndreas Rumpf2010-08-041-50/+54
* before stack init changeAndreas Rumpf2010-08-011-3/+7
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-291-32/+22
* bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-221-6/+0
* added system.appType magicAndreas Rumpf2010-07-211-3/+7
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-041-0/+0
* system.each makes more sense with var?Andreas Rumpf2010-05-291-1/+1
* resolved system.nim conflictsAndreas Rumpf2010-05-291-7/+12
|\