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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #14350, cstrings in JS init as null (#14355)
hlaaftana
2020-05-15
1
-0
/
+7
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-8
/
+8
*
`$` now works for unsigned intergers with `nim js` (#14122)
Timothee Cour
2020-04-27
1
-0
/
+72
*
#12103 - CI for OpenBSD (#12105)
Euan
2020-04-21
2
-0
/
+2
*
faster CIs (#13803)
Miran
2020-03-30
1
-6
/
+6
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
1
-9
/
+10
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
1
-0
/
+17
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
1
-0
/
+4
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
1
-4
/
+0
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
1
-0
/
+9
*
lenVarargs: number of varargs elements (#12907)
Timothee Cour
2019-12-23
1
-0
/
+59
*
fixes #12315 [backport]; refs #12314 (#12385)
Andreas Rumpf
2019-10-08
1
-3
/
+17
*
azure: disable failing tests
Leorize
2019-10-03
1
-4
/
+1
*
fix min/max for float numbers (#12068)
Arne Döring
2019-09-02
1
-1
/
+11
*
Fix to int to biggest int (#12066)
Arne Döring
2019-08-27
1
-0
/
+15
*
more enhancements for #11618 (#11976)
Andreas Rumpf
2019-08-18
1
-0
/
+27
*
fixes #11447
Andreas Rumpf
2019-07-06
1
-0
/
+7
*
disable talloc2 on 32 bits (#10656)
Arne Döring
2019-02-13
1
-36
/
+35
*
32 bit fixes (#10608)
Arne Döring
2019-02-13
2
-33
/
+36
*
properly deprecate parseopt2 (#10452)
Miran
2019-01-25
1
-2
/
+2
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
1
-0
/
+11
*
fix bug in doAssertRaises when exception==Exception (#10172)
Timothee Cour
2019-01-04
1
-0
/
+12
*
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
Timothee Cour
2018-12-30
1
-0
/
+14
*
testament: joinable is now an explicit concept of a test spec
Andreas Rumpf
2018-12-11
4
-0
/
+8
*
lots of small changes
Arne Döring
2018-12-11
1
-1
/
+1
*
megatest can be executed
Arne Döring
2018-12-11
1
-1
/
+4
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
1
-1
/
+1
*
more eyewash
Arne Döring
2018-11-23
3
-2
/
+9
*
disable tio.nim, it just causes problems
Arne Döring
2018-11-23
1
-0
/
+1
*
maybe this time?
Arne Döring
2018-11-23
1
-9
/
+17
*
hopefully this time the tests will compile on the server
Arne Döring
2018-11-23
1
-3
/
+0
*
updated tests to be executed
Arne Döring
2018-11-23
1
-4
/
+7
*
make run the default action of a test in tester
Arne Döring
2018-11-23
1
-4
/
+0
*
fix segfault when calling shallow() on an empty string (#9782) [backport]
Ștefan Talpalaru
2018-11-22
1
-0
/
+7
*
Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)
c-blake
2018-10-12
1
-0
/
+5
*
fixes #9281
Araq
2018-10-11
1
-0
/
+15
*
fixes #8847
Araq
2018-09-03
1
-1
/
+9
*
make tests green again
Andreas Rumpf
2018-08-18
1
-1
/
+1
*
fixes more nil handling regressions
Araq
2018-08-13
1
-7
/
+3
*
deprecate isNil for strings and seqs
Araq
2018-08-08
1
-1
/
+1
*
fixed #7894 (#8496)
jcosborn
2018-08-01
6
-30
/
+60
*
VM: accessing the string terminator is not allowed anymore; cleanup tests/sys...
Andreas Rumpf
2018-07-17
1
-7
/
+10
*
Add proc toOpenArray[byte] for strings (#7820)
Dmitry Atamanov
2018-07-07
1
-0
/
+16
*
test negative range array
nitely
2018-06-06
1
-0
/
+14
*
check bounds instead of index
nitely
2018-06-05
1
-0
/
+25
*
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
*
nil in string concats does not produce crashes anymore
Andreas Rumpf
2018-04-27
1
-0
/
+25
*
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-1
/
+28
*
fix allocator corruption for large sizes (#7338)
jcosborn
2018-03-17
4
-5
/
+47
[next]