summary refs log tree commit diff stats
path: root/compiler/nilcheck.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22637; now `--experimental:strictNotNil` can be enabled globally (#23079)ringabout2023-12-161-2/+2
* fixes yet another strictdefs bug (#23069)ringabout2023-12-151-9/+9
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-3/+3
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-201-2/+2
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-2/+2
* use strictdefs for compiler (#22365)ringabout2023-08-061-8/+10
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-241-2/+2
* fixes #20572 (#20585)Andreas Rumpf2022-10-171-1/+1
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* CIs: attempt to use csources_v1 (#16282)Andreas Rumpf2021-04-211-1/+1
* cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...Timothee Cour2021-04-171-1/+1
* fixes #11225; generic sandwich problems; [backport:1.2] (#17255)Andreas Rumpf2021-03-091-1/+2
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-64/+64
* Nil type check implementation (#15287)Alexander Ivanov2020-12-291-0/+1381