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
path:
root
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
some fixes for static params usage in macros
Zahary Karadjov
2014-02-25
4
-26
/
+51
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Audun Wilhelmsen
2014-02-23
16
-98
/
+231
|
\
|
*
Addresses issues raised on #947. Refs #800.
Grzegorz Adam Hankiewicz
2014-02-22
2
-13
/
+10
|
*
Checks that exported symbols are valid C identifiers. Refs #800.
Grzegorz Adam Hankiewicz
2014-02-21
2
-4
/
+24
|
*
fix #945
Zahary Karadjov
2014-02-20
1
-4
/
+5
|
*
fix #931 and few more tests
Zahary Karadjov
2014-02-18
2
-4
/
+6
|
*
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-18
2
-10
/
+27
|
|
\
|
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-17
19
-183
/
+281
|
|
|
\
|
|
*
|
got rid of debugging code
Araq
2014-02-17
1
-2
/
+0
|
|
*
|
fixes #926
Araq
2014-02-17
1
-7
/
+12
|
|
*
|
fixes #923
Araq
2014-02-17
1
-1
/
+1
|
|
*
|
fixes #922
Araq
2014-02-16
1
-2
/
+16
|
*
|
|
fix some trivial errors in the test suite and some more regressions caused by...
Zahary Karadjov
2014-02-18
1
-2
/
+3
|
*
|
|
fix tbindtypedesc and tactiontable2
Zahary Karadjov
2014-02-18
1
-5
/
+12
|
*
|
|
fix #204;
Zahary Karadjov
2014-02-18
2
-1
/
+8
|
|
|
/
|
|
/
|
|
*
|
fix #807
Zahary Karadjov
2014-02-17
1
-2
/
+2
|
*
|
quite messy implementation of generic lambdas, needs reworking; fixes #715
Zahary Karadjov
2014-02-17
7
-26
/
+76
|
*
|
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-17
6
-28
/
+45
|
|
\
\
|
|
*
\
Merge pull request #929 from skyfex/devel
Andreas Rumpf
2014-02-16
2
-9
/
+26
|
|
|
\
\
|
|
*
|
|
Changed tests and tools to use 'discard' statements instead of 'nil' for empt...
Clay Sweetser
2014-02-15
4
-19
/
+19
|
*
|
|
|
fix #188
Zahary Karadjov
2014-02-17
2
-1
/
+27
|
*
|
|
|
fix argument_parser
Zahary Karadjov
2014-02-16
1
-24
/
+29
|
|
/
/
/
*
|
/
/
Fixed #688 : return in except statments. Also fixed return in finally stateme...
Audun Wilhelmsen
2014-02-23
2
-18
/
+30
|
|
/
/
|
/
|
|
*
|
|
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
2014-02-16
2
-9
/
+26
|
/
/
*
|
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-15
13
-36
/
+78
|
\
|
|
*
made 'koch web' work when current dir has a space in it
Araq
2014-02-15
2
-3
/
+9
|
*
actors.nim compiles again
Araq
2014-02-15
1
-2
/
+6
|
*
fixes #584
Araq
2014-02-14
3
-26
/
+50
|
*
fixes #914
Araq
2014-02-14
3
-3
/
+4
|
*
fixes #712
Araq
2014-02-14
1
-1
/
+2
|
*
fixes #833
Araq
2014-02-14
1
-0
/
+3
|
*
fixes #892
Araq
2014-02-14
1
-0
/
+1
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-13
5
-30
/
+61
|
|
\
|
|
*
Fixes macros.len crashing on nodes which lack the sons field.
Dominik Picheta
2014-02-11
1
-1
/
+1
|
*
|
edited compiler's config
Araq
2014-02-13
1
-0
/
+2
*
|
|
fix some regressions caused by tyTypeDesc[tyNone]
Zahary Karadjov
2014-02-15
5
-32
/
+26
*
|
|
handle nested case objects in destructor generation
Zahary Karadjov
2014-02-15
1
-36
/
+31
*
|
|
the delegator pragma becomes a set of dot operators
Zahary Karadjov
2014-02-15
4
-37
/
+48
|
|
/
|
/
|
*
|
fixes #797; generic procs can be used in places expecting matching concrete p...
Zahary Karadjov
2014-02-11
4
-29
/
+60
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-10
1
-1
/
+1
|
\
|
*
Merge pull request #896 from reactormonk/set_fix
Andreas Rumpf
2014-02-10
1
-1
/
+1
|
|
\
|
|
*
fixes #887
Simon Hafner
2014-02-09
1
-1
/
+1
*
|
|
fixes #889
Araq
2014-02-10
1
-8
/
+13
|
/
/
*
/
capturing of an iterator works better
Araq
2014-02-09
1
-9
/
+22
|
/
*
fixes #885
Araq
2014-02-09
1
-24
/
+29
*
fixes #882; fixes #853
Araq
2014-02-09
1
-1
/
+1
*
fixes 'newSeq[T]' instantiation bug
Araq
2014-02-09
3
-10
/
+14
*
bugfix: codegen issue that caused getGMTime() to leak memory
Araq
2014-02-07
1
-1
/
+1
*
fixes regression: constant fac4 didn't work
Araq
2014-02-06
3
-10
/
+20
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-06
1
-1
/
+5
|
\
[next]