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 scgi, adds async functionality to httpserver.
Dominik Picheta
2012-09-09
3
-30
/
+184
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-09
38
-9
/
+1732
|
\
|
*
Merge pull request #199 from gradha/implement_cross_platform_example
Araq
2012-09-08
35
-1
/
+1714
|
|
\
|
|
*
Adds interactive user interface for android.
Grzegorz Adam Hankiewicz
2012-09-08
2
-10
/
+116
|
|
*
Adds android example using jni.
Grzegorz Adam Hankiewicz
2012-09-08
13
-0
/
+373
|
|
*
Changes NIB to template and generates code manually for UI.
Grzegorz Adam Hankiewicz
2012-09-08
3
-117
/
+231
|
|
*
Adds native user interface to iOS.
Grzegorz Adam Hankiewicz
2012-09-08
5
-24
/
+626
|
|
*
Adds ios patterns to ignore list.
Grzegorz Adam Hankiewicz
2012-09-08
1
-0
/
+13
|
|
*
Adds iOS files for crossplatform calculator example.
Grzegorz Adam Hankiewicz
2012-09-08
9
-0
/
+494
|
|
*
Splits nimrod and lazarus files into separate directories.
Grzegorz Adam Hankiewicz
2012-09-08
9
-1
/
+12
|
*
|
Merge pull request #198 from Tass/master
Araq
2012-09-08
3
-8
/
+18
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
real test now
Simon Hafner
2012-09-08
1
-1
/
+2
|
|
*
Issue #197 has been solved
Simon Hafner
2012-09-08
1
-8
/
+6
|
|
*
hash() for floats
Simon Hafner
2012-09-08
2
-0
/
+11
*
|
|
first steps to deprecate 'nil' statement
Araq
2012-09-09
9
-36
/
+34
|
/
/
*
|
unittest bugfix; made some tests green
Araq
2012-09-08
3
-4
/
+6
*
|
implemented 'pure' enums
Araq
2012-09-08
3
-5
/
+21
*
|
tmatrix.nim works now
Araq
2012-09-08
5
-24
/
+40
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-08
2
-14
/
+82
|
\
\
|
*
|
Merge pull request #196 from Tass/master
Araq
2012-09-06
2
-14
/
+82
|
|
\
|
|
|
*
no uniqueCounter it is
Simon Hafner
2012-09-06
2
-9
/
+7
|
|
*
+ random number generator for floats and slices - with tests
Simon Hafner
2012-09-06
2
-14
/
+84
*
|
|
term rewriting improvements
Araq
2012-09-08
18
-144
/
+284
|
/
/
*
|
activated tests for tr macros
Araq
2012-09-06
7
-24
/
+62
*
|
bugfixes and improvements for term rewriting macros
Araq
2012-09-04
5
-19
/
+30
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-04
1
-0
/
+1
|
\
|
*
Fixes bootstrapping.
Dominik Picheta
2012-09-03
1
-0
/
+1
*
|
further improvements for term rewriting macros
Araq
2012-09-04
8
-28
/
+74
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-09-03
7
-97
/
+439
|
\
|
*
Added fsmonitor module.
Dominik Picheta
2012-09-02
6
-72
/
+307
|
*
Asyncio module now works on file descriptors.
Dominik Picheta
2012-09-02
2
-40
/
+147
*
|
term rewriting macros fully implemented; still buggy
Araq
2012-09-03
22
-136
/
+674
|
/
*
made tests green again
Araq
2012-08-31
11
-8
/
+16
*
next steps towards term rewriting macros; simple examples work
Araq
2012-08-30
17
-56
/
+124
*
first steps towards term rewriting macros
Araq
2012-08-30
17
-58
/
+264
*
parameter passing works the same for macros and templates; use callsite magic...
Araq
2012-08-28
16
-180
/
+270
*
implemented generic templates
Araq
2012-08-27
7
-26
/
+47
*
thygienictempl added
Araq
2012-08-26
1
-0
/
+10
*
distinguish properly between nkOpen and nkClosedSymChoice
Araq
2012-08-26
15
-50
/
+107
*
bindSym suffices; no 'bind' for macros anymore
Araq
2012-08-25
9
-73
/
+48
*
made tests green again
Araq
2012-08-24
7
-7
/
+7
*
objects with no ancestor are not implicitely final
Araq
2012-08-24
15
-22
/
+44
*
documented bind in macros
Araq
2012-08-24
2
-2
/
+55
*
implemented 'bind' for macros
Araq
2012-08-24
7
-15
/
+83
*
implemented backslash for continuation comments
Araq
2012-08-23
6
-10
/
+46
*
fixes #185
Araq
2012-08-22
1
-2
/
+7
*
bugfix for methods (comment in #185)
Araq
2012-08-22
2
-4
/
+10
*
added ttables2 to gather data about issue #183
Araq
2012-08-22
2
-1
/
+22
*
documented hygienic templates; made tests green; fixed system.clamp
Araq
2012-08-22
11
-48
/
+123
*
Fixed tasyncudp.nim to work with fowl's changes.
Dominik Picheta
2012-08-20
1
-1
/
+2
[next]