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
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-05-14
14
-75
/
+89
|
\
|
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
12
-61
/
+61
|
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
3
-14
/
+28
*
|
fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ad...
dom96
2011-05-14
4
-16
/
+53
|
/
*
bugfix: don't change OSError()'s behaviour
Araq
2011-05-08
2
-14
/
+11
*
select() for processes; copyDir() for os.
dom96
2011-05-07
2
-17
/
+111
*
gc tweaking to gain a few percent of performance
Araq
2011-05-07
1
-1
/
+8
*
little repo cleanup
Araq
2011-05-02
4
-10
/
+11
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-05-01
3
-33
/
+199
|
\
|
*
The sockets module supports non-blocking sockets now. Many other fixes in soc...
dom96
2011-04-30
3
-33
/
+199
*
|
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
2
-35
/
+143
|
/
*
const table support
Araq
2011-04-29
1
-2
/
+2
*
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
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
1
-0
/
+16
*
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
2
-1
/
+169
*
:= templatable; lexer improvements
Araq
2011-04-17
1
-6
/
+6
*
p[] instead of p^
Araq
2011-04-11
3
-11
/
+11
*
$ for strtabs; skipUntil, skipWhile for parseutils
Araq
2011-04-05
2
-9
/
+29
*
bugfix: GC more forgiving
Araq
2011-04-03
1
-2
/
+2
*
ugh, maybe broke git
Araq
2011-04-01
7
-32
/
+56
*
some little bugfixes
Araq
2011-03-27
2
-3
/
+6
*
fixes #21
Araq
2011-03-24
1
-8
/
+7
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
4
-7
/
+204
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
1
-3
/
+6
*
fixes #17; I hope!
Araq
2011-03-08
1
-4
/
+17
*
more fixes for dy(n)lib typo; fixes #15
Araq
2011-03-08
1
-6
/
+7
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
3
-7
/
+23
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
3
-13
/
+115
*
tests themselves contain the expected result
Araq
2011-02-20
3
-9
/
+25
*
Forgot that capital E can be used in floats too, I hate case sensitivity.
dom96
2011-02-13
1
-1
/
+1
*
JSON module now distinguishes between Integers and Floats.
dom96
2011-02-13
1
-24
/
+50
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
5
-4
/
+4
*
bugfix terminal compiles for windows again
Araq
2011-02-07
1
-9
/
+9
*
documentation improvements
Araq
2011-02-06
2
-11
/
+14
*
nimgrep --ext support
Araq
2011-02-02
1
-3
/
+15
*
nimgrep: first working version
Araq
2011-02-02
2
-11
/
+48
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
1
-1
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
dom96
2011-01-28
1
-250
/
+0
|
\
|
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-250
/
+0
*
|
Corrected pretty() in json module, and added another file with json test data.
dom96
2011-01-28
1
-16
/
+25
|
/
*
cleanup: E_Base should not be used for inheriting exceptions; documentation g...
Araq
2011-01-15
11
-360
/
+18
[next]