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
*
enforcing gcc code generation for koch csource; proper C sources for Windows
Zahary Karadjov
2012-03-20
1
-1
/
+1
*
making tests green again
Zahary Karadjov
2012-03-20
8
-16
/
+16
*
missed file from the previous commit
Zahary Karadjov
2012-03-19
1
-0
/
+7
*
merged branch overloading-for-macros
Zahary Karadjov
2012-03-19
39
-210
/
+358
|
\
|
*
rebuilt the C sources
Zahary Karadjov
2012-03-16
0
-0
/
+0
|
*
the test suite is mostly green again
Zahary Karadjov
2012-03-16
19
-67
/
+46
|
*
updated system.nim to take advantage of the new template capabilities
Zahary Karadjov
2012-03-15
1
-13
/
+13
|
*
fix for template redefinition. test cases added.
Zahary Karadjov
2012-03-15
8
-14
/
+98
|
*
allowing definitions of procs and templates to be overridden in local scopes
Zahary Karadjov
2012-03-14
3
-7
/
+20
|
*
allowing multiple definitions of templates
Zahary Karadjov
2012-03-14
2
-12
/
+13
|
*
bootstraps fine with overloadable templates
Zahary Karadjov
2012-03-14
14
-134
/
+221
*
|
unittest module compiles again
Araq
2012-03-17
2
-6
/
+6
*
|
rebuilt C sources
Araq
2012-03-17
2
-8
/
+1
*
|
trigger a new build for nimbuild; last commit fixes #14, #34, #101
Araq
2012-03-17
1
-2
/
+1
*
|
clean separation of PNimrodNode and tyExpr
Araq
2012-03-16
7
-22
/
+32
*
|
implemented 'static'; macros do not work anymore
Araq
2012-03-15
10
-22
/
+73
*
|
first steps for cleaner static/const distinction
Araq
2012-03-13
19
-66
/
+193
|
/
*
vars can be 'compileTime'; shallow introduced weird string aliasing bug
Araq
2012-03-11
2
-3
/
+3
*
attempt to make tests green again
Araq
2012-03-11
5
-21
/
+40
*
browsers module should compile on windows again
Araq
2012-03-10
1
-1
/
+8
*
unit test for #100
Zahary Karadjov
2012-03-10
4
-5
/
+26
*
fixes #100
Araq
2012-03-10
3
-9
/
+11
*
win64 is a supported target; bugfix: nimrod c -r on windows; stdlib uses wid...
Araq
2012-03-04
22
-199
/
+931
*
c2nim, pas2nim compile again
Araq
2012-02-29
2
-4
/
+4
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-28
1
-1
/
+1
|
\
|
*
Fixed misspelling in lib/core/macros.nim
Dominik Picheta
2012-02-25
1
-1
/
+1
*
|
prepared niminst for win64 target
Araq
2012-02-28
3
-14
/
+50
*
|
ERecoverableError exception contains the error message
Araq
2012-02-25
5
-24
/
+20
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-24
3
-1
/
+34
|
\
|
*
helper templates static, eval and emit for easier compile-time code evaluation
Zahary Karadjov
2012-02-24
3
-1
/
+34
*
|
examples/tclex compiles again
Araq
2012-02-24
1
-1
/
+1
*
|
exported strutils.abbrev
Araq
2012-02-24
4
-18
/
+17
|
/
*
added docgen.rst2html for the forum; fixed tester bug concerning removeDir
Araq
2012-02-21
4
-3
/
+63
*
In the IRC module the socket is now closed when EvDisconnected event is created.
dom96
2012-02-20
1
-1
/
+14
*
added matchers.parseInt
Araq
2012-02-20
1
-2
/
+2
*
added system.setControlCHook, system.writeStackTrace
Araq
2012-02-19
4
-2
/
+17
*
bugfix: semfold supports merging of '&'
Araq
2012-02-19
3
-2
/
+29
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-18
5
-10
/
+83
|
\
|
*
recvLineAsync for non-blocking sockets implemented, as well as recvLine for a...
dom96
2012-02-18
5
-10
/
+83
*
|
added locks for docgen
Araq
2012-02-18
1
-1
/
+1
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-17
1
-5
/
+5
|
\
|
*
Optimization for the times module; changed let to const.
dom96
2012-02-17
1
-5
/
+5
*
|
fixes #99
Araq
2012-02-17
2
-6
/
+37
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-17
4
-2
/
+336
|
\
|
*
niminst is now able to create build files for debhelper so that .deb packages...
dom96
2012-02-16
4
-2
/
+336
*
|
bugfix: optimization of complex constant string concatenations
Araq
2012-02-17
7
-16
/
+43
|
/
*
documentation improvements
Araq
2012-02-13
2
-3
/
+6
*
pcre_info has been dropped; http://www.exim.org/lurker/message/20111223.12185...
Dominik Picheta
2012-02-12
1
-2
/
+0
*
bugfix: no need for arrows to be new token kinds
Araq
2012-02-12
3
-8
/
+10
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2012-02-12
15
-41
/
+86
|
\
[next]