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
/
semdata.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes requiresInit for var statements without initialization (#24177)
ringabout
2024-09-26
1
-0
/
+1
*
fix calls to untyped arbitrary expressions in generics (#24100)
metagn
2024-09-13
1
-1
/
+0
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
1
-0
/
+3
*
allow generic compileTime proc folding (#22022)
metagn
2024-08-18
1
-0
/
+1
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-8
/
+6
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-1
/
+1
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-22
/
+22
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-4
/
+0
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-7
/
+0
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-13
/
+13
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-3
/
+3
*
make expressions opt in to symchoices (#22716)
metagn
2023-09-18
1
-0
/
+1
*
minor refactoring, move some sym/type construction to semdata (#22654)
metagn
2023-09-07
1
-0
/
+22
*
fixes internal error: no generic body fixes #1500 (#22580)
Juan M Gómez
2023-09-01
1
-1
/
+1
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-15
/
+15
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-5
/
+5
*
fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659)
Bung
2023-08-10
1
-0
/
+2
*
Add experimental inferGenericTypes switch (#22317)
SirOlaf
2023-08-03
1
-1
/
+1
*
adds another pass for sets fixes #6259 (#22099)
Juan M Gómez
2023-06-15
1
-1
/
+1
*
Allows for arbitrary ordering of inheritance in type section #6259 (#22070)
Juan M Gómez
2023-06-15
1
-0
/
+1
*
strictly typecheck expressions in bracketed `emit` (#22074)
metagn
2023-06-13
1
-0
/
+1
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
implements #21620: allowing to import multiple modules with shared names (#21...
Juan M Gómez
2023-04-21
1
-0
/
+1
*
fixes #21260; add check for illegal recursion for defaults (#21270)
ringabout
2023-01-18
1
-0
/
+1
*
better procvar ambiguity errors, clean up after #20457 (#20932)
metagn
2022-12-01
1
-2
/
+3
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
1
-0
/
+1
*
fixes #20740; fixes pre-existing field visibility issues and removes `efSkipF...
ringabout
2022-11-03
1
-2
/
+1
*
fix semcase on tySequence and tyObject #20283 #19682 (#20339)
Bung
2022-11-01
1
-0
/
+1
*
fixes #20681; add efSkipFieldVisibilityCheck to skip check (#20639)
ringabout
2022-10-28
1
-1
/
+2
*
fixes #20645 (#20646)
Andreas Rumpf
2022-10-24
1
-1
/
+1
*
fixes #3748 (#20563)
Andreas Rumpf
2022-10-14
1
-1
/
+1
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-3
/
+3
*
remove {.this.} pragma, deprecated since 0.19 (#20201)
metagn
2022-08-23
1
-2
/
+0
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-0
/
+1
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-1
/
+3
*
refactoring: removed dead code (#18567)
Andreas Rumpf
2021-07-24
1
-1
/
+1
*
Extended side effect error messages (#18418)
quantimnot
2021-07-15
1
-0
/
+1
*
followup #18362: make `UnusedImport` work robustly (#18366)
Timothee Cour
2021-06-27
1
-1
/
+2
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-2
/
+2
*
minor cleanups (#17948)
Andreas Rumpf
2021-05-06
1
-2
/
+0
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-0
/
+3
*
Revert localErrorNode param order changes (#17809)
Clyybber
2021-04-21
1
-4
/
+14
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-1
/
+1
*
fix `hintMsgOrigin` regression + simplify msgs code (#17805)
Timothee Cour
2021-04-21
1
-12
/
+8
*
Introduce localErrorNode (#17785)
Clyybber
2021-04-19
1
-0
/
+13
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-2
/
+6
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-0
/
+10
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
1
-0
/
+3
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-1
/
+1
[next]