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
*
bugfix: running for threads
Araq
2011-08-12
1
-1
/
+1
*
added system.running for threads
Araq
2011-08-11
1
-0
/
+8
*
json code generation works again
Araq
2011-08-07
1
-1
/
+1
*
preparation for new 'is' operator; breaks bootstrapping again, sorry (use gen...
Araq
2011-07-31
1
-1
/
+1
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
1
-5
/
+9
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
1
-1
/
+1
*
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
5
-81
/
+103
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
3
-5
/
+86
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
*
preparations for 0.8.12
Araq
2011-07-10
5
-82
/
+129
*
basic message passing working
Araq
2011-07-09
2
-14
/
+50
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
11
-354
/
+642
*
tests are green again
Araq
2011-06-28
1
-5
/
+2
*
bugfix: pegs.nim compiles again
Araq
2011-06-26
1
-2
/
+0
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
6
-143
/
+132
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
5
-41
/
+36
*
tests/reject/temptycaseobj.nim
Araq
2011-06-19
1
-41
/
+4
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-0
/
+37
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
1
-13
/
+19
*
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
[next]