Commit History

Author SHA1 Message Date
  Andreas Rumpf 4077050a42 fixes a critical tables bug that caused 'enlarge' to crash after 'add' 8 years ago
  Andreas Rumpf 1e134aed49 Merge pull request #4367 from kierdavis/4365-tables-clear 8 years ago
  Andreas Rumpf a8edf67a28 make nim bootstrap again for older versions 8 years ago
  Andreas Rumpf 60b187513e stdlib and compiler don't use .immediate anymore 8 years ago
  Andreas Rumpf 358f582939 Merge pull request #4463 from flyx/tables-equals-no-KeyError 8 years ago
  Axel Pahl 6de1333a26 use table literal syntax 8 years ago
  Axel Pahl 8d4614b5ab explain difference between Table and TableRef in tables.nim 8 years ago
  Kier Davis 449960bf7e Add a fix for clear() on non-ref types by adding a missing 'var' annotation to the type signature 8 years ago
  Felix Krause 9f8cdf2560 Use getOrDefault for tables.`==` 8 years ago
  Felix Krause 4455e5d4b6 `==` in tables should not raise KeyError 8 years ago
  Kier Davis acbb03ee5e Implement clear() for CountTableRef. Fixes #4325. 8 years ago
  Dominik Picheta 2b162c04b1 Implements tables.clear. 8 years ago
  cheatfate 49c50e4e21 Introduce template withValue() for tables.nim too. 8 years ago
  Yuriy Glukhov b48d98b846 Added del for OrderedTable and OrderedTableRef 8 years ago
  Sloane Simmons aa0d65ed70 Fix CountTableRef#getOrDefault 9 years ago
  Araq 8be9e46403 udpated the compiler and tester to use getOrDefault 9 years ago
  Araq 2fda95a4d6 added getOrDefault; bootstrapping works again 9 years ago
  Araq d8b0edc323 Merge branch 'mget' of https://github.com/def-/Nim into def--mget 9 years ago
  Araq c733b3181e breaking change: symbol lookups in generics follows spec more closely; fixes #2664 9 years ago
  Araq 28de800d61 Merge branch 'more_concurrency' into devel 9 years ago
  pdw 192ba3bbc0 lib/pure/a-c - Dropped 'T' from types 9 years ago
  Araq 21ea8e6913 some progress on making async multithreaded 9 years ago
  Jonathan 8e4af5ace0 Add contains proc for tables to allow usage of `in` 9 years ago
  Araq 7d3a6b42d9 fixes #2625 9 years ago
  Andreas Rumpf d203d6fad4 Merge pull request #2411 from reactormonk/merge-counttables 9 years ago
  def 22b4e4c2f2 Use more Natural and Positive numbers in proc parameters 9 years ago
  def 63f9385327 Rename mget to `[]` 9 years ago
  Simon Hafner 6dfb13b2b8 doc comments for merge 9 years ago
  Simon Hafner 73655e3dd6 merge for CountTable, see #1680 9 years ago
  Araq a541be8935 prepare for upcoming parsing change of unary operators 9 years ago