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
*
case consistency for dynlib.nim
Araq
2014-02-02
1
-10
/
+10
*
updated asyncio and ftpclient modules
Araq
2014-01-25
2
-19
/
+19
*
should compile on netbsd
Araq
2014-01-23
3
-8
/
+8
*
updated grammar.txt
Araq
2014-01-20
1
-4
/
+4
*
Added ret != 0 back
onionhammer
2014-01-19
1
-1
/
+1
*
Corrected prunesocketset and pruneprocessset
Erik O'Leary
2014-01-19
5
-6
/
+6
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
7
-7
/
+8
*
merge master into devel
Araq
2014-01-19
1
-1
/
+13
|
\
|
*
Merge pull request #775 from fowlmouth/patch-3
Andreas Rumpf
2014-01-18
1
-1
/
+13
|
|
\
|
|
*
Update endians.nim
Billingsly Wetherfordshire
2013-12-23
1
-1
/
+13
*
|
|
make encodings.nim case consistent
Araq
2014-01-19
1
-33
/
+31
*
|
|
resolved conflicts with master
Araq
2014-01-18
4
-4
/
+18
|
\
|
|
|
*
|
Merge pull request #777 from fowlmouth/patch-4
Andreas Rumpf
2014-01-13
1
-0
/
+8
|
|
\
\
|
|
*
|
Update os.nim
Billingsly Wetherfordshire
2013-12-23
1
-0
/
+8
|
|
|
/
|
*
|
Merge pull request #779 from brihat/master
Andreas Rumpf
2014-01-13
1
-0
/
+4
|
|
\
\
|
|
*
|
Define $ operator for TRune
Satish BD
2013-12-26
1
-1
/
+3
|
|
*
|
Define $ operator for TRune
Satish BD
2013-12-26
1
-0
/
+2
|
|
|
/
|
*
|
httpclient: strip trailing whitespace from headers.
Michał Zieliński
2013-12-28
1
-2
/
+1
|
*
|
Remove assert in asyncio which causes problems.
Dominik Picheta
2013-12-26
1
-2
/
+5
|
|
/
*
|
unittest module works again
Araq
2014-01-18
1
-5
/
+6
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-17
1
-2
/
+2
|
\
\
|
*
|
Adds parseopt2 module to documentation index.
Grzegorz Adam Hankiewicz
2014-01-15
1
-2
/
+2
*
|
|
better html generator for the tester; fixes some VM bugs
Araq
2014-01-17
1
-1
/
+1
|
/
/
*
|
case consistency improvements
Araq
2014-01-11
1
-1
/
+2
*
|
case consistency: niminst
Araq
2013-12-29
1
-10
/
+10
*
|
case consistency for linux
Araq
2013-12-29
4
-86
/
+86
*
|
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
8
-59
/
+59
*
|
case consistency: next steps
Araq
2013-12-29
8
-62
/
+62
*
|
improvements for 'pretty'
Araq
2013-12-28
3
-39
/
+39
*
|
case consistency part 7
Araq
2013-12-28
3
-52
/
+50
*
|
case consistency part 6
Araq
2013-12-28
2
-107
/
+107
*
|
case consistency part 5
Araq
2013-12-28
1
-27
/
+27
*
|
case consistency part 4
Araq
2013-12-27
19
-1342
/
+1342
*
|
case consistency part 2
Araq
2013-12-27
3
-72
/
+72
*
|
case consistency part 1
Araq
2013-12-27
12
-190
/
+190
*
|
bugfix: InvalidSockets needs to be a let variable
Araq
2013-12-24
1
-1
/
+1
*
|
NoFakeVars progress
Araq
2013-12-24
2
-12
/
+19
*
|
Merge branch 'master' of https://github.com/Araq/Nimrod into vm2
Araq
2013-12-23
6
-22
/
+123
|
\
|
|
*
Renames configuration file to new pattern. Refs #720.
Grzegorz Adam Hankiewicz
2013-12-21
1
-0
/
+0
|
*
Merge pull request #759 from zielmicha/stdmsg
Andreas Rumpf
2013-12-20
1
-9
/
+27
|
|
\
|
|
*
Rework CGI error reporting.
Michał Zieliński
2013-12-18
1
-9
/
+27
|
*
|
Further fixes (stupid kdiff automerge)
Clay Sweetser
2013-12-18
1
-3
/
+2
|
*
|
os.nim - Modify removeFile to use native Windows API calls
Clay Sweetser
2013-12-18
1
-6
/
+21
|
*
|
Modified os.removeFile to act correctly when deleting a file that doesn't exist.
Clay Sweetser
2013-12-17
1
-3
/
+9
|
|
/
|
*
Merge pull request #737 from zielmicha/quote-shell
Andreas Rumpf
2013-12-16
3
-9
/
+72
|
|
\
|
|
*
Use quoteShell in stdlib, where appropriate.
Michał Zieliński
2013-12-11
2
-6
/
+6
|
|
*
Deprecate quoteIfContainsWhite in favor of osproc.quoteShell.
Michał Zieliński
2013-12-10
1
-1
/
+3
|
|
*
add quoteShell to osproc.nim
Michał Zieliński
2013-12-10
1
-2
/
+63
*
|
|
new VM: some progress for the FFI support
Araq
2013-12-23
1
-32
/
+18
*
|
|
Merge branch 'master' into vm2
Araq
2013-12-13
4
-144
/
+323
|
\
|
|
[next]