| Commit message (Expand) | Author | Age | Files | Lines |
* | Small optimization for the search of operator overloads. Add a flag "sto_has_... | svenbarth | 2013-03-04 | 1 | -2/+8 |
* | + pseudo procedure aligned: tells the compiler to assume that the given param... | florian | 2013-01-04 | 1 | -1/+1 |
* | * accept with statements with generic variables having a generic parameter ty... | florian | 2012-12-28 | 1 | -0/+11 |
* | * prevent compiler crash caused by double freeing after reporting not | jonas | 2012-10-23 | 1 | -0/+3 |
* | * treat all "uninitialized" hints as warnings on JVM platforms, because | jonas | 2012-10-07 | 1 | -2/+8 |
* | * reject assignments to vecn[rangen] (mantis #22941) | jonas | 2012-09-21 | 1 | -4/+12 |
* | * cleanup some unused units from uses clauses | florian | 2012-09-21 | 1 | -3/+1 |
* | Avoid memory leak in isbinaryoverloaded function | pierre | 2012-09-19 | 1 | -0/+2 |
* | * don't allow overloading enum/int operations, because they should be | jonas | 2012-09-12 | 1 | -0/+5 |
* | * fixed java.lang.String and Pascal string comparisons after operator | jonas | 2012-08-19 | 1 | -1/+3 |
* | * make sure valid_for_assign() returns false for inlined function bodies | jonas | 2012-08-16 | 1 | -62/+67 |
* | Some corrections after the loosening of operator overloads: | svenbarth | 2012-07-29 | 1 | -40/+54 |
* | Loosen the restriction regarding operator overloads by applying a (modified) ... | svenbarth | 2012-07-26 | 1 | -78/+230 |
* | * only try to call procvars while choosing overloads in case they don't | jonas | 2012-06-28 | 1 | -1/+3 |
* | * don't give -CO warnings or hints for ordinal constants, because those | jonas | 2012-06-06 | 1 | -1/+3 |
* | * fixed (harmless) class cast error | jonas | 2012-05-08 | 1 | -1/+1 |
* | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -59/+78 |
|\ |
|
| * | compiler: change ShortString->(Some)String and AnsiString->(Some)String overl... | paul | 2012-04-26 | 1 | -38/+45 |
| * | * if we assign something to a record field whose type is not regable by | jonas | 2012-04-21 | 1 | -0/+11 |
| * | compiler: change candidates search preference for variant arguments based on ... | paul | 2012-04-18 | 1 | -21/+22 |
* | | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -49/+110 |
|\ \
| |/ |
|
| * | * introduction of in_generic in r20699 was unneeded, replaced by parse_generic | florian | 2012-04-12 | 1 | -11/+0 |
| * | + in_generic for testing if currently a generic declaration/definition is par... | florian | 2012-04-03 | 1 | -15/+30 |
| * | Add support for Default() intrinsic. For now this is only (fully) supported | svenbarth | 2012-03-25 | 1 | -0/+51 |
| * | compiler: change overload search for char constants (for delphi compatibility): | paul | 2012-02-14 | 1 | -13/+0 |
| * | * mark nodes that have been created by transforming a read-accessor of | jonas | 2012-01-21 | 1 | -3/+10 |
| * | * factored load node flags out of node flags to gain space | florian | 2011-10-30 | 1 | -1/+1 |
| * | compiler: revert r19358. As stated by Florian, compiler should be able to com... | paul | 2011-10-04 | 1 | -2/+2 |
| * | compiler: remove CP_xxx constants since they are present in the system unit now | paul | 2011-10-04 | 1 | -2/+2 |
| * | --- Merging r19281 into '.': | florian | 2011-10-03 | 1 | -4/+3 |
| * | * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332 | florian | 2011-09-25 | 1 | -5/+4 |
| * | * don't allow passing a field of a record that's not an lvalue as | jonas | 2011-09-23 | 1 | -5/+2 |
| * | merge r17552 from cpstrnew branch by inoussa: | paul | 2011-09-17 | 1 | -2/+18 |
| * | compiler: allow "with" to search members in nested types properly | paul | 2011-09-06 | 1 | -1/+1 |
* | | + Android/JVM target, including a translation of the Android r14 SDK | jonas | 2011-12-12 | 1 | -1/+1 |
* | | * ignore methods that are added for the purpose of the JVM (inherited | jonas | 2011-08-20 | 1 | -3/+44 |
* | | * only set the assignmentside flag for typeconversion nodes in | jonas | 2011-08-20 | 1 | -3/+59 |
* | | * moved handle_staticfield_access() from pexpr to nutils so it can | jonas | 2011-08-20 | 1 | -22/+0 |
* | | * use symbol type instead of sp_static flag to determine whether a final | jonas | 2011-08-20 | 1 | -1/+1 |
* | | * differentiate between typecasts on the assignment side or not, because we | jonas | 2011-08-20 | 1 | -0/+9 |
* | | + dummy support for untyped var/const/out parameters on the JVM target | jonas | 2011-08-20 | 1 | -1/+6 |
* | | * correctly handle explicit typecasts between records and jlobject/ | jonas | 2011-08-20 | 1 | -2/+1 |
* | | + support for "final" fields in *external* (Java and other) classes, enabled | jonas | 2011-08-20 | 1 | -8/+37 |
* | | + "reference" temps that sort of implement pointer-style functionality for | jonas | 2011-08-20 | 1 | -1/+1 |
|/ |
|
* | * fixed calling inherited message handlers after r18162 | jonas | 2011-08-11 | 1 | -4/+18 |
* | * make sure that anonymous inherited calls only call through to the | jonas | 2011-08-10 | 1 | -21/+33 |
* | * prevent exception when the compiler is compiled with -CR and we find a | jonas | 2011-08-10 | 1 | -1/+1 |
* | * fixed two places where after r1913 valid_for_assign() didn't immediately | jonas | 2011-08-04 | 1 | -7/+7 |
* | * merges recent class helper fixes by Sven Barth | florian | 2011-06-30 | 1 | -0/+16 |
* | + initial support for pascal booleans with sizes 2, 4 and 8 | florian | 2011-06-26 | 1 | -1/+2 |