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-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
*
json module changes
Araq
2011-01-15
2
-653
/
+670
*
httpserver changes
Araq
2011-01-14
1
-13
/
+16
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-01-13
2
-454
/
+738
|
\
|
*
Added a higher level json module.
dom96
2011-01-11
2
-454
/
+738
*
|
httpserver may work better now
Araq
2011-01-13
2
-75
/
+90
|
/
*
c2nim compiles again [#9 state:resolved]; better error message for named para...
Araq
2011-01-09
1
-1
/
+1
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
1
-1
/
+1
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
2
-3
/
+70
*
bugfix: osproc compiles under windows again
Araq
2011-01-07
1
-1
/
+1
*
additions to complex module
Araq
2011-01-07
1
-6
/
+205
*
better tester; yet another iterator bugfix
Araq
2011-01-06
1
-31
/
+46
*
fixed whitespace conflict
Araq
2011-01-06
1
-1
/
+1
|
\
|
*
add sin proc for math
Michael Fellinger
2011-01-04
1
-0
/
+2
[next]