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
*
sigmatch compiles again
Andreas Rumpf
2018-05-11
1
-42
/
+44
*
sigmatch: speed it up
Andreas Rumpf
2018-04-28
1
-3
/
+1
*
minor speedup: concept tests still green
Andreas Rumpf
2018-04-28
1
-10
/
+9
*
stuff that is green
Andreas Rumpf
2018-04-28
1
-7
/
+17
*
fixes #7600, generic object with generic ref object parent typerel bug (#7678)
andri lim
2018-04-27
1
-2
/
+7
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-1
/
+1
*
fixes #7331
Araq
2018-03-18
1
-1
/
+2
*
improves the stability of 'nim check'
Andreas Rumpf
2018-03-13
1
-1
/
+3
*
fixes #7247
Andreas Rumpf
2018-02-23
1
-28
/
+31
*
Fixes #6853 (#7188)
cooldome
2018-02-10
1
-1
/
+6
*
improve the error messages regarding type mismatches in overloading resolution
Andreas Rumpf
2018-02-04
1
-2
/
+6
*
make tests green again
Andreas Rumpf
2018-02-03
1
-16
/
+16
*
disabled non-documented overloading rule for templates and macros
Andreas Rumpf
2018-02-02
1
-13
/
+16
*
better type inference for numerical types; prerequisitive for version 1
Andreas Rumpf
2018-02-02
1
-3
/
+29
*
sink type begins to compile
Andreas Rumpf
2018-01-08
1
-14
/
+16
*
fixes #6073
Andreas Rumpf
2017-11-18
1
-1
/
+1
*
Fix compiler crash (#6773) (#6774)
cooldome
2017-11-18
1
-1
/
+1
*
concepts: fixes the stack overflow that happens for #6691
Andreas Rumpf
2017-11-05
1
-1
/
+2
*
make range type checking more restrictive, see tn8vsint16 test case; minor br...
Andreas Rumpf
2017-11-01
1
-1
/
+10
*
made nimresolve part of the compiler
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-8
/
+8
*
fixes #6526
Araq
2017-10-27
1
-10
/
+14
*
destructors: supportsCopyMem finally works for recursive types
Araq
2017-10-26
1
-1
/
+2
*
preparations for another bugfix
Andreas Rumpf
2017-10-19
1
-1
/
+12
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
1
-6
/
+7
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-1
/
+1
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-4
/
+4
*
fix #5918
Zahary Karadjov
2017-08-19
1
-1
/
+3
*
Fix #5084
Zahary Karadjov
2017-06-20
1
-3
/
+6
*
Fix #4737
Zahary Karadjov
2017-06-20
1
-3
/
+6
*
Fix #5127
Zahary Karadjov
2017-06-20
1
-5
/
+6
*
fix #1017; fix #3309
Zahary Karadjov
2017-06-20
1
-0
/
+6
*
fix #2730; fix #4880
Zahary Karadjov
2017-06-20
1
-0
/
+7
*
fix #5017; fix #5893
Zahary Karadjov
2017-06-20
1
-1
/
+3
*
fix #5864
Zahary Karadjov
2017-06-20
1
-0
/
+2
*
add a useful helper for debugging typeRel problems
Zahary Karadjov
2017-06-20
1
-4
/
+26
*
introduce a pre-processing pass for the concept bodies
Zahary Karadjov
2017-06-20
1
-36
/
+22
*
fix #5890
Zahary Karadjov
2017-06-20
1
-1
/
+2
*
cleanup of in/out covariance handling
Andreas Rumpf
2017-05-17
1
-6
/
+6
*
enforce the covariance rules for user-defined generic types
Zahary Karadjov
2017-05-13
1
-4
/
+4
*
covariance for arrays and sequences
Zahary Karadjov
2017-05-12
1
-12
/
+40
*
doh, forgot to add all files in the previous commit
Zahary Karadjov
2017-05-12
1
-12
/
+58
*
a simple way to simulate covariance in generic types
Zahary Karadjov
2017-04-28
1
-1
/
+6
*
fix a regrsesion in signature matching of derived ptr types
Zahary Karadjov
2017-04-18
1
-3
/
+5
*
Restore the compilation of linalg by tweaking the complex disambiguation rules
Zahary Karadjov
2017-04-16
1
-10
/
+18
*
fix regression in tmatrixconcept
Zahary Karadjov
2017-04-16
1
-0
/
+4
*
fix a compilation error in linalg
Zahary Karadjov
2017-04-16
1
-25
/
+23
*
fix #5689
Zahary Karadjov
2017-04-15
1
-8
/
+10
*
fix #5683
Zahary Karadjov
2017-04-14
1
-6
/
+9
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-1
/
+12
[next]