summaryrefslogtreecommitdiff
path: root/tests/webtbf
Commit message (Expand)AuthorAgeFilesLines
* * fixed duplicate field names in variant record partsjonas2014-10-151-1/+1
* * check for duplicate identifiers when inserting union symtables into thejonas2014-10-141-0/+11
* Fix for Mantis #26456.svenbarth2014-07-201-0/+16
* * don't allow default parameter values for parameter types that don't acceptjonas2014-06-202-0/+26
* * check for read/write after a newly declared property (mantis #26011)jonas2014-06-151-0/+17
* Fix for Mantis #26176. Don't handle "type helper" as unique.svenbarth2014-06-061-0/+16
* Contrary to popular believe the VMT for a generic needs to be at least genera...svenbarth2014-06-061-0/+23
* * only check for _PROPERTY as a regular token, so thatjonas2014-05-101-0/+8
* * do not crash with an ie on illegal boolean expressions in conditional compi...florian2014-04-271-0/+38
* Forgot to commit test mentioned in last commitsvenbarth2014-04-041-0/+21
* * also check for targets not supporting -gc/checkpointer functionality injonas2014-03-131-0/+8
* * win64 ignores -Cgflorian2014-03-091-1/+1
* * set PIC defines earlier, resolve #25788florian2014-03-021-0/+17
* * tests fail if dead values are optimized so disable dead value optimization ...florian2014-01-301-1/+1
* * only consider tc_pointer_to_array typeconversions to determine whether ajonas2014-01-282-0/+46
* * don't crash when searching for a type helper in an anonymous array (orjonas2014-01-141-0/+44
* * the dfa code now behaves like the old initialization checking code: uniniti...florian2013-12-011-19/+0
* compiler: don't allow to assign to for-in loop variable (bug #0025318)paul2013-11-191-0/+10
* Fix for Mantis #25215.svenbarth2013-10-201-0/+9
* Fix for Mantis #24453. Check for nested types after a specialization. Additio...svenbarth2013-09-261-0/+48
* compiler: don't allow to access an enum members through the enum member. It s...paul2013-09-161-0/+9
* Disallow the usage of the inline assembler inside generics, because there are...svenbarth2013-06-131-0/+19
* * convert function like used new into a appropriate nodes only in pass_1 so p...florian2013-05-311-0/+9
* * check range of enums and booleans in typed constant expressions whenjonas2013-05-142-0/+16
* * give an error when declaring a class as conforming to a forward-declaredjonas2013-04-071-0/+16
* * don't treat bitpacked arrays of subranges of char that can be representedjonas2013-03-093-0/+33
* Fix one problem type of Mantis #23546. A record must not contain a static arr...svenbarth2013-01-091-0/+17
* Fix for Mantis #23571.svenbarth2013-01-093-0/+24
* Fix for Mantis #23547. Basically we now fail with nicer error messages.svenbarth2013-01-083-0/+28
* * test has to fail: add { %fail } and moved to webtbfjonas2012-10-211-0/+13
* * reject assignments to vecn[rangen] (mantis #22941)jonas2012-09-211-0/+13
* * made variable public so got warning gets triggeredjonas2012-08-251-1/+1
* * treat "[var + rip]" in intel assembler mode as addr_pic_no_got on x86-64jonas2012-08-252-0/+44
* * support referencing "result" in nostackframe pure assembler routines ifjonas2012-08-211-0/+11
* * give an error when trying to give a parameter of a non-simple type ajonas2012-08-063-0/+50
* * fixed internalerror after invalid type node in subscript nodejonas2012-07-151-0/+13
* Fix for Mantis #22219svenbarth2012-06-241-0/+16
* * give an error if a routine definition defines default values forjonas2012-06-071-0/+18
* ptype.pas, single_type: If the generic dummy type is used in mode Delphi then...svenbarth2012-06-061-0/+21
* + old tests I forgot to commitjonas2012-05-294-0/+80
* * removed spaces from empty line at start to prevent (unpatched) dbdigestjonas2012-04-301-2/+2
* * Re-raising exceptions must be allowed only in 'except' block itself, not in...sergei2012-04-281-0/+28
* Test fix for bug report 21566pierre2012-03-261-0/+8
* * don't throw an error if a non-generic is tried to be specialized, resolves ...florian2012-03-231-0/+12
* *Explicitly disable range check to trigger the hint that is tested and no ra...pierre2012-03-231-1/+1
* * don't allow multiple deprecated messages, resolves #21466florian2012-03-121-0/+9
* * give an error when trying to take address of a global label declared injonas2012-03-101-0/+14
* * don't ever mark the function result as vs_initialised, also not whenjonas2012-02-172-0/+27
* * mark nodes that have been created by transforming a read-accessor ofjonas2012-01-211-0/+45
* compiler: don't allow to execute instance methods, use instance fields and pr...paul2011-11-253-0/+207