summary refs log tree commit diff stats
path: root/lib/std/assertions.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...ringabout2022-12-291-1/+8
* remove legacy code (#21134)ringabout2022-12-261-2/+0
* fix #19580; add warning for bare except: clause (#21099)ringabout2022-12-151-0/+2
* revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)ringabout2022-11-041-3/+1
* make `system/fatal` importable (#20719)ringabout2022-11-011-2/+1
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-231-2/+4
* move assertions out of system (#19599)flywind2022-03-231-0/+121