summary refs log tree commit diff stats
path: root/tests/notnil
Commit message (Expand)AuthorAgeFilesLines
* make binary `not` not parse complex expressions on right side (#22078)metagn2023-06-121-0/+18
* add testcase for #9466 (#17538)flywind2021-03-281-0/+28
* Add tests for #8481, #6490 and #4061 (#14083)Clyybber2020-04-231-0/+10
* More precise error messages for uninitialized fields in the presence of inher...Zahary Karadjov2020-04-011-3/+7
* Fix tests/notnil/tnotnil_in_objconstr.nimZahary Karadjov2020-04-011-1/+1
* new feature: --staticBoundChecks:on to enforce static array index checking (#...Andreas Rumpf2020-03-181-2/+3
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
* make tests green againAraq2018-08-133-35/+8
* fixes more nil handling regressionsAraq2018-08-131-11/+1
* make tests green againAndreas Rumpf2018-05-021-1/+1
* make 'not nil' experimentalAndreas Rumpf2018-05-028-9/+13
* fixes #3993Araq2017-11-231-0/+14
* fixes #6489Araq2017-11-231-1/+7
* closes #6121Araq2017-11-231-0/+21
* fixes #6555Araq2017-11-231-1/+12
* fixes #6682Araq2017-11-221-0/+26
* cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-043-6/+6
* fixes #2355Araq2015-03-281-0/+14
* fixes #2352Araq2015-03-161-1/+7
* fixes #2216Araq2015-02-261-0/+27
* Added notnil test for issue #1216Clay Sweetser2014-06-181-0/+14
* fixes #584Araq2014-02-141-0/+35
* new tester; all tests categorizedAraq2014-01-133-0/+87
> 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374