提交历史

作者 SHA1 备注 提交日期
  J. Gareth "Curious Kit" Moreton 131c1e1b93 * Converted assertion into an internal error 3 年之前
  J. Gareth "Curious Kit" Moreton 32f4931fd2 * x86: Fixed bug where the magic number of an integer division wasn't fully sign-extended, causing incorrect logic within the compiler. 3 年之前
  marcoonthegit 9ad1995c6d * Patch by Rika to have a char specific TStringHelper.replace. Probably faster with low number of char matches. closes #39707 3 年之前
  florian d6e8375e64 * apply default replacements also to defines set by -d: 3 年之前
  Karoly Balogh 84de6a0049 Revert " * patch by Rika: This speeds up DefaultReplacements by a lot (order of magnitude or so), resolves #39722" 3 年之前
  Sven/Sarah Barth 61debb1559 * fix #39869: correctly check whether the recorded token stream still needs to be parsed (the replay depth of the scanner needs to be *larger* than what it was before starting the playback) 3 年之前
  florian a2d7503f71 * patch by Rika: This speeds up DefaultReplacements by a lot (order of magnitude or so), resolves #39722 3 年之前
  marcoonthegit d25daba08a * Patch from Alexey T. closes #39705 3 年之前
  florian 9e14dee1c3 * fixed Math.Tanh as proposed by Paolo Valle, resolves #39867 3 年之前
  marcoonthegit 533cd82922 * applied patch from Alexey for closes #39704 3 年之前
  Ondrej Pokorny 761f65cef8 do not publish enums with jumps - keep error on static properties 3 年之前
  Ondrej Pokorny 55629aeb19 do not publish enums with jumps 3 年之前
  florian 44dca29926 + some debug messages added 3 年之前
  marcoonthegit aa32bd344a * Some bio functions added, patch by RDA, closes #39854 3 年之前
  florian 85230758e4 * improved FstpFld2<Nop> optimization 3 年之前
  J. Gareth "Curious Kit" Moreton bb4d3fda25 * Fixed internal error number clash (2021102610) 3 年之前
  mattias 6c98a63285 fcl-passrc: resolver: allow for for-loop var only local vars 3 年之前
  florian cc66eb27ab * patch by Rika: More numerical stability for Math, resolves #39863 3 年之前
  ccrause a135940cf5 Mark .noinit section with nobits flag. 3 年之前
  marcoonthegit f532cf1698 * Use an own put for tfpginterfacedobjectlist as per bug #39846. 3 年之前
  Sven/Sarah Barth 27c1bb3bea * an objectdef also requires an init for its members if a member (or a member of one of the parents) has a complex initialization 3 年之前
  florian be4a317cb4 * proper naming 3 年之前
  florian 8028a769f4 * ensure that the executable path used in the test is absolute 3 年之前
  Sven/Sarah Barth 5e7330448d * fix #39858: correctly keep track of symbols that need to be captured into the capturer 3 年之前
  Sven/Sarah Barth 260368ea55 * the clause for converting the captured symbols of a nested function must not be entered by an anonymous function 3 年之前
  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 3 年之前
  Sven/Sarah Barth 33ef88858d * extract generating the specialization from a specialize node into a separate function 3 年之前
  Sven/Sarah Barth abb7aebaba * fix typo in comment 3 年之前
  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 3 年之前
  florian 306559667c * patch by Rika for ArcTan2 to reduce code size 3 年之前