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
*
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
|
|
\
|
|
*
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
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
|
/
*
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
|
\
|
*
Merge pull request #870 from barcharcraz/templaterr
zah
2014-02-04
1
-1
/
+5
|
|
\
|
|
*
deleted assert that would never fire because it turned into an error message
Charlie Barto
2014-02-04
1
-1
/
+0
|
|
*
added good error for stuff like string[int] or int[int]
Charlie Barto
2014-02-03
1
-0
/
+5
*
|
|
tyTypeDesc and tyRange always have 1 child; this might be tyNone but it is re...
Araq
2014-02-05
9
-41
/
+57
*
|
|
bugfix: immediate templates are preferred consistently (danger: breaks code)
Araq
2014-02-04
2
-9
/
+38
|
/
/
*
/
macro tests almost green
Araq
2014-02-03
4
-17
/
+26
|
/
*
cleaned up command expressions
Araq
2014-02-02
1
-6
/
+5
*
fixes #844
Araq
2014-02-02
3
-7
/
+9
*
remove the old tester
Araq
2014-02-02
12
-131
/
+199
|
\
|
*
Fixes #848.
Dominik Picheta
2014-01-27
1
-1
/
+1
|
*
Merge branch 'devel' of https://www.github.com/Araq/Nimrod into devel
Zahary Karadjov
2014-01-26
10
-209
/
+317
|
|
\
|
*
|
the `is` operator now uses exactly the same algorithm as proc signature matching
Zahary Karadjov
2014-01-26
2
-19
/
+8
|
*
|
implements #766;
Zahary Karadjov
2014-01-24
11
-69
/
+117
|
*
|
support for parametric user-defined type classes
Zahary Karadjov
2014-01-24
6
-71
/
+102
*
|
|
deactivated debug output
Araq
2014-02-02
1
-3
/
+3
*
|
|
only 1 argument allowed for command expressions
Araq
2014-02-02
1
-6
/
+10
[next]