summary refs log tree commit diff stats
path: root/tests/enum
Commit message (Expand)AuthorAgeFilesLines
* fix #15145 (#15816)flywind2020-11-021-0/+11
* fix #15752 (#15754)cooldome2020-10-281-0/+9
* fix enumtostr crash for enum-range (#13035)Jasper Jenkins2020-01-051-0/+12
* add tests for recently closed issues (#10722)Miran2019-02-231-0/+9
* 32 bit fixes (#10608)Arne Döring2019-02-131-2/+2
* Deprecated pragma is now supported on enum fields (#10113)Neelesh Chandola2018-12-302-0/+32
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+1
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ...Timothee Cour2018-10-141-1/+1
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-139-139/+144
* fixes #8066Araq2018-08-311-0/+19
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* Fixes #5062 (#5527); JS: holes in enumsSilvio2017-03-153-16/+39
* fixes #5148Araq2016-12-291-0/+7
* Added a test caseYuriy Glukhov2016-05-181-0/+6
* add tfile/tline assertions for template expansion file/lineAman Gupta2015-10-061-2/+2
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-046-35/+35
* s/procedure/routine/ in tests.Dominik Picheta2015-06-051-1/+1
* Fixes #2584Dominik Picheta2015-06-041-1/+1
* fixes --gc:none regression; made some tests greenAraq2015-03-101-1/+1
* Fixes tenumitems test.Dominik Picheta2014-08-161-1/+1
* new tester; all tests categorizedAraq2014-01-139-0/+140
242' href='#n242'>242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 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 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406