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
*
implements #295
Araq
2013-01-08
6
-12
/
+37
*
fixes #292
Araq
2013-01-08
2
-3
/
+23
*
Copyright 2012 -> 2013
Araq
2013-01-08
8
-10
/
+10
*
FFI at compiletime improvements
Araq
2013-01-08
5
-136
/
+170
*
next steps for FFI at compile time
Araq
2013-01-02
6
-189
/
+222
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-31
1
-0
/
+79
|
\
|
*
Merge pull request #290 from gradha/pr_documents_repr_proc_and_nested_arrays_...
Araq
2012-12-28
1
-0
/
+79
|
|
\
|
|
*
Documents repr proc and nested array syntax.
Grzegorz Adam Hankiewicz
2012-12-25
1
-0
/
+79
*
|
|
fixed a newly introduced c2nim bug; many untested improvements to the FFI at ...
Araq
2012-12-31
6
-47
/
+225
|
/
/
*
|
better errors for FFI
Araq
2012-12-27
1
-9
/
+13
*
|
implemented --listFullPaths option for aporia
Araq
2012-12-27
4
-3
/
+16
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-12-26
7
-177
/
+263
|
\
\
|
*
|
Added set_markup to gtk2 wrapper.
Dominik Picheta
2012-12-25
1
-0
/
+2
|
|
/
|
*
Fixed symbol conflict in the sockets module on Windows.
Dominik Picheta
2012-12-23
1
-3
/
+2
|
*
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
*
|
small improvements for FFI
Araq
2012-12-26
3
-23
/
+65
|
/
*
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
[next]