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
/
tests
/
overload
Commit message (
Expand
)
Author
Age
Files
Lines
*
make `var`/pointer types not match if base type has to be converted (#24130)
metagn
2024-09-18
2
-0
/
+352
*
test case haul before 2.2 (#24119)
metagn
2024-09-17
3
-0
/
+55
*
fix subscript magic giving unresolved generic param type (#23988)
metagn
2024-08-22
2
-0
/
+25
*
Overload resultion with generic variables an inheritance (#23870)
Ryan McConnell
2024-07-24
2
-21
/
+84
*
fixes 23823; array static overload - again (#23824)
Ryan McConnell
2024-07-11
1
-0
/
+10
*
fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)
ringabout
2024-07-10
1
-2
/
+2
*
fixes #23755; array static inference during overload resolution (#23760)
Ryan McConnell
2024-07-01
1
-0
/
+52
*
account for nil return type in tyProc sumGeneric (#23250)
metagn
2024-01-23
1
-0
/
+17
*
Changing generic weight of `tyGenericParam` (#22143)
Ryan McConnell
2024-01-05
6
-1
/
+115
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-12
/
+13
*
make `var object` match better than `object` (#22152)
metagn
2023-06-25
1
-0
/
+11
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-4
/
+2
*
fixes #20645 (#20646)
Andreas Rumpf
2022-10-24
1
-1
/
+11
*
fixes #3748 (#20563)
Andreas Rumpf
2022-10-14
1
-0
/
+14
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-1
/
+1
*
remove {.this.} pragma, deprecated since 0.19 (#20201)
metagn
2022-08-23
1
-20
/
+0
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
2
-3
/
+3
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
1
-2
/
+2
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
1
-0
/
+20
*
improve several tests in testament (#18635)
Timothee Cour
2021-08-08
1
-1
/
+1
*
make megatest consistent with unjoined tests wrt newlines, honor newlines in ...
Timothee Cour
2020-11-28
1
-1
/
+4
*
close #8829(add testcase for #8829) (#15866)
flywind
2020-11-06
1
-0
/
+18
*
add testcase for #7416 (#15782)
flywind
2020-10-30
1
-0
/
+9
*
fix infinite recursion in typeRel (#15241)
jcosborn
2020-09-18
1
-0
/
+45
*
fix some issues overloading with generics and inheritance (#15211)
jcosborn
2020-08-27
1
-5
/
+31
*
fix overloading issue with generic invocation (#15135)
jcosborn
2020-08-18
1
-0
/
+60
*
fix overloading case with generic alias (#15116)
jcosborn
2020-07-30
1
-0
/
+105
*
exp. features now in correct manual, closes #11932 (#14195)
hlaaftana
2020-05-02
1
-0
/
+14
*
fixes #11375 (#11376)
Andreas Rumpf
2019-06-02
1
-0
/
+50
*
fixes #8568 (#11303)
Andreas Rumpf
2019-05-22
2
-0
/
+40
*
closes #6076
Araq
2019-05-22
1
-0
/
+24
*
fixes #11239
Araq
2019-05-22
1
-0
/
+16
*
fixes #9149 [backport]
Araq
2019-01-29
1
-0
/
+22
*
megatest checks output and nimout
Arne Döring
2018-12-11
1
-19
/
+15
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
1
-3
/
+1
*
updated tests to be executed
Arne Döring
2018-11-23
1
-1
/
+4
*
More descriptive names of test files (#9531)
Miran
2018-10-29
2
-0
/
+0
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
15
-343
/
+361
*
make tests green again
Andreas Rumpf
2018-07-05
1
-2
/
+2
*
make tests green again
Andreas Rumpf
2018-07-05
2
-2
/
+2
*
Backwards-compatible support for keyword arguments in the command syntax
Zahary Karadjov
2018-05-07
1
-2
/
+3
*
Bugfix: Allow matching on nkExprEqExpr against varargs[untyped]
Zahary Karadjov
2018-05-07
1
-0
/
+15
*
make tests green again
Andreas Rumpf
2018-05-02
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2018-04-22
1
-1
/
+1
*
fixes #7291
Araq
2018-03-05
1
-1
/
+3
*
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...
Araq
2018-02-10
1
-1
/
+1
*
Fix compiler crash (#6773) (#6774)
cooldome
2017-11-18
1
-0
/
+47
*
added another test case for #6526
Andreas Rumpf
2017-10-28
1
-0
/
+11
*
fixes #6526
Araq
2017-10-27
1
-5
/
+20
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
3
-7
/
+9
[next]