index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
strtabs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-45
/
+42
*
better docs: strtabs (#10704)
Miran
2019-02-19
1
-104
/
+209
*
Change strtabs.nextTry to match the assumption in strtabs.del
Oscar Nihlgård
2019-02-03
1
-1
/
+1
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-1
/
+27
*
Added examples to strtabs module (#10160)
Ico Doornekamp
2019-01-07
1
-0
/
+31
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-16
/
+3
*
strtabs: fixes stupid typo
Andreas Rumpf
2018-04-30
1
-1
/
+1
*
make VM tests green
Araq
2018-04-30
1
-9
/
+9
*
Support `in` operator on StringTableRef
Lynn C. Rees
2017-09-08
1
-0
/
+4
*
added default param to strtabs.getOrDefault (#5280)
David Krause
2017-01-26
1
-2
/
+2
*
make tests green
Araq
2016-11-08
1
-1
/
+1
*
Allow to use strtabs module with js target
Anatoly Galiulin
2016-09-08
1
-14
/
+24
*
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
1
-2
/
+2
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-0
/
+5
*
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
1
-12
/
+17
|
\
|
*
Rename mget to `[]`
def
2015-03-31
1
-13
/
+18
*
|
add assert test to end of module
JamesP
2015-10-06
1
-6
/
+9
*
|
bug fix #3416 add wrapper around `[]=` to account for
JamesP
2015-10-05
1
-3
/
+6
*
|
lib/pure/p-t - Dropped 'T' from types
pdw
2015-06-04
1
-4
/
+4
*
|
Rename clearStringTable to clear
def
2015-03-17
1
-2
/
+2
*
|
Rename resetStringTable to clearStringTable
def
2015-03-17
1
-1
/
+1
*
|
Make strtabs module usable when avoiding allocations
def
2015-03-17
1
-0
/
+6
|
/
*
configuration system supports %= to access environment variables
Araq
2015-02-07
1
-1
/
+1
*
compiler distinguishes between 2 different 'var' types for C++ interop; code ...
Araq
2015-02-07
1
-1
/
+1
*
more modules updated
Araq
2014-08-28
1
-18
/
+18
*
big rename
Araq
2014-08-28
1
-3
/
+3
*
big rename
Araq
2014-08-27
1
-10
/
+15
*
renamefest
Araq
2014-08-23
1
-3
/
+3
*
case consistency part 4
Araq
2013-12-27
1
-8
/
+8
*
case consistency part 1
Araq
2013-12-27
1
-4
/
+4
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
compiler support for babel
Araq
2012-12-07
1
-1
/
+13
*
openarray/varargs split; breaks bootstrapping
Araq
2012-08-16
1
-2
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
slurp uses path; unidecode is improved and threadsafe
Araq
2011-10-08
1
-1
/
+1
*
renamed optional to discardable
Araq
2011-09-24
1
-1
/
+2
*
modifyable results for generics; teventemitter works
Araq
2011-08-09
1
-4
/
+4
*
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
1
-0
/
+10
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-2
/
+2
*
cleaned up the tests; fixes #30; fixes #26
Araq
2011-05-01
1
-13
/
+12
*
const table support
Araq
2011-04-29
1
-2
/
+2
*
C source regenerated
Araq
2011-04-24
1
-12
/
+13
*
slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...
Araq
2011-04-23
1
-0
/
+16
*
$ for strtabs; skipUntil, skipWhile for parseutils
Araq
2011-04-05
1
-6
/
+16
*
bugfix: init of temps
Araq
2010-08-24
1
-1
/
+1
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-43
/
+35
*
version 0.8.8
Andreas Rumpf
2010-03-14
1
-3
/
+3
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-0
/
+0
*
better subscript overloading
rumpf_a@web.de
2010-01-03
1
-4
/
+4
[next]