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
/
core
Commit message (
Collapse
)
Author
Age
Files
Lines
*
preparations for 0.8.12
Araq
2011-07-10
1
-8
/
+8
|
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵
Araq
2011-06-27
1
-9
/
+16
|
|
|
|
not suffice
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
2
-296
/
+222
|
*
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
|
*
Some typeinfo.nim changes.
dom96
2011-06-11
1
-9
/
+18
|
*
Added typeinfo module
dom96
2011-06-09
1
-0
/
+195
|
*
first steps to thread local heaps
Araq
2011-06-02
1
-348
/
+0
|
*
thread progress
Araq
2011-05-22
1
-5
/
+6
|
*
pthread_key_t is respected to be an opaque type ...
Araq
2011-05-20
1
-3
/
+4
|
*
further progress for multi-threading
Araq
2011-05-19
1
-104
/
+123
|
*
threads with --gc:boehm may work now :-)
Araq
2011-05-17
1
-46
/
+42
|
*
thread support: next iteration
Araq
2011-05-17
1
-91
/
+80
|
*
store a pointer to thread local storage to make the GC happy
Araq
2011-05-16
1
-2
/
+2
|
*
further steps for thread support; bootstrapping should require unzip C ↵
Araq
2011-05-16
1
-2
/
+1
|
|
|
|
sources and ./build.sh
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
2
-57
/
+57
|
*
grammar changes for table constructor: second part
Araq
2011-04-21
1
-21
/
+1
|
*
p[] instead of p^
Araq
2011-04-11
1
-23
/
+23
|
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
2
-0
/
+0
|
*
documentation improvements
Araq
2011-02-06
1
-4
/
+20
|
*
changes to threads; --recursivePath support
Araq
2011-01-29
1
-43
/
+212
|
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
3
-0
/
+683