コミット履歴

作者 SHA1 メッセージ 日付
  Araq 46b672a6c4 minor codegen bugfix: don't use names for closures that are also mangled Nim names 8 年 前
  Araq 4c5ecb46b0 fixes a minor codegen issue where name mangling could produce an identifier used by the codegen; refs #5437 8 年 前
  Brandon Pickering da1293c405 Reset exprs before return by arg. Fixes #5098 (#5191) 8 年 前
  Araq e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 年 前
  Jacek Sieka 3cd4cf4320 remove unused stuff 8 年 前
  Jacek Sieka 981a8950c6 remove keepAlive and friends 8 年 前
  Andreas Rumpf b47d9b7b91 fixes #4371 8 年 前
  Matthew Baulch a2301f64cd Return nil from genOtherArg after error. 8 年 前
  Matthew Baulch 9a7b6af5fa Report wrong arg count when too many params and no varargs. 8 年 前
  Andreas Rumpf 1124c61c49 Merge branch 'devel' into new-ll 9 年 前
  andri lim aebad711ea fixed #2240 and #3586 9 年 前
  Andreas Rumpf 3d7c57db88 fixes #2659 9 年 前
  Araq beca7ded1b fixes #3144 9 年 前
  Zahary Karadjov 1ebf1aaa80 importing of C++ nested generics like std::vector<T>::iterator, using the apostrophe operator 9 年 前
  def 39049e151f Get rid of deprecation warnings 9 年 前
  Jacek Sieka c40249cd43 compiler_ropes: ropeToStr -> $ 9 年 前
  Araq 57fa8c6d3f bugfixes for C++ codegen 9 年 前
  Araq 36acac3000 fixes #1717, fixes #2324 10 年 前
  Araq 0d804c2052 fixes #2266 10 年 前
  Araq 1f02a7ace3 fixes #2336 10 年 前
  Araq 1bbd13f729 bugfix: c++ pattern #@ could index out of bounds 10 年 前
  Araq f4a0400de2 fixes #2199, fixes #2197 10 年 前
  Araq f9b3f7f980 fixes #2068 10 年 前
  Araq 1314e91ef5 fixes c++ codegen regression 10 年 前
  Araq e84834db79 lots of C++ codegen improvements 10 年 前
  Araq e75e421912 C++ support: codegen generates C++'s references and avoids copies 10 年 前
  Araq e2147c9f0d bugfixes for the new C++ patterns 10 年 前
  Araq a2b7e6c392 better C++ support wrt 'this' 10 年 前
  Araq 33c587d06b patterns for 'importcpp' (still undocumented) 10 年 前
  Araq 8889fa9117 handle 'T&' properly for better C++ support 10 年 前