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
*
added 2 necessary node kinds
Araq
2012-11-21
3
-2
/
+8
*
almost every pragma is allowed in a 'push' pragma
Araq
2012-11-20
7
-231
/
+259
*
bugfix: sockets with SSL support
Araq
2012-11-20
1
-4
/
+5
*
sockets.nim: bugfix for solaris
Araq
2012-11-20
1
-0
/
+2
*
fixes #256 (I hope)
Araq
2012-11-20
1
-1
/
+1
*
docs should build under doc2; unittests of times.nim compile under 32bit; sma...
Araq
2012-11-20
2
-6
/
+9
*
doc2 improvements; small lexer bugfix: backslashes in comments
Araq
2012-11-20
14
-75
/
+108
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-19
2
-82
/
+66
|
\
|
*
Merge pull request #253 from gradha/pr_reduce_todo_code_repetition
Araq
2012-11-18
1
-79
/
+63
|
|
\
|
|
*
Reduces code repetition through helper procs and templates.
Grzegorz Adam Hankiewicz
2012-11-15
1
-79
/
+63
|
*
|
Merge pull request #252 from gradha/pr_correct_todo_object_inheritance
Araq
2012-11-18
2
-3
/
+3
|
|
\
\
|
|
*
|
Removes 'of TObject' to finalize objects not meant for inheritance.
Grzegorz Adam Hankiewicz
2012-11-15
2
-3
/
+3
*
|
|
|
fixes #250
Araq
2012-11-19
11
-22
/
+62
|
/
/
/
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-18
1
-1
/
+2
|
\
\
\
|
*
|
|
Fixes bug in scgi module: client socket was not initialised properly.
Dominik Picheta
2012-11-18
1
-1
/
+2
*
|
|
|
annotated effects of modules: os, sockets, times
Araq
2012-11-18
8
-104
/
+151
|
/
/
/
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-18
1
-7
/
+25
|
\
\
\
|
*
|
|
Async fixes for IRC module.
Dominik Picheta
2012-11-18
1
-6
/
+13
|
*
|
|
Fixed a bug relating to changing nicknames and message origin in the IRC module.
Dominik Picheta
2012-11-17
1
-1
/
+12
*
|
|
|
rebuilt C sources
Araq
2012-11-18
3
-408
/
+8
*
|
|
|
'assert' hides EAssertionFailsure; stdlib makes use of 'tags'
Araq
2012-11-18
16
-161
/
+242
|
/
/
/
*
|
/
added system.finished for first class iterators
Araq
2012-11-17
8
-12
/
+55
|
|
/
|
/
|
*
|
next steps for first class iterators
Araq
2012-11-15
6
-16
/
+75
*
|
improvements for first class iterators
Araq
2012-11-15
3
-6
/
+35
|
/
*
Merge pull request #249 from gradha/pr_improve_example_style
Araq
2012-11-14
4
-80
/
+69
|
\
|
*
Reduces parenthesis usage for clearness.
Grzegorz Adam Hankiewicz
2012-11-13
1
-22
/
+23
|
*
Improves the style of some examples.
Grzegorz Adam Hankiewicz
2012-11-13
4
-58
/
+46
*
|
bugfix: stack traces; first class iterators almost working
Araq
2012-11-15
13
-51
/
+186
*
|
made some tests green
Araq
2012-11-11
3
-3
/
+4
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-11
8
-14
/
+129
|
\
\
|
*
|
fixed a typo
Zahary Karadjov
2012-11-11
1
-1
/
+1
|
*
|
AST quasi-quoting for macros
Zahary Karadjov
2012-11-11
8
-14
/
+129
|
|
/
*
/
implemented 'tags' pragma
Araq
2012-11-11
9
-88
/
+193
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-09
4
-6
/
+16
|
\
|
*
Merge pull request #248 from gradha/pr_use_cfg_file_for_compilation
Araq
2012-11-08
4
-6
/
+16
|
|
\
|
|
*
Replaces shell scripts with nimrod configuration files.
Grzegorz Adam Hankiewicz
2012-11-08
4
-6
/
+16
|
|
/
*
/
fixed the bugfix of #247
Araq
2012-11-09
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-08
1
-4
/
+87
|
\
|
*
Merge pull request #245 from gradha/pr_improve_documentation
Araq
2012-11-08
1
-4
/
+87
|
|
\
|
|
*
Updates docs about exceptions being on the stack/heap.
Grzegorz Adam Hankiewicz
2012-11-08
1
-1
/
+2
|
|
*
Adds to the tutorial some info about exception tracking.
Grzegorz Adam Hankiewicz
2012-11-08
1
-3
/
+85
*
|
|
fixes #247
Araq
2012-11-08
1
-4
/
+1
*
|
|
documented 'mixin' declaration
Araq
2012-11-08
4
-7
/
+36
|
/
/
*
/
made some tests green
Araq
2012-11-07
4
-4
/
+6
|
/
*
documented Nimrod's effects system
Araq
2012-11-06
2
-14
/
+107
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-11-05
6
-42
/
+58
|
\
|
*
Many doc improvements. Changed Threads.joinThreads' param's type to varargs.
Dominik Picheta
2012-11-04
6
-42
/
+58
*
|
system.onRaise improvements
Araq
2012-11-05
3
-114
/
+133
*
|
added system.onRaise to support a condition system
Araq
2012-11-05
7
-36
/
+100
|
/
*
bugfixes for exception tracking
Araq
2012-11-04
2
-4
/
+9
[next]