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
/
sigmatch.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve error messages for mismatched templates involving 'untyped' and stmts
Andreas Rumpf
2016-05-27
1
-3
/
+5
*
fixes a varargs[untyped] bug that kept strscans from compiling
Araq
2016-05-10
1
-20
/
+29
*
fixes #3544
Andreas Rumpf
2016-04-30
1
-0
/
+6
*
fixes #2006
Andreas Rumpf
2016-04-04
1
-1
/
+1
*
fixed regressions
Andreas Rumpf
2016-03-29
1
-1
/
+1
*
fixes #3998
Andreas Rumpf
2016-03-28
1
-19
/
+18
*
fixes #3836
Andreas Rumpf
2016-03-04
1
-4
/
+7
*
fixes #3686
Andreas Rumpf
2016-03-01
1
-5
/
+2
*
added experimental .this pragma
Andreas Rumpf
2016-02-28
1
-1
/
+3
*
fixes #3584
Araq
2016-01-18
1
-1
/
+2
*
fixes another regression
Andreas Rumpf
2016-01-13
1
-2
/
+2
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-11
/
+0
*
fixes #3452
Araq
2015-10-22
1
-0
/
+7
*
fixes #3305; error message will improve with later improvements for concepts
Araq
2015-09-18
1
-0
/
+3
*
fixes #3329
Araq
2015-09-18
1
-1
/
+1
*
fixes #2599
Araq
2015-09-13
1
-4
/
+1
*
next steps in binding [] properly
Araq
2015-09-13
1
-0
/
+1
*
first attempt to fix 'a[i]' handling in generics
Araq
2015-09-12
1
-0
/
+6
*
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-1
/
+1
*
extending metatype matching in sigmatch.nim
Peter Mora
2015-08-21
1
-5
/
+60
*
fix recently introduced regressions
Araq
2015-07-22
1
-5
/
+2
*
fixes #3079, fixes #1146, fixes #2879
Araq
2015-07-22
1
-2
/
+9
*
varargs[untyped] actually works
Araq
2015-07-02
1
-1
/
+6
*
fixes broken merge
Araq
2015-07-02
1
-1
/
+5
*
implements varargs[untyped]; refs #2545; to be documented
Araq
2015-07-02
1
-6
/
+19
*
fixes #2993
Araq
2015-07-01
1
-6
/
+2
*
Fixes #3022
r-ku
2015-06-30
1
-1
/
+5
*
fixes #2974
Araq
2015-06-25
1
-0
/
+2
*
renamed writeln to writeLine in compiler
patrick dw
2015-06-19
1
-6
/
+6
*
string only matches for openarray not varargs
Billingsly Wetherfordshire
2015-06-01
1
-4
/
+5
*
made string compatible with openarray[char]
Billingsly Wetherfordshire
2015-06-01
1
-0
/
+5
*
Fix #2662: Don't convert subtype typedesc params
Adam Strzelecki
2015-05-13
1
-1
/
+4
*
fixes #2470, fixes #1354
Araq
2015-04-28
1
-11
/
+4
*
fixes #2577
Araq
2015-04-27
1
-0
/
+1
*
fixes regression: overloading by 'var'
Araq
2015-04-25
1
-2
/
+3
*
fixes #2600
Araq
2015-04-25
1
-5
/
+5
*
fixes #2505, fixes #1853, fixes #2522
Araq
2015-04-20
1
-1
/
+3
*
fixes #2481
Araq
2015-04-10
1
-2
/
+5
*
fixes #2500
Araq
2015-04-10
1
-4
/
+6
*
first implementation of overloading of '='; missing: rewriting let/var sections
Araq
2015-04-06
1
-3
/
+6
*
don't store the scope for routines
Araq
2015-04-04
1
-1
/
+2
*
fixes #2397
Araq
2015-03-25
1
-16
/
+22
*
concept example from the manual now works again
Araq
2015-03-23
1
-14
/
+4
*
fixes #2266
Araq
2015-03-22
1
-1
/
+3
*
fixes #2221
Araq
2015-03-21
1
-4
/
+17
*
fixes #2304
Araq
2015-03-16
1
-2
/
+6
*
fixes #1809; implements overloading based on 'var T'
Araq
2015-03-14
1
-15
/
+6
*
fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used
Araq
2015-03-10
1
-39
/
+87
*
fixes #1940; code breakage! stricter template evaluation
Araq
2015-03-07
1
-1
/
+1
[next]