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
*
Fixed many deprecation warnings. asyncio.recvLine now throws an
Dominik Picheta
2012-12-23
5
-83
/
+161
*
Rewrote the implementation of parsing chunked transfer coding in
Dominik Picheta
2012-12-23
2
-59
/
+55
*
recvLine now works with unbuffered ssl sockets.
Dominik Picheta
2012-12-22
1
-33
/
+44
*
bugfix: openssl import for macosx
Araq
2012-12-19
4
-7
/
+11
*
small examples work with the FFI
Araq
2012-12-19
4
-32
/
+53
*
Merge pull request #276 from gradha/pr_adds_macosx_libiconv_name
Araq
2012-12-18
1
-4
/
+11
|
\
|
*
Adds macosx dynamic library name for libiconv.
Grzegorz Adam Hankiewicz
2012-12-17
1
-4
/
+11
*
|
Merge pull request #288 from gradha/pr_adds_ios_todo_example_interface
Araq
2012-12-18
2
-0
/
+3
|
\
\
|
*
|
Adds link to external nimrod-crossplatform-todo repository.
Grzegorz Adam Hankiewicz
2012-12-18
1
-0
/
+2
|
*
|
Adds tools/nimweb to .gitignore.
Grzegorz Adam Hankiewicz
2012-12-17
1
-0
/
+1
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-19
1
-1
/
+0
|
\
|
|
|
*
|
Merge pull request #275 from gradha/pr_corrects_misleading_comment
Araq
2012-12-17
1
-1
/
+0
|
|
\
\
|
|
*
|
Removes misleading comment in build script.
Grzegorz Adam Hankiewicz
2012-12-14
1
-1
/
+0
|
|
|
/
*
|
/
first steps for FFI support at compile time
Araq
2012-12-19
7
-49
/
+420
|
/
/
*
|
fixes #277; documentation improvements
Araq
2012-12-17
5
-115
/
+198
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-16
2
-4
/
+8
|
\
\
|
*
\
Merge pull request #279 from keitahaga/build-instruction-fix
Araq
2012-12-15
2
-4
/
+8
|
|
\
\
|
|
*
|
cd to build/, before trying to extract csources.zip
Keita Haga
2012-12-16
2
-4
/
+8
|
|
|
/
*
|
/
don't invoke destructors for .global. variables
Araq
2012-12-16
2
-2
/
+4
|
/
/
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-15
4
-5
/
+45
|
\
|
|
*
Merge pull request #273 from gradha/pr_misc_documentation_improvements
Araq
2012-12-12
4
-5
/
+45
|
|
\
|
|
*
Adds hyperlink to system module to explain TFileMode type.
Grzegorz Adam Hankiewicz
2012-12-11
1
-1
/
+2
|
|
*
Adds json usage example.
Grzegorz Adam Hankiewicz
2012-12-11
1
-0
/
+17
|
|
*
Transforms httpclient into hyperlink for ease of use.
Grzegorz Adam Hankiewicz
2012-12-11
1
-1
/
+2
|
|
*
Documents json [] accesors, raises explicit exception.
Grzegorz Adam Hankiewicz
2012-12-11
1
-2
/
+6
|
|
*
Adds to split() a code example using a set of separators.
Grzegorz Adam Hankiewicz
2012-12-11
1
-1
/
+18
*
|
|
some fixes for generic first class iterators
Araq
2012-12-15
4
-11
/
+12
*
|
|
fixes #271
Araq
2012-12-15
9
-38
/
+54
|
/
/
*
/
lazy paths for Babel support
Araq
2012-12-11
8
-23
/
+57
|
/
*
improvements for --babelPath
Araq
2012-12-09
3
-11
/
+24
*
small documentation improvements
Araq
2012-12-09
3
-9
/
+10
*
made some tests green; some small bugfixes
Araq
2012-12-09
6
-7
/
+6
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-09
3
-20
/
+67
|
\
|
*
Fixes SSL implementation of sendAsync.
Dominik Picheta
2012-12-08
1
-2
/
+2
|
*
Fixes #268
Dominik Picheta
2012-12-08
3
-18
/
+65
*
|
documented AST overloading and some TR optimizations
Araq
2012-12-09
6
-10
/
+109
|
/
*
documentation improvements
Araq
2012-12-07
4
-17
/
+309
*
compiler support for babel
Araq
2012-12-07
5
-22
/
+108
*
replaced recursivePath with shallowPath for Babel
Araq
2012-12-06
3
-4
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-06
2
-21
/
+122
|
\
|
*
Updated readme.
Dominik Picheta
2012-12-06
2
-21
/
+122
*
|
implemented AST based overloading
Araq
2012-12-06
5
-7
/
+41
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-06
21
-55
/
+174
|
\
|
|
*
fixes #269
Araq
2012-12-05
2
-0
/
+5
|
*
fixes #266
Araq
2012-12-05
2
-5
/
+1
|
*
implemented generic converters
Araq
2012-12-05
7
-7
/
+89
|
*
constraint now part of the parameter symbol and not of the type
Araq
2012-12-05
7
-21
/
+25
|
*
disable SSLv2_method for ubuntu
Araq
2012-12-03
3
-9
/
+13
|
*
bugfix: 'not nil' and 'shared' types
Araq
2012-12-02
5
-5
/
+23
|
*
Fixes error in httpclient.
Dominik Picheta
2012-12-02
1
-1
/
+1
[next]