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 (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
Araq
2011-05-16
10
-210
/
+257
|
|
|
|
sources and ./build.sh
*
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 ↵
dom96
2011-05-14
4
-16
/
+53
|
|
|
|
|
|
|
|
|
|
|
|
addresses. copy and delete for json module.
*
|
|
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
|
/
*
bugfix: don't change OSError()'s behaviour
Araq
2011-05-08
2
-14
/
+11
|
*
select() for processes; copyDir() for os.
dom96
2011-05-07
4
-20
/
+129
|
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
7
-104
/
+153
|
*
little repo cleanup
Araq
2011-05-02
109
-115070
/
+11
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-05-01
6
-38
/
+223
|
\
|
*
The sockets module supports non-blocking sockets now. Many other fixes in ↵
dom96
2011-04-30
6
-38
/
+223
|
|
|
|
|
|
|
|
sockets. Timeout support in scgi.
*
|
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
5
-41
/
+157
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-04-30
1
-40
/
+62
|
\
|
*
Some minor fixes and additions to the graphics module.
dom96
2011-04-26
1
-40
/
+62
|
|
*
|
optional native stack traces
Araq
2011-04-29
1
-2
/
+2
|
|
*
|
const table support
Araq
2011-04-29
2
-6
/
+6
|
/
*
bugfix: times.epochTime
Araq
2011-04-25
2
-4
/
+3
|
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-04-24
1
-12
/
+13
|
\
|
*
C source regenerated
Araq
2011-04-24
1
-12
/
+13
|
|
*
|
Lots of fixes in redis.nim
dom96
2011-04-24
1
-175
/
+217
|
/
*
Removed the parseBulkStr() proc in redis.nim
dom96
2011-04-23
1
-23
/
+20
|
*
Consistency fix in redis.nim
dom96
2011-04-23
1
-4
/
+4
|
*
Added redis client module.
dom96
2011-04-23
1
-0
/
+834
|
*
c2nim compiles again
Araq
2011-04-23
2
-3
/
+11
|
*
slight change in the spec of unary '..'
Araq
2011-04-23
1
-3
/
+1
|
*
slice support in system.nim; syntactic sugar for tables; cleanup of ↵
Araq
2011-04-23
2
-3
/
+108
|
|
|
|
grammar/parser
*
slices are first class citizens
Araq
2011-04-22
2
-1
/
+28
|
*
grammar changes for table constructor: second part
Araq
2011-04-21
1
-21
/
+1
|
*
got rid of some arcane module names
Araq
2011-04-21
2
-3
/
+263
|
*
hashtables: 2nd version
Araq
2011-04-19
1
-29
/
+31
|
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
3
-4
/
+172
|
*
:= templatable; lexer improvements
Araq
2011-04-17
3
-9
/
+15
|
*
big repo cleanup
Araq
2011-04-12
1
-2
/
+2
|
*
p[] instead of p^
Araq
2011-04-11
16
-182
/
+182
|
*
$ for strtabs; skipUntil, skipWhile for parseutils
Araq
2011-04-05
2
-9
/
+29
|
*
added another system.open; bugfix: koch clean may not break .git dirs anymore
Araq
2011-04-03
1
-7
/
+11
|
*
bugfix: GC more forgiving
Araq
2011-04-03
3
-7
/
+11
|
*
ugh, maybe broke git
Araq
2011-04-01
9
-44
/
+118
|
[next]