提交历史

作者 SHA1 备注 提交日期
  Jonas Maebe 50ab607676 + customint torddef type to create arbitraty bit-width integers 6 年之前
  yury 4682ac269d * Further improvement for r40180: 6 年之前
  Jonas Maebe 9bd931e931 * make "formal const/var" parameters the least preferred conversion 6 年之前
  Jonas Maebe 0b246f3dbd * converted Boolean8 to an internal type, and mapped Boolean to the 6 年之前
  svenbarth 97acf24290 + add a new modeswitch ArrayOperators which is set by default in Delphi modes that enables the internal array operators (currently only "+") 7 年之前
  svenbarth 9b45f58c0b + add flags that allow checking for overloads with isbinaryoverloaded() and isunaryoverloaded() without modifying the passed in node or even checking for normally non-overloadable operators 7 年之前
  florian 21d785e41b * do not unroll loops if the counter variable is accessed outside the current scope 7 年之前
  florian 0fd0e356e1 + new flag ra_different_scope: used if a node tree is marked as non-regable if a variable is accessed from a different scope 7 年之前
  florian c230f81719 + support for <dyn. array>+<dyn. array>, resolves #30463 7 年之前
  svenbarth 236a9b0aa5 * rework the checks for a helper's extended def to be a class so that it can be more easily extended by other objecttypes 8 年之前
  nickysn efc5e339d0 * use an enum instead of integer constants to represent inline numbers 8 年之前
  florian b1dff29cbf * removed unused units 8 年之前
  svenbarth 1aa80f77cb - remove no longer needed global variable allow_array_constructor 8 年之前
  yury 5405a4727a * Removed unused vars. 8 年之前
  svenbarth ece13bcc5a * fix for Mantis #31465: only consider non-static fields when checking whether a record may be used with Default() 8 年之前
  maciej-izak 168e59837a * New function token2managementoperator for conversion: ttoken to tmanagementoperator 8 年之前
  Jonas Maebe 7911cc8437 - removed some dataconstn remenants 8 年之前
  Jonas Maebe d66e0d6450 - got rid of gotclass and gotdynarray in valid_for_assign(), as these were 8 年之前
  Jonas Maebe 382bbc1201 - removed gotderef from valid_for_assign(), and return true at every place 8 年之前
  Jonas Maebe 99a1847e2f * fixed comment typo 8 年之前
  Jonas Maebe 18077d9530 * when determining the best candidates for overloaded method calls, apply 8 年之前
  svenbarth d9ea6aae4d * fix for Mantis #30761: always return the symbol found in the helper instead of doing this dependant on the presence of the overload attribute; for this the collection of all suitable overloads is done in tcallcandidates instead. 8 年之前
  svenbarth ebfeb5b62a * fix for Mantis #30830: also remove unregistered specializations from the procsym's deflist when they're removed to avoid an access to freed data 8 年之前
  Jonas Maebe 179c1ab328 * changed ttemp*node.tempinfo^.flags to a private field, and added setters 9 年之前
  svenbarth e58488dc3e Fix for Mantis #29792. 9 年之前
  svenbarth 05174f3e67 Fix for Mantis #29546. 9 年之前
  Károly Balogh 4e14c292b0 fixed a the check for pd.owner being assigned before defererencing it. this fixes a reproduceable compiler crash I ran into recently 9 年之前
  Jonas Maebe 9258b5d76b + non-functional 128 bit integer types (inaccessible from Pascal), for use 9 年之前
  svenbarth 529677cc79 ncal.pas: 10 年之前
  svenbarth 2e24d6dffb htypechk.pas: 10 年之前