Commit History

Author SHA1 Message Date
  Mamy Ratsimbazafy 5b97762787 Openmp parallel iterator improvements (#9493) 6 years ago
  Andreas Rumpf 223e92b83a stdlib: documenation updates, the exception names have been changed 6 years ago
  Araq 963292f725 added system.typeof operation; fixes #9093 6 years ago
  Araq 8252c65cf2 system.nim deprecate 'getRefcount'; refs #2839, refs #3713 6 years ago
  Araq fe091997aa system.nim: fixes typo 6 years ago
  Timothee Cour 745f1642d6 implement sizeof and alignof operator (manually squashed #5664) (#9356) 6 years ago
  Timothee Cour 3e2d8c1c53 correctly render AST in doAssert/assert condition: fixes #8518; refs #9301 (#9332) 6 years ago
  Timothee Cour ef820769a4 deprecate accumulateResult => sequtils.toSeq (#8666) 6 years ago
  c-blake 1b3725e395 Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316) 6 years ago
  eqperes 00c4aba828 compile date and compile time tz written in doc (#9283) 6 years ago
  LemonBoy 0ead36dae6 Unchecked arrays now have their own type (#9267) 6 years ago
  hlaaf c68ea019f9 Separate high/low/len docs for each overload (#8816) 6 years ago
  Araq 66c0f7c3fb development version is 0.19.1 6 years ago
  Andreas Rumpf c240806756 update version to 0.19 6 years ago
  Araq 548fc778c9 .error for routines now can also have a custom error message; improve error message for 'nil' strings 6 years ago
  Zahary Karadjov 27734852da Implements the equals operator for openarray 6 years ago
  Araq a34184bf88 documents system.cmp's platform specific behaviour; fixes #8930 6 years ago
  Araq 5709736e82 Merge branch 'devel' into araq-better-docgen 6 years ago
  Araq 4ab9953787 fixes #8961 6 years ago
  Andreas Rumpf 8f046792cf Merge pull request #8941 from timotheecour/pr_fix_8928 6 years ago
  LemonBoy b195204549 Fix add(string, cstring) when the lhs is null (#8951) 6 years ago
  Timothee Cour b5f463c3f6 fix #8928 6 years ago
  LemonBoy 9ba80d2044 JS strings have no trailing zero anymore (#8936) 6 years ago
  LemonBoy 3f16711254 Fix insert/delete for JS (#8915) 6 years ago
  Andreas Rumpf b5730ec01f system.nim: fix doc comment for 'once' 6 years ago
  LemonBoy af1e84f54d Automatic deref for everything but pointers in asm/emit (#8891) 6 years ago
  Araq e0fd1cdb5f fix items for cstring for the JS target; makes tests green again 6 years ago
  Araq 7ace82440f deprecate system.onRaise; fixes #1652 6 years ago
  Araq fa338768a3 fixes #8847 6 years ago
  Andreas Rumpf df4d5b77a1 introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817) 6 years ago