summary refs log tree commit diff stats
path: root/tests/tuples
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated modules (#10215)Miran2019-01-071-1/+0
* Const tuple unpacking: add tests (#10100)ee72018-12-271-0/+16
* lots of small changesArne Döring2018-12-111-1/+1
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
* Merge tests into a larger file (part 8 of ∞) (#9583)Miran2018-11-0611-214/+213
* fixes more nil handling regressionsAraq2018-08-132-14/+14
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-4/+4
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+13
* make tests green againAraq2017-12-151-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* fixes tuple unpacking regressionAndreas Rumpf2017-04-261-0/+2
* Fix for #5695 make subscript operator overloadable for tuples (#5749)cooldome2017-04-241-0/+40
* fix: generic tuples instantiations were cached incorrectlyAndreas Rumpf2016-07-281-0/+4
* Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-151-0/+4
* Use target field types in tuple conversions.Matthew Baulch2016-07-141-0/+19
* fixes #3579Andreas Rumpf2016-06-051-1/+1
* SpellcheckFederico Ceratto2016-02-291-2/+2
* tuple unpacking works in a non-var/let contextAraq2015-08-211-0/+32
* s/procedure/routine/ in tests.Dominik Picheta2015-06-051-1/+1
* Got rid of errUndeclaredProcedureField.Dominik Picheta2015-06-041-1/+1
* Fixes #2584Dominik Picheta2015-06-041-1/+1
* made test greenAraq2015-05-031-0/+46
* fixes regression caused by code cleanupsAraq2015-04-291-0/+766
* Adds test file, for bug #1986Joseph Turner2015-04-091-0/+10
* fixes #2369Araq2015-03-211-0/+17
* fixes #2121Araq2015-02-141-0/+9
* typo; last commit fixes #1910Araq2015-01-181-1/+1
* revert to old behaviour: tuple field names are not ignored anymore; fixes #1920Araq2015-01-182-6/+10
* tuple field names are ignoredAraq2014-12-231-1/+5
* new tester; all tests categorizedAraq2014-01-132-0/+25
#n336'>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 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514