summary refs log tree commit diff stats
path: root/compiler/isolation_check.nim
Commit message (Expand)AuthorAgeFilesLines
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-141-7/+9
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-121-4/+4
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-291-1/+3
* use strictdefs for compiler (#22365)ringabout2023-08-061-1/+6
* isolation spec update; WIP (#21843)Andreas Rumpf2023-05-141-2/+74
* move assertions out of system (#19599)flywind2022-03-231-0/+3
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
* fixes #19013 [backport:1.6] (#19111)Andreas Rumpf2021-11-091-1/+16
* fixes #18326 (#18335)Andreas Rumpf2021-06-231-2/+2
* potential fix for semgeneric formal params (#17494)Saem Ghani2021-03-241-0/+3
* [isolation]fix empty ref object bug (#17471)flywind2021-03-241-2/+6
* canAlias improvement (#15773)cooldome2020-10-301-2/+11
* explicit ID generation for easier IC (#15559)Andreas Rumpf2020-10-251-1/+1
* compiler: minor code cleanupsAraq2020-07-271-1/+1
* writing to a location counts as "side effect"; implements https://github.com/...Andreas Rumpf2020-07-251-1/+1
* 'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)Andreas Rumpf2020-07-201-0/+117