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
Commit message (
Expand
)
Author
Age
Files
Lines
*
compiler can emulate thread local variables
Araq
2011-06-15
10
-254
/
+259
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
7
-4
/
+270
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
25
-286
/
+297
*
further improvements for thread analysis
Araq
2011-06-13
7
-17
/
+36
*
basic thread analysis working
Araq
2011-06-13
11
-44
/
+179
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
9
-97
/
+338
*
fixed typos in typeinfo.nim
Araq
2011-06-12
1
-14
/
+14
*
lots of changes and additions to typeinfo.nim
Araq
2011-06-12
1
-88
/
+274
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-06-11
1
-9
/
+18
|
\
|
*
Some typeinfo.nim changes.
dom96
2011-06-11
1
-9
/
+18
*
|
implemented tables.add
Araq
2011-06-11
4
-11
/
+26
|
/
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
20
-362
/
+57
*
fixed system.nim to use the proper getTypeInfo magic
Araq
2011-06-10
2
-2
/
+6
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-06-10
5
-3
/
+210
|
\
|
*
Added typeinfo module
dom96
2011-06-09
5
-3
/
+210
*
|
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
7
-16
/
+15
|
/
*
basic generic collections implemented and tested
Araq
2011-06-07
10
-95
/
+512
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
11
-241
/
+418
*
overloading of [] for derefence operation should be possible now
Araq
2011-06-05
3
-5
/
+31
*
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
9
-46
/
+93
*
bugfixes for semantic checking; thread implementation pushed the compiler
Araq
2011-06-04
8
-126
/
+154
*
first steps to thread local heaps
Araq
2011-06-02
21
-633
/
+1072
*
bugfix second attempt: osproc
Araq
2011-05-22
1
-0
/
+1
*
bugfix stderr osproc
Araq
2011-05-22
1
-7
/
+4
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-05-22
5
-950
/
+1460
|
\
|
*
Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...
dom96
2011-05-22
5
-950
/
+1460
*
|
thread progress
Araq
2011-05-22
1
-5
/
+6
|
/
*
pthread_key_t is respected to be an opaque type ...
Araq
2011-05-20
3
-17
/
+18
*
further progress for multi-threading
Araq
2011-05-19
10
-176
/
+202
*
threads with --gc:boehm may work now :-)
Araq
2011-05-17
2
-51
/
+46
*
still playing with threads
Araq
2011-05-17
3
-15
/
+17
*
lexer, parser cleanup; boehm gc for mac os x
Araq
2011-05-17
6
-100
/
+104
*
thread support: next iteration
Araq
2011-05-17
6
-120
/
+194
*
store a pointer to thread local storage to make the GC happy
Araq
2011-05-16
2
-4
/
+5
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
21
-421
/
+372
*
copy replaced by substr
Araq
2011-05-14
3
-6
/
+6
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-05-14
4
-16
/
+53
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-05-14
43
-180
/
+265
|
|
\
|
*
|
fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...
dom96
2011-05-14
4
-16
/
+53
*
|
|
mmdisp [] instead of ^
Araq
2011-05-14
1
-6
/
+6
|
|
/
|
/
|
*
|
deprecated system.copy: use system.substr instead
Araq
2011-05-14
31
-109
/
+122
*
|
got rid of isLifted
Araq
2011-05-14
2
-11
/
+4
*
|
loop unrolled for stack marking
Araq
2011-05-13
3
-1
/
+33
*
|
debug build works again; sorry
Araq
2011-05-09
4
-54
/
+55
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-05-09
1
-5
/
+22
|
\
|
|
*
tester now outputs json
dom96
2011-05-08
1
-5
/
+22
*
|
threadvar alternative
Araq
2011-05-09
4
-10
/
+24
*
|
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
10
-21
/
+53
|
/
*
bugfix: don't change OSError()'s behaviour
Araq
2011-05-08
2
-14
/
+11
[next]