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
/
tsystem_misc.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
1
-2
/
+2
*
Raise IndexDefect when deleting element at out of bounds index (#17821)
Heiko Nickerl
2021-06-20
1
-5
/
+0
*
fix #12311 (#16578)
flywind
2021-01-04
1
-0
/
+7
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-8
/
+8
*
cleanup Ordinal (#13501)
Timothee Cour
2020-02-27
1
-0
/
+17
*
miscellaneous bug fixes (#13291)
Timothee Cour
2020-01-30
1
-0
/
+9
*
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
*
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
*
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
*
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 toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-1
/
+28
*
fixes #6710
Andreas Rumpf
2017-11-08
1
-0
/
+4
*
Implementation of high/low for SomeReal (#6570)
Fabian Keller
2017-10-30
1
-0
/
+18