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
...
*
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
*
|
transf: big refactoring; other small fixes
Araq
2011-01-05
1
-0
/
+2
*
|
bugfix: multiple yield statements and loop body vars
Araq
2010-12-13
2
-5
/
+75
*
|
added strutils.align
Araq
2010-12-07
1
-3
/
+23
*
|
docgen understands and ignores *when false*
Araq
2010-11-18
5
-62
/
+281
|
/
*
pegs: captured search loop
Araq
2010-11-07
1
-4
/
+49
*
added os.findExe
Araq
2010-10-31
1
-0
/
+13
*
pegs: bugfixes and extensions
Araq
2010-10-31
1
-10
/
+39
*
bugfixes: htmlparser module
Araq
2010-10-30
2
-4
/
+15
*
bugfix: httpclient
Araq
2010-10-30
2
-2
/
+9
*
Added a close function to the ssl module.
dom96
2010-10-27
1
-0
/
+5
*
added install.sh; scgi: does not set system.stackTraceNewLine anymore
Araq
2010-10-26
1
-1
/
+0
*
bugfix: typo in SMTP module; SCGI module finished
Araq
2010-10-25
2
-29
/
+185
*
ssl.connect now returns the result of the certificate validation.
dom96
2010-10-23
1
-4
/
+3
*
Added {.final.} to objects which are not meant to be inherited, and added an ...
dom96
2010-10-23
1
-2
/
+2
*
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
dom96
2010-10-23
1
-8
/
+17
*
Added an openssl wrapper, ssl module and smtp module.
dom96
2010-10-23
1
-0
/
+176
*
base64: decoding works
Araq
2010-10-23
1
-20
/
+6
*
added base64 module; decoding still broken
Araq
2010-10-23
3
-3
/
+132
[prev]
[next]