summary refs log tree commit diff stats
path: root/lib/std/assertions.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22163; use `{.push warning[BareExcept]:off.}` to override settings tem...ringabout2023-06-271-2/+2
* refact: Remove assertion effect hiding workaround (#21472)quantimnot2023-04-211-6/+1
* 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
n106' href='#n106'>106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159