Historique des commits

Auteur SHA1 Message Date
  Michaël Van Canneyt d3a0a2dddf * Call free instead of destroy il y a 6 mois
  Michaël Van Canneyt 8c5a48da2b * Make compilerwidestring a class using dyn array, rework tstringconstnode: value_str -> valueas, valuews il y a 6 mois
  Sven/Sarah Barth 310afcd783 * fix #41075: don't allow @<anonfunc> il y a 9 mois
  Sven/Sarah Barth 0c52813433 + add support for Delphi-compatible atomic intrinsics il y a 10 mois
  Frederic Kehrein 6618c0dbf7 Fixing a bug where an empty postfix for enum was allowed il y a 11 mois
  florian 76fc3275bc * handle except blocks as normal code block with regard to specialization of generics, resolves #40890 il y a 1 an
  florian f8da65f8e9 * cosmetics il y a 1 an
  J. Gareth "Curious Kit" Moreton 179fc5848b * Flags specific to TArrayConstructorNode have been moved to their own field il y a 1 an
  J. Gareth "Curious Kit" Moreton c21a0f0654 * Flags specific to TModDivNode have been moved to their own field il y a 1 an
  J. Gareth "Curious Kit" Moreton b804fc5164 * Flags specific to TAddNode have been moved to their own field il y a 1 an
  J. Gareth "Curious Kit" Moreton 1bba83cebb * Flags specific to TVecNode have been moved to their own field il y a 1 an
  Michaël Van Canneyt fe62b3ace8 * Introduce constwresourcestring - in unicode mode, resource strings are unicode strings, and must be streamed differently il y a 1 an
  florian 2575cbc439 * complain about turned off support of c style operators only in the parser, il y a 1 an
  Sven/Sarah Barth b00454bb0e * ensure that nested functions that are assigned to function pointers are considered as captured as well il y a 1 an
  florian 1f91fe4b11 * fix output position of deprecated hint for certain cases where it was wrong, resolves #40534 il y a 1 an
  Michaël Van Canneyt 6652fa7919 * Properly zero-terminate ansistring when calling unicode2ascii il y a 1 an
  Sven/Sarah Barth 287ef8e79a * fix #40410: allow specialization of a procdef also inside exception handlers + added test il y a 2 ans
  Michael VAN CANNEYT ed50a1941b * Unicode resource strings il y a 2 ans
  Michael VAN CANNEYT f364bb6b11 * Forbid use of string alias in system unit il y a 2 ans
  Michaël Van Canneyt fb9c718371 * get_stringconst should handle widestring correctly: library & import names are unicodestring constants in unicode rtl il y a 2 ans
  Nikolay Nikolov 06f35ae04f - rm commented out debug writeln left over from previous commit il y a 2 ans
  Nikolay Nikolov 5c792c438d + disallow using sizeof() and bitsizeof() on WebAssembly reference types il y a 2 ans
  florian ec28b7586c + support procvar[] in tp/mac procvar mode if the procvar returns an array type il y a 2 ans
  Sven/Sarah Barth 1d73dab2b0 * a callnode for an anonymous function can have its procdefinition fixed, thus avoid the need to check for overloads il y a 2 ans
  Sven/Sarah Barth e050a019a2 * fix #29859: ensure that it's correctly passed down into generate_specialization whether a unit name was provided for the specialization and if so search the generic only in that unit il y a 3 ans
  Sven/Sarah Barth 13fb30c52e * fix #39902: correctly handle assignment of procvars to properties with a field write accessor il y a 3 ans
  Sven/Sarah Barth 6407b5f4db * try to specialize a specialize node if it's followed by a < in a non-code section so that we might get better error messages il y a 3 ans
  Sven/Sarah Barth 33ef88858d * extract generating the specialization from a specialize node into a separate function il y a 3 ans
  Sven/Sarah Barth abb7aebaba * fix typo in comment il y a 3 ans
  Sven/Sarah Barth 35958a9b6b * fix #39860: even if the block type is not correct for the specialization of a generic routine continue to specialize it to not trigger e.g. an internal error il y a 3 ans