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
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests/reject/temptycaseobj.nim
Araq
2011-06-19
1
-41
/
+4
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-0
/
+37
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
3
-19
/
+86
*
pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs say
Araq
2011-06-16
1
-24
/
+52
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
4
-36
/
+31
*
added encodings stdlib
Araq
2011-06-16
1
-0
/
+445
*
compiler can emulate thread local variables
Araq
2011-06-15
4
-133
/
+130
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
2
-2
/
+263
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
2
-12
/
+177
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-1
/
+2
*
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
2
-2
/
+24
|
/
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-12
/
+16
*
fixed system.nim to use the proper getTypeInfo magic
Araq
2011-06-10
1
-1
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-06-10
3
-2
/
+204
|
\
|
*
Added typeinfo module
dom96
2011-06-09
3
-2
/
+204
*
|
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
2
-4
/
+7
|
/
*
basic generic collections implemented and tested
Araq
2011-06-07
3
-80
/
+287
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
2
-199
/
+356
*
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
5
-32
/
+81
*
bugfixes for semantic checking; thread implementation pushed the compiler
Araq
2011-06-04
5
-64
/
+79
*
first steps to thread local heaps
Araq
2011-06-02
11
-616
/
+927
*
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
2
-2
/
+16
|
\
|
*
Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...
dom96
2011-05-22
2
-2
/
+16
*
|
thread progress
Araq
2011-05-22
1
-5
/
+6
|
/
*
pthread_key_t is respected to be an opaque type ...
Araq
2011-05-20
2
-16
/
+16
*
further progress for multi-threading
Araq
2011-05-19
9
-174
/
+191
*
threads with --gc:boehm may work now :-)
Araq
2011-05-17
2
-51
/
+46
*
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
5
-120
/
+190
*
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
10
-210
/
+257
*
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
21
-131
/
+190
|
|
\
|
*
|
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
14
-74
/
+85
*
|
got rid of isLifted
Araq
2011-05-14
1
-4
/
+4
*
|
loop unrolled for stack marking
Araq
2011-05-13
2
-1
/
+14
*
|
debug build works again; sorry
Araq
2011-05-09
4
-54
/
+55
*
|
threadvar alternative
Araq
2011-05-09
3
-9
/
+23
*
|
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
4
-15
/
+35
|
/
[next]