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
/
tests
/
system
/
toString.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
VM: accessing the string terminator is not allowed anymore; cleanup ↵
Andreas Rumpf
2018-07-17
1
-110
/
+0
|
|
|
|
tests/system/tostring.nim
*
Added $ for openarrays. Fixes #7940.
data-man
2018-06-01
1
-0
/
+1
|
*
correct comparisons for nil strings/seqs
Andreas Rumpf
2018-04-28
1
-0
/
+56
|
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-4
/
+4
|
*
make tests green again
Araq
2017-11-01
1
-2
/
+2
|
*
make tests green again; closes #5861
Andreas Rumpf
2017-10-10
1
-1
/
+1
|
*
reverted genEcho
Arne Döring
2017-08-08
1
-1
/
+2
|
*
don't filter '\0' characters in string generation
Arne Döring
2017-08-07
1
-1
/
+2
|
*
prevent null characters in $ on collections of char
Arne Döring
2017-07-24
1
-3
/
+1
|
*
made toString test assert based
Arne Döring
2017-07-24
1
-33
/
+21
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-9
/
+3
|
*
arrays can now be printed
Arne Döring
2017-07-24
1
-2
/
+31
|
*
Fixes #2889. Merges *tostring tests in tests/system.
Dominik Picheta
2015-09-23
1
-1
/
+34
|
*
asynchttpserver compiles again; made some tests green
Araq
2014-08-13
1
-5
/
+3
|
*
added `$` for arrays
Simon Hafner
2014-03-31
1
-1
/
+5
|
*
explicit firstElement for `$` in collections
Simon Hafner
2014-02-11
1
-1
/
+3
|
*
Added `$` for seq
Simon Hafner
2014-02-11
1
-0
/
+5