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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes a long standing openssl wrapper bug: pass C compliant allocation functi...
Araq
2014-12-28
1
-1
/
+10
*
work around a regression caused by the new 'echo' implementation
Araq
2014-12-28
1
-1
/
+3
*
fixes #1708, fixes #871
Araq
2014-12-28
7
-14
/
+67
*
minor improvements
Araq
2014-12-28
2
-4
/
+4
*
fixes #1781
Araq
2014-12-28
3
-6
/
+27
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-26
16
-120
/
+267
|
\
|
*
Fixes asynchttpsever.
Dominik Picheta
2014-12-26
2
-1
/
+5
|
*
Improved tasyncawait test.
Dominik Picheta
2014-12-26
1
-3
/
+1
|
*
Deprecated asyncio module. Fixed old tests.
Dominik Picheta
2014-12-26
3
-5
/
+12
|
*
Fixes #1745.
Dominik Picheta
2014-12-26
2
-26
/
+42
|
*
Improved release news entry.
Dominik Picheta
2014-12-26
1
-8
/
+61
|
*
More deprecation warning fixes (asyncdispatch, uri).
Dominik Picheta
2014-12-26
2
-16
/
+16
|
*
Fixes deprecation warnings in asynchttpserver.
Dominik Picheta
2014-12-26
1
-21
/
+21
|
*
Added more HTTP status codes to asynchttpserver.
Dominik Picheta
2014-12-26
1
-2
/
+29
|
*
Added warning to scgi module.
Dominik Picheta
2014-12-26
1
-0
/
+4
|
*
Deprecated the parseurl module.
Dominik Picheta
2014-12-26
1
-3
/
+5
|
*
Fix some deprecation warnings in the uri module.
Dominik Picheta
2014-12-26
1
-17
/
+17
|
*
Emphasises deprecation warning in sockets module.
Dominik Picheta
2014-12-26
1
-3
/
+4
|
*
Improved 0.10.2 changelog.
Dominik Picheta
2014-12-26
1
-2
/
+36
|
*
Renamed Babel to Nimble in lib.txt.
Dominik Picheta
2014-12-26
2
-11
/
+11
|
*
Fixes official package detection in babelpkglist.
Dominik Picheta
2014-12-26
1
-2
/
+3
*
|
implemented --bestEffort switch for nimfix
Araq
2014-12-26
2
-2
/
+430
|
/
*
website improvements
Araq
2014-12-26
6
-10
/
+12
*
fixes #685
Araq
2014-12-26
1
-1
/
+1
*
fixes #495
Araq
2014-12-26
1
-4
/
+1
*
fixes #1120
Araq
2014-12-25
11
-39
/
+34
*
fixes #1776
Araq
2014-12-24
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-24
1
-3
/
+3
|
\
|
*
Fixes SSL AsyncSocket close problem. Ref #1769. Ref #1759.
Dominik Picheta
2014-12-24
1
-3
/
+3
*
|
fixes #1742
Araq
2014-12-24
6
-14
/
+39
*
|
documented 'defer' statement
Araq
2014-12-24
1
-23
/
+18
*
|
fixes a small bug concerning semicolons for top level statements
Araq
2014-12-23
2
-4
/
+10
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-12-23
9
-29
/
+550
|
\
|
*
Merge pull request #1767 from sanxiyn/patch-1
Dominik Picheta
2014-12-22
1
-2
/
+2
|
|
\
|
|
*
Update installation instruction
Seo Sanghyeon
2014-12-22
1
-2
/
+2
|
*
|
Merge pull request #1766 from gmpreussner/devel
Andreas Rumpf
2014-12-22
1
-9
/
+9
|
|
\
\
|
|
*
|
Removed extra line breaks from unittest output.
gmpreussner
2014-12-21
1
-9
/
+9
|
|
|
/
|
*
|
Merge pull request #1764 from boydgreenfield/further_doc_fixes
Andreas Rumpf
2014-12-22
5
-16
/
+33
|
|
\
\
|
|
*
|
Remove TOC from gc.txt, but get quote at top properly formatted
Nick Greenfield
2014-12-21
1
-1
/
+1
|
|
*
|
Fix paragraph break issue in nimc.txt. Add spacing to command line options ta...
Nick Greenfield
2014-12-21
3
-3
/
+12
|
|
*
|
Fix blockquotes in documentation; stylize only in docinfo or immediately afte...
Nick Greenfield
2014-12-21
2
-5
/
+13
|
|
*
|
Fix source code links
Nick Greenfield
2014-12-21
1
-8
/
+8
|
|
|
/
|
*
|
Merge pull request #1763 from ziotom78/devel
Andreas Rumpf
2014-12-22
1
-0
/
+500
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Logo in SVG format.
Maurizio Tomasi
2014-12-22
1
-0
/
+500
|
|
/
|
*
Fixes #1759.
Dominik Picheta
2014-12-21
1
-2
/
+6
*
|
tuple field names are ignored
Araq
2014-12-23
9
-40
/
+29
*
|
website updated
Araq
2014-12-23
2
-9
/
+20
|
/
*
better CSS; better docs for teh tables module
Araq
2014-12-21
3
-13
/
+20
*
cleaned up os.nim; docgen improvements
Araq
2014-12-21
7
-33
/
+54
*
Merge pull request #1748 from boydgreenfield/improved-doc-styling
Andreas Rumpf
2014-12-21
3
-220
/
+1126
|
\
[next]