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
/
system.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
system.nim: avoid 'cannot prove init' warnings for the '..' constructors
Araq
2019-02-20
1
-3
/
+2
*
fixed merge conflict
Andreas Rumpf
2019-02-18
1
-10
/
+24
|
\
|
*
allow string insert in nimscript, fixes #10561
narimiran
2019-02-15
1
-1
/
+1
|
*
deprecated leftovers from era of no unsigned integer types (#10605)
Arne Döring
2019-02-14
1
-9
/
+23
|
*
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-08
1
-20
/
+0
*
|
Move cpp exception handler from system to excpt next to the signal handler (#...
cooldome
2019-02-13
1
-20
/
+0
*
|
make it work with latest system.nim
Andreas Rumpf
2019-02-08
1
-12
/
+8
*
|
Merge branch 'devel' into araq-quirky-exceptions
Andreas Rumpf
2019-02-08
1
-355
/
+155
|
\
|
|
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
1
-285
/
+43
|
*
Remove unused variable
LemonBoy
2019-01-30
1
-1
/
+1
|
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-18
/
+18
|
*
fixes #9149 [backport]
Araq
2019-01-29
1
-4
/
+6
|
*
make --define:noSignalHandler compile again
Araq
2019-01-22
1
-1
/
+1
|
*
deprecate += and friends for bool and enum (#10336)
Arne Döring
2019-01-18
1
-4
/
+10
|
*
[CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10...
Timothee Cour
2019-01-17
1
-1
/
+6
|
*
add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)
Vindaar
2019-01-10
1
-0
/
+4
|
*
void object fields are now ignored by codegen and fields/fieldPairs iterator ...
Neelesh Chandola
2019-01-10
1
-0
/
+1
|
*
Fix exception tracking for system.open (#10253)
Oscar Nihlgård
2019-01-10
1
-3
/
+4
|
*
ValueError now inherits from CatchableError (#10246)
Oscar Nihlgård
2019-01-10
1
-1
/
+1
|
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
1
-5
/
+16
|
*
* move up runnableExamples definition so can be used more in system.nim (#10196)
Timothee Cour
2019-01-05
1
-28
/
+30
|
*
fix system.nim documentations (#10168)
alaviss
2019-01-04
1
-2
/
+2
|
*
fix bug in doAssertRaises when exception==Exception (#10172)
Timothee Cour
2019-01-04
1
-11
/
+19
|
*
[backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176)
Miran
2019-01-04
1
-4
/
+6
|
*
Add {.noReturn.} to system.raiseAssert (#10161)
Oscar Nihlgård
2019-01-02
1
-1
/
+1
*
|
--define:nimQuirky exception handling for Nim; in preparation of a blog post
Andreas Rumpf
2019-01-03
1
-0
/
+22
|
/
*
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
1
-6
/
+3
*
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
Timothee Cour
2018-12-30
1
-0
/
+9
*
clarify doc for <= on tuple uses lexicographic order (#10069)
Timothee Cour
2018-12-21
1
-4
/
+4
*
Fixed insert for nil seq in js (#10068)
Yuriy Glukhov
2018-12-21
1
-1
/
+1
*
Add system.$(HSlice) and fix #7898 (#8670)
hlaaf
2018-12-21
1
-1
/
+11
*
fixes #9120
Araq
2018-12-16
1
-1
/
+1
*
fixes #8991, fixes #4446
Araq
2018-12-16
1
-2
/
+2
*
fixes #9153
Araq
2018-12-16
1
-3
/
+3
*
--gc:destructors: baby steps
Andreas Rumpf
2018-12-15
1
-4
/
+5
*
hotfix: discriminants can be of size 8 bytes [backport]
Araq
2018-12-05
1
-0
/
+1
*
Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]
rec
2018-12-04
1
-5
/
+6
*
add: proc deepCopy*[T](y: T): T (#9740)
Timothee Cour
2018-11-28
1
-0
/
+4
*
fixes #9675
Andreas Rumpf
2018-11-26
1
-1
/
+1
*
fix segfault when calling shallow() on an empty string (#9782) [backport]
Ștefan Talpalaru
2018-11-22
1
-0
/
+2
*
Empty check in shallow [backport] (#9676)
ishowta
2018-11-21
1
-0
/
+1
*
removes deprecated T/P types
Araq
2018-11-16
1
-4
/
+0
*
Inline generic min and max - https://github.com/nim-lang/Nim/issues/9514 (#9688)
Mamy Ratsimbazafy
2018-11-14
1
-2
/
+2
*
NaN fixes for clang backend (#9652)
Arne Döring
2018-11-08
1
-3
/
+3
*
Nim devel is version 0.19.9
Andreas Rumpf
2018-11-03
1
-1
/
+1
*
system.nim: workaround for the fixed documentation generator
Araq
2018-10-30
1
-1
/
+1
*
change system.nim to adhere to the style guide
Araq
2018-10-30
1
-11
/
+11
*
fixes #8603
Araq
2018-10-30
1
-27
/
+29
*
more examples for mod and div, plus corrections [ci skip]
narimiran
2018-10-28
1
-5
/
+11
*
Openmp parallel iterator improvements (#9493)
Mamy Ratsimbazafy
2018-10-25
1
-2
/
+6
[next]