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
*
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
*
|
|
tstringinterp almost working
Araq
2014-02-01
3
-40
/
+72
*
|
|
case consistency for evalffi
Araq
2014-02-01
1
-3
/
+4
*
|
|
case consistency for evalffi
Araq
2014-02-01
2
-29
/
+29
*
|
|
bugfix: object constructor doesn't allow 'distinct' types
Araq
2014-02-01
1
-2
/
+2
|
|
/
|
/
|
*
|
fixes #838
Araq
2014-01-25
2
-2
/
+4
*
|
disable internalError so that nimbuild compiles again
Araq
2014-01-25
2
-1
/
+6
*
|
more efficient calls for closure iterators
Araq
2014-01-25
1
-3
/
+5
*
|
fixes a minor parser bug
Araq
2014-01-25
1
-2
/
+1
*
|
renderer knows about nkStaticTy and nkTypeClassTy
Araq
2014-01-23
1
-0
/
+23
*
|
typeClasses now documented in grammar.txt
Araq
2014-01-23
1
-0
/
+4
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-23
1
-57
/
+67
|
\
|
|
*
nest PreMain inside NimMain for easier consumption of static libraries develo...
Zahary Karadjov
2014-01-23
1
-57
/
+67
*
|
small code cleanups
Araq
2014-01-23
2
-4
/
+1
*
|
closure iterators work
Araq
2014-01-23
1
-15
/
+39
*
|
closure iterators almost work
Araq
2014-01-23
2
-191
/
+189
*
|
next steps for closure iterators
Araq
2014-01-22
7
-53
/
+107
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-01-20
1
-1
/
+1
|
\
|
*
fix the segfault in #827
Zahary Karadjov
2014-01-20
1
-1
/
+1
*
|
parser support anon iterators
Araq
2014-01-20
2
-4
/
+9
*
|
updated grammar.txt
Araq
2014-01-20
1
-2
/
+2
*
|
command syntax is allowed in expressions
Araq
2014-01-20
1
-44
/
+74
|
/
*
compiler warns when you use GC'ed memory and '--gc:none'
Araq
2014-01-19
2
-2
/
+19
*
'nil' as a statement is deprecated, use an empty 'discard' instead
Araq
2014-01-19
39
-128
/
+131
[next]