summaryrefslogtreecommitdiff
path: root/tests/basic-types
Commit message (Expand)AuthorAgeFilesLines
* Fix test of previous commit a6df1b9Luca Bruno2014-12-221-14/+15
* codegen: Fix (unowned foo)[] to foo[] array copyLuca Bruno2014-12-211-0/+17
* Add trivial test for the previous commitLuca Bruno2014-12-121-0/+2
* Support XOR operation for booleansLuca Bruno2014-12-051-0/+5
* Add test for commit 0f0bca7e0519Luca Bruno2014-10-251-0/+10
* Fix comparison of nullable value typesSimon Werbeck2014-06-301-0/+15
* Support (unowned type)[] syntax for transfer-container arraysLuca Bruno2014-05-171-0/+29
* Support non-literal length in fixed-size arraysSimon2014-03-301-0/+4
* codegen: Zero length of arrays when transferring ownershipLuca Bruno2013-11-241-1/+4
* scanner: Fix regression for the \x escape sequenceEvgeny Bobkin2013-07-231-1/+6
* Add support for the \uXXXX escape sequenceEvgeny Bobkin2013-07-231-0/+17
* codegen: Fix fields initialized by functions returning an arrayJürg Billeter2012-10-201-0/+25
* codegen: Fix signature of array_contains for inline arraysDaiki Ueno2012-08-011-0/+6
* tag sizeof as constantFlorian Brosch2012-01-211-0/+12
* Support creation of arrays with nullable elementsAaron Andersen2011-12-101-0/+7
* codegen: Do not treat void* to not leak memory anymoreLuca Bruno2011-09-261-0/+8
* Add regression tests for commit 5319240be4724f1Luca Bruno2011-09-081-0/+10
* Add syntax for creating array of pointersLuca Bruno2011-08-161-0/+3
* Set target_type of switch statement expression to be non-nullableLuca Bruno2011-08-031-0/+4
* codegen: Use GLibValue.lvalue when taking the address of an expressionLuca Bruno2011-07-061-0/+5
* Fix arithmetic expressions whose operands have different typesLuca Bruno2011-07-051-0/+4
* codegen: Fix access to arrays with fixed lengthLuca Bruno2011-06-121-0/+4
* Always set value_owned to false for pointersLuca Bruno2011-05-251-0/+7
* codegen: Fix array ownership transferLuca Bruno2011-04-301-0/+12
* Fix binary operations between nullable typesLuca Bruno2011-04-091-0/+27
* tests: Add test for fixed size arraysMichal Hruby2011-03-101-0/+10
* Fix side-effects in array element assignmentsJürg Billeter2010-10-171-0/+6
* Support `in' operator for arraysRobin Sonefors2010-02-111-0/+4
* Initial support for array slicesJürg Billeter2009-12-192-0/+12
* Fix generated code for stack-allocated arraysJürg Billeter2009-10-021-0/+3
* Do not use char for non-ASCII character literalsJürg Billeter2009-09-291-0/+4
* Support postfix operator on array membersJürg Billeter2009-09-291-0/+5
* Speed up test infrastructureJürg Billeter2009-09-265-17/+6
* Rearrange test casesJürg Billeter2009-01-161-0/+41
* Improve array testsJürg Billeter2009-01-162-81/+72
* Improve string testsJürg Billeter2009-01-161-74/+32
* Fix some type suffix issues with real literalsJürg Billeter2009-01-091-89/+57
* Improve integer testsJürg Billeter2009-01-091-173/+81
* Prepare support for more complex test casesJürg Billeter2008-11-228-31/+12
* Rearrange test casesJürg Billeter2008-11-149-176/+176
* Rearrange test casesJürg Billeter2008-11-1412-0/+450