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
*
attempt to fix DLL generation
Araq
2012-07-18
1
-6
/
+7
*
equality and hashing for closures
Araq
2012-07-17
1
-0
/
+7
*
make tests green again
Araq
2012-07-17
4
-10
/
+12
*
preparations for making 'closure' the default calling convention for proc types
Araq
2012-07-16
6
-28
/
+29
*
fixes #162
Araq
2012-07-10
1
-1
/
+1
*
some more bugfixes for the integer promotion rules
Araq
2012-07-10
1
-2
/
+2
*
sockets compile again with SSL support
Araq
2012-07-10
1
-2
/
+2
*
more fixes for new integer promotion rules; fixes #152; fixes #157; fixes #15...
Araq
2012-07-09
3
-12
/
+12
*
changed integer promotion rules; breaks bootstrapping and lots of code
Araq
2012-07-08
4
-48
/
+47
*
JS codegen enhancements; still unusable
Araq
2012-07-01
1
-2
/
+21
*
changed integer promotion rules; added math.fmod
Araq
2012-06-28
1
-3
/
+8
*
another bugfix
Araq
2012-06-21
1
-2
/
+0
*
more uint related fixes
Zahary Karadjov
2012-06-14
2
-114
/
+114
*
Fixed httpclient bugs, fixed socket bugs and fixed sockets for windows.
Dominik Picheta
2012-06-09
2
-93
/
+117
*
Fixed math.round, added math.ceil and fixed times.format.
Dominik Picheta
2012-06-04
2
-2
/
+4
*
fix compilation errors when bootstrapping with C++
Zahary Karadjov
2012-06-04
2
-5
/
+10
*
Sockets are now buffered and have ssl support through openssl.
Dominik Picheta
2012-06-03
3
-104
/
+425
*
Fixed times.format handling of month numbers.
Dominik Picheta
2012-05-30
1
-2
/
+2
*
Marshal now works with nil strings. Timezone and tzname vars are not public a...
Dominik Picheta
2012-05-30
1
-2
/
+2
*
Fixed times.format
Dominik Picheta
2012-05-27
1
-2
/
+2
*
Fixed times on non-posix operating systems.
Dominik Picheta
2012-05-26
1
-5
/
+5
*
Added timezone handling and functions for adding and subtracting time to the ...
Dominik Picheta
2012-05-26
1
-12
/
+152
*
fixes #113
Araq
2012-05-20
1
-4
/
+4
*
fixes #114
Araq
2012-05-20
1
-2
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-05-20
4
-7
/
+539
|
\
|
*
The httpserver now grabs the IP address of the client. RST gen fix for smileys.
dom96
2012-05-16
1
-1
/
+4
|
*
Fixed a bug in times and finished its docs. Added mimetypes module and added ...
dom96
2012-05-13
3
-6
/
+535
*
|
fixes #109
Araq
2012-05-20
1
-1
/
+3
|
/
*
bugfix: strutils.formatFloat
Araq
2012-05-09
1
-3
/
+3
*
Removed echos from uri module.
Dominik Picheta
2012-05-07
1
-2
/
+0
*
Added uri module.
dom96
2012-05-06
1
-0
/
+35
*
The httpserver module now supports POST requests. Fix for captureBetween in t...
dom96
2012-05-06
2
-13
/
+69
*
Scgi module handles socket disconnection properly now.
dom96
2012-05-05
1
-0
/
+7
*
The httpserver now gathers the headers for the user. Fixed ambiguity in recvL...
dom96
2012-05-03
2
-10
/
+54
*
small bugfixes; documentation generator supports smilies for the forum
Araq
2012-05-01
2
-1
/
+11
*
Added a format function to the times module and a setCookie function to the c...
dom96
2012-04-26
2
-1
/
+149
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-04-15
2
-13
/
+7
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-15
1
-4
/
+6
|
|
\
|
*
|
minor changes to make the test suite green again
Zahary Karadjov
2012-04-15
2
-13
/
+7
*
|
|
@ is a sigil-like operator
Araq
2012-04-15
1
-7
/
+7
|
|
/
|
/
|
*
|
unicode: invalid utf-8 bytes are preserved
Araq
2012-04-13
1
-4
/
+6
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2012-04-10
7
-12
/
+216
|
\
|
*
documentation improvements; higher level Mongodb wrapper
Araq
2012-04-09
3
-6
/
+47
|
*
yet attempt to fix realpath for BSD
Araq
2012-04-07
1
-1
/
+1
|
*
bugfix: expandFilename for BSD
Araq
2012-04-06
1
-2
/
+2
|
*
small fixes for BSD
Araq
2012-04-06
1
-1
/
+1
|
*
added terminal.isatty; nimgrep version 0.9
Araq
2012-04-06
1
-2
/
+13
|
*
better opengl wrapper; oids and endians modules documented
Araq
2012-04-04
2
-5
/
+11
|
*
added libsvm wrapper
Araq
2012-04-04
2
-0
/
+127
|
*
added strutils.parseEnum; fixes #95
Araq
2012-04-01
1
-2
/
+21
[next]