index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler can emulate thread local variables
Araq
2011-06-15
3
-129
/
+125
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
1
-12
/
+0
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-06-10
1
-2
/
+8
|
\
|
*
Added typeinfo module
dom96
2011-06-09
1
-2
/
+8
*
|
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
1
-3
/
+6
|
/
*
ugh cannot get rid of rawEcho yet because old compiler relies on it
Araq
2011-06-05
1
-0
/
+3
*
threads clean up their heap
Araq
2011-06-04
4
-27
/
+67
*
bugfixes for semantic checking; thread implementation pushed the compiler
Araq
2011-06-04
4
-64
/
+73
*
first steps to thread local heaps
Araq
2011-06-02
7
-261
/
+583
*
pthread_key_t is respected to be an opaque type ...
Araq
2011-05-20
1
-13
/
+12
*
further progress for multi-threading
Araq
2011-05-19
7
-69
/
+66
*
threads with --gc:boehm may work now :-)
Araq
2011-05-17
1
-5
/
+4
*
still playing with threads
Araq
2011-05-17
2
-14
/
+16
*
lexer, parser cleanup; boehm gc for mac os x
Araq
2011-05-17
1
-1
/
+6
*
thread support: next iteration
Araq
2011-05-17
3
-26
/
+107
*
store a pointer to thread local storage to make the GC happy
Araq
2011-05-16
1
-2
/
+3
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
7
-146
/
+216
*
mmdisp [] instead of ^
Araq
2011-05-14
1
-6
/
+6
*
loop unrolled for stack marking
Araq
2011-05-13
2
-1
/
+14
*
debug build works again; sorry
Araq
2011-05-09
3
-45
/
+44
*
threadvar alternative
Araq
2011-05-09
2
-2
/
+14
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
4
-46
/
+88
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
2
-5
/
+13
*
optional native stack traces
Araq
2011-04-29
1
-2
/
+2
*
const table support
Araq
2011-04-29
1
-4
/
+4
*
:= templatable; lexer improvements
Araq
2011-04-17
1
-1
/
+5
*
p[] instead of p^
Araq
2011-04-11
4
-44
/
+44
*
bugfix: GC more forgiving
Araq
2011-04-03
1
-1
/
+4
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-27
/
+46
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
3
-11
/
+14
*
fixes #20
Araq
2011-03-12
2
-2
/
+34
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
1
-1
/
+1
*
basic continue after error works; interactive mode more useful
Araq
2011-02-13
1
-1
/
+3
*
documentation improvements
Araq
2011-01-31
1
-7
/
+0
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
1
-1
/
+9
*
changes to threads; --recursivePath support
Araq
2011-01-29
1
-1
/
+25
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
3
-98
/
+9
*
docgen: module dependencies are now listed
Araq
2011-01-16
1
-13
/
+24
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
1
-1
/
+1
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
1
-2
/
+3
*
added strutils.align
Araq
2010-12-07
1
-10
/
+10
*
commit before ov-res changes
Araq
2010-12-07
1
-4
/
+23
*
renamed lock->aquire
Araq
2010-11-18
2
-20
/
+20
*
docgen understands and ignores *when false*
Araq
2010-11-18
1
-4
/
+1
*
version 0.8.10
Araq
2010-10-21
1
-4
/
+5
*
bugfix: finally sections are executed before return/break
Araq
2010-09-20
1
-1
/
+0
*
threading code deactivated; tiny C bugfix: don't report warnings to error cal...
Araq
2010-09-19
4
-79
/
+119
*
fixes for exception handling; added system.compileOption
Araq
2010-09-13
3
-29
/
+110
*
tiny C support; cosmetic improvements for the docs
Araq
2010-08-28
2
-9
/
+9
[next]