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
Araq
2012-08-20
3
-2
/
+16
|
\
|
*
Added strutils.rfind.
Dominik Picheta
2012-08-19
1
-0
/
+14
|
*
os.JoinPath now uses varargs. Some additions to gtk wrappers.
Dominik Picheta
2012-08-19
1
-1
/
+1
|
*
Fixes bug in streams.ssSetPosition.
Dominik Picheta
2012-08-18
1
-1
/
+1
*
|
first steps to make templates hygienic
Araq
2012-08-20
1
-1
/
+4
|
/
*
made tests green again
Araq
2012-08-16
3
-16
/
+16
*
stdlib uses more of varargs
Araq
2012-08-16
2
-2
/
+11
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
5
-18
/
+25
*
bugfix: typo in actors.nim
Araq
2012-08-15
1
-1
/
+2
*
Sockets module should compile again on Windows. Fixed asyncio not compiling.
Dominik Picheta
2012-08-12
2
-38
/
+26
*
UDP improvements for the sockets module. Renamed ftpclient.fileExists to
Dominik Picheta
2012-08-12
3
-23
/
+104
*
little cleanup for parsecfg module
Araq
2012-08-06
1
-5
/
+1
*
UDP sockets should now work with asyncio.
Dominik Picheta
2012-08-03
1
-3
/
+8
*
attempt to getAppFilename to work on NetBSD
Araq
2012-07-28
1
-1
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-25
1
-1
/
+2
|
\
|
*
Fixed compilation of smtp module.
Dominik Picheta
2012-07-25
1
-1
/
+2
*
|
bugfix: collection/sets only worked by chance ...
Araq
2012-07-25
1
-4
/
+4
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-07-25
1
-10
/
+14
|
\
|
*
Some improvements to the sockets module.
Dominik Picheta
2012-07-25
1
-10
/
+14
*
|
next steps for closure consistency; fixes #176
Araq
2012-07-25
1
-0
/
+1
|
/
*
More deprecation warnings fixed.
Dominik Picheta
2012-07-23
1
-3
/
+7
*
Fixes deprecation warning, fixes documentation error.
Dominik Picheta
2012-07-23
2
-3
/
+4
*
Many fixes for asynchronous sockets. Asyncio should now work well with buffer...
Dominik Picheta
2012-07-22
4
-125
/
+391
*
Both the re and pegs module's `=~` templates can now be used simultaneously f...
Dominik Picheta
2012-07-21
1
-1
/
+1
*
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
[next]