summary refs log tree commit diff stats
path: root/lib/system/assertions.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #17033 [backport:1.4] (#17061)Andreas Rumpf2021-02-171-4/+2
* Improve documentation for assertions (#16988)konsumlamm2021-02-111-35/+51
* Fix broken links in docs (#16336)Elliot Waite2020-12-141-1/+1
* doAssertRaises improvements; nimscript supports `except Exception as e` (#15765)Timothee Cour2020-11-121-9/+10
* init checks and 'out' parameters (#14521)Andreas Rumpf2020-06-231-0/+1
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-051-2/+2
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-6/+6
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-2/+2
* Add Documentation (#13811)Juan Carlos2020-03-311-0/+6
* fixes #13519Araq2020-03-111-1/+1
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-041-1/+3
* fix error in assertions document (#12925) [backport]flywind2019-12-181-1/+1
* Fix many broken linksJjp1372019-10-221-1/+1
* Fixes #12044 (#12071)Ico Doornekamp2019-08-281-5/+5
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-2/+2
* assertions: fixes #11545 (#11605)alaviss2019-07-011-3/+5
* assertions: make assert follow excessiveStackTrace (#11574)alaviss2019-06-251-3/+1
* Allow void macro result (#11286)Arne Döring2019-05-211-1/+1
* move system.dollars in a separate file (#10829)Miran2019-03-131-2/+14
* system: some documentation improvements (#10809)Miran2019-03-111-1/+1
* move assertions and iterators out of system.nim (#10597)Miran2019-03-071-0/+89