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
/
semcall.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix leftover comment from #9766
Timothee Cour
2019-01-08
1
-7
/
+5
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
1
-1
/
+14
*
Converter bug fixes (#9700)
cooldome
2018-11-15
1
-0
/
+2
*
added first version of a nimfind tool for the poor souls that don't have a go...
Andreas Rumpf
2018-11-14
1
-2
/
+2
*
feedback injected
Arne Döring
2018-11-08
1
-1
/
+2
*
fix #9319
Arne Döring
2018-11-08
1
-0
/
+2
*
produce more helpful error messages when overloading resolution fails
Andreas Rumpf
2018-11-03
1
-8
/
+12
*
replace deprecated `safeAdd` with `add` (#9416)
Miran
2018-10-18
1
-1
/
+1
*
fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...
Timothee Cour
2018-10-14
1
-5
/
+27
*
Fix overload resolution for pragmas evaluation (#8902)
LemonBoy
2018-10-09
1
-6
/
+7
*
fixes #8043
Araq
2018-09-03
1
-4
/
+7
*
show all mismatching overloads again
Araq
2018-08-27
1
-9
/
+11
*
improve the error message for mutability problems that arise from implicit co...
Araq
2018-08-27
1
-1
/
+3
*
improve error messages by filtering out highly unlikely mismatches
Andreas Rumpf
2018-08-24
1
-0
/
+10
*
Update all the default parameters after an instantiation (#8689)
LemonBoy
2018-08-20
1
-6
/
+5
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-3
/
+3
*
Try conversion to static[T] in generic instantation (#8443)
LemonBoy
2018-07-30
1
-1
/
+9
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-1
/
+3
*
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-4
/
+19
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-5
/
+5
*
Merge branch 'devel' into araq-big-refactoring
Andreas Rumpf
2018-05-27
1
-0
/
+1
|
\
|
*
fix #7883; fix #7829
Zahary Karadjov
2018-05-26
1
-0
/
+1
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-2
/
+2
*
|
make tests green again
Andreas Rumpf
2018-05-18
1
-2
/
+3
|
/
*
make tests green again
Araq
2018-05-14
1
-2
/
+2
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-26
/
+33
*
sigmatch: speed it up
Andreas Rumpf
2018-04-28
1
-17
/
+18
*
minor speedup: concept tests still green
Andreas Rumpf
2018-04-28
1
-3
/
+4
*
stuff that is green
Andreas Rumpf
2018-04-28
1
-15
/
+18
*
.experimental can now be used to enable specific features
Andreas Rumpf
2018-04-24
1
-1
/
+1
*
revert the error message
Araq
2018-04-06
1
-1
/
+1
*
improve compiler error message
Araq
2018-04-06
1
-1
/
+1
*
fixes #7335
Araq
2018-03-18
1
-3
/
+3
*
make concept tests green again
Andreas Rumpf
2018-02-27
1
-1
/
+1
*
improve the error message for #4659; closes #4659
Andreas Rumpf
2018-02-25
1
-9
/
+12
*
improve the error message for mutability problems
Araq
2018-02-17
1
-1
/
+7
*
fixes #6186
Andreas Rumpf
2018-02-11
1
-2
/
+16
*
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...
Araq
2018-02-10
1
-4
/
+4
*
improve error message for twrongcolon
Andreas Rumpf
2018-02-06
1
-2
/
+2
*
improve the error messages regarding type mismatches in overloading resolution
Andreas Rumpf
2018-02-04
1
-2
/
+16
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-1
/
+1
*
make tests green again
Araq
2017-12-01
1
-2
/
+0
*
improve the error messages when overloaded '.' operators are involved
Araq
2017-11-30
1
-1
/
+3
*
language change: change how the experimental dot operators work
Andreas Rumpf
2017-11-29
1
-5
/
+4
*
made nimresolve part of the compiler
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
preparations for another bugfix
Andreas Rumpf
2017-10-19
1
-0
/
+4
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
fix #1017; fix #3309
Zahary Karadjov
2017-06-20
1
-1
/
+2
*
improve confusing error messages for failed overloading resolution when deref...
Araq
2017-05-31
1
-1
/
+7
[next]