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
/
semtypinst.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
make sigmatch use prepareNode for tyFromExpr (#24095)
metagn
2024-09-11
1
-0
/
+8
*
don't instantiate generic body type symbols in generic expressions (#24092)
metagn
2024-09-10
1
-0
/
+5
*
adapt generic default parameters to recent generics changes (#24065)
metagn
2024-09-06
1
-1
/
+1
*
fix segfault with gensym node instantiation (#24050)
metagn
2024-09-03
1
-1
/
+2
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
1
-3
/
+10
*
sem generic proc param types like generic types + static instantiation fixes ...
metagn
2024-08-26
1
-1
/
+24
*
sem all call nodes in generic type bodies + many required fixes (#23983)
metagn
2024-08-20
1
-10
/
+64
*
include generic bodies in allowMetaTypes (#23968)
metagn
2024-08-20
1
-1
/
+2
*
fix generics treating symchoice symbols as uninstantiated (#23860)
metagn
2024-07-19
1
-1
/
+5
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-19
/
+21
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-1
/
+6
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-18
/
+17
*
fixes #9381; Fix double evaluation of types in generic objects (#23072)
Pylgos
2023-12-14
1
-5
/
+14
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-13
/
+13
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-12
/
+8
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-2
/
+2
*
Fix #17509: Continue instead of return with unfinished generics (#22563)
SirOlaf
2023-09-07
1
-1
/
+2
*
minor refactoring, move some sym/type construction to semdata (#22654)
metagn
2023-09-07
1
-2
/
+0
*
fully revert generic inst sym change, test #22646 (#22653)
metagn
2023-09-06
1
-11
/
+0
*
fix sym of created generic instantiation type (#22642)
metagn
2023-09-05
1
-0
/
+12
*
When in object handles procedure call again, fixes #22474 (#22480)
Jason Beetham
2023-08-15
1
-1
/
+1
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-6
/
+4
*
refactor `result = default(...)` into object construction (#22455)
ringabout
2023-08-11
1
-10
/
+4
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-3
/
+3
*
fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi… (#20...
Bung
2023-08-08
1
-6
/
+7
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+3
*
fix calls in generic bodies, delay typecheck when no overloads match (#22029)
metagn
2023-06-13
1
-22
/
+24
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
Fix segfault caused by ensuring valueless statics are not evaluated (#21577)
Jason Beetham
2023-03-29
1
-1
/
+1
*
Made generic type classes work with types using static parameters (#21528)
Jason Beetham
2023-03-17
1
-4
/
+23
*
Fix #20416. Enable the recursion limit for ref/ptr types. (#21092)
Aditya Siram
2022-12-13
1
-4
/
+14
*
Revert "fixes #20883; Unspecified generic on default value segfaults the comp...
ringabout
2022-12-06
1
-5
/
+1
*
fixes #20883; Unspecified generic on default value segfaults the compiler (#2...
ringabout
2022-12-01
1
-1
/
+5
*
Fixes #20348; only respect the recursion limit if the symbol's generic type ...
Aditya Siram
2022-09-22
1
-11
/
+14
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
test whether it is unnecessary (#18893)
flywind
2021-10-14
1
-1
/
+1
*
Alternative to #18928 (#18931)
Jason Beetham
2021-09-30
1
-6
/
+6
*
semtypinst: don't wrap type nodes from expressions in static[T] (#18860)
alaviss
2021-09-17
1
-1
/
+1
*
Fixed #18838 (#18841) [backport]
Jason Beetham
2021-09-13
1
-1
/
+5
*
Fix recursive generic typed defs (#18809)
Jason Beetham
2021-09-06
1
-1
/
+1
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
1
-1
/
+1
*
ORC: improvements (#17993)
Andreas Rumpf
2021-05-12
1
-1
/
+1
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+3
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
1
-0
/
+2
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-4
/
+4
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-19
/
+14
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-18
/
+0
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-7
/
+12
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-1
/
+1
[next]