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
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+4
*
Make `typeRel` behave to spec (#22261)
Ryan McConnell
2023-09-30
1
-15
/
+60
*
fixes #10542; suppresses varargs conversion warnings (#22757)
ringabout
2023-09-26
1
-1
/
+1
*
Fix #21742: Check generic alias depth before skip (#22443)
SirOlaf
2023-09-08
1
-2
/
+6
*
fully revert generic inst sym change, test #22646 (#22653)
metagn
2023-09-06
1
-10
/
+2
*
fix sym of created generic instantiation type (#22642)
metagn
2023-09-05
1
-2
/
+10
*
`initCandidate` and friends now return values (#22570)
ringabout
2023-08-28
1
-36
/
+27
*
Markdown code blocks migration part 9 (#22506)
Amjad Ben Hedhili
2023-08-19
1
-1
/
+1
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-10
/
+9
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-2
/
+2
*
Fix #5780 (#22428)
Bung
2023-08-09
1
-1
/
+1
*
fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi… (#20...
Bung
2023-08-08
1
-2
/
+6
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-6
/
+19
*
fix #20883 Unspecified generic on default value segfaults the compiler (#21172)
Bung
2023-08-04
1
-0
/
+5
*
Fix crash when using uninstantiated generic (#22379)
Jake Leahy
2023-08-04
1
-0
/
+2
*
Expands codegenDecl to work in function params. fixes #22306 (#22307)
Juan M Gómez
2023-07-23
1
-1
/
+1
*
fixes #22138 (#22221)
Andreas Rumpf
2023-07-04
1
-2
/
+7
*
fix nested call regression in generic bodies (#22189)
metagn
2023-06-29
1
-0
/
+11
*
make `var object` match better than `object` (#22152)
metagn
2023-06-25
1
-1
/
+3
*
fixes #22049; fixes #22054; implicit conversion keeps varness (#22097)
ringabout
2023-06-16
1
-1
/
+7
*
fix calls in generic bodies, delay typecheck when no overloads match (#22029)
metagn
2023-06-13
1
-1
/
+7
*
clean up isNilConversion for seqs, strings (#22057)
ringabout
2023-06-09
1
-7
/
+1
*
make `proc` not implicitly convert to `pointer` with a preview define (#21953)
metagn
2023-05-30
1
-1
/
+4
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-2
/
+2
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
1
-1
/
+1
*
actually fix #19015 (#21680)
metagn
2023-04-17
1
-1
/
+3
*
revert #21227 (#21681)
metagn
2023-04-17
1
-6
/
+2
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
1
-5
/
+14
*
remove useVersion (#21626)
metagn
2023-04-08
1
-1
/
+1
*
Use `analyseIfAddressTaken` logic for checking if address is taken in convert...
Jake Leahy
2023-03-20
1
-2
/
+1
*
remove nosinks hacks from compiler (#21469)
ringabout
2023-03-04
1
-1
/
+1
*
Specify that address is taken when converter takes a var parameter (#21391)
Jake Leahy
2023-02-21
1
-0
/
+1
*
fix typeRel of typeDesc (#21227)
Bung
2023-01-09
1
-2
/
+6
*
less verbose type mismatch messages (#21191)
ringabout
2022-12-28
1
-17
/
+23
*
Fix nimsuggest not suggesting fields in when theres static parameters (#21189)
Jake Leahy
2022-12-28
1
-1
/
+1
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-2
/
+0
*
fix #16541 (#21148)
Bung
2022-12-22
1
-0
/
+2
*
definite assignment analysis for let (#21024)
ringabout
2022-12-06
1
-2
/
+5
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
1
-0
/
+2
*
fix #20829 Regression in int64 type matching since (#21019)
Bung
2022-12-06
1
-2
/
+4
*
Revert "fixes #20883; Unspecified generic on default value segfaults the comp...
ringabout
2022-12-06
1
-2
/
+1
*
fixes #20883; Unspecified generic on default value segfaults the compiler (#2...
ringabout
2022-12-01
1
-1
/
+2
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
1
-19
/
+28
*
fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...
ringabout
2022-11-24
1
-10
/
+12
*
fix #19149 Invalid codegen when returning var tuple from a template (#20762)
Bung
2022-11-06
1
-2
/
+3
*
fix #19700 Crash when passing a template to a generic functio… (#20567)
Bung
2022-10-15
1
-0
/
+2
*
fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)
Bung
2022-10-11
1
-2
/
+1
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
1
-8
/
+19
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
1
-3
/
+2
*
remove a special case in sigmatch; distinct pointer types no longer match `ni...
ringabout
2022-08-23
1
-2
/
+0
[next]