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
*
remove deprecation messages for `unsafeAddr`; add warnings to docs (#20496)
ringabout
2022-10-04
1
-13
/
+3
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-0
/
+9
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
1
-3
/
+6
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-2
/
+3
*
koch boot compiler with orc (#20467)
ringabout
2022-09-30
1
-2
/
+2
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-699
/
+270
*
follow up #19408; bump devel version and deprecated unsafeAddr (#20432)
ringabout
2022-09-28
1
-2
/
+3
*
Revert "clarify that `char` may not be unsigned" (#20320)
ringabout
2022-09-08
1
-1
/
+1
*
clarify that `char` may not be unsigned (#20308)
ringabout
2022-09-06
1
-1
/
+1
*
Markdown code blocks part 6 (#20292)
Andrey Makarov
2022-08-31
1
-223
/
+235
*
fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...
ringabout
2022-08-24
1
-0
/
+2
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-7
/
+17
*
add comments back (#20256)
ringabout
2022-08-21
1
-0
/
+3
*
remove the merge pragma and obsolete comments (#20254)
ringabout
2022-08-21
1
-7
/
+4
*
Remove string == nil/nil == string error (#20222)
metagn
2022-08-20
1
-23
/
+0
*
improve deprecation error messages (#20197)
ringabout
2022-08-11
1
-4
/
+2
*
remove shallowCopy for ARC/ORC (#20070)
ringabout
2022-07-26
1
-14
/
+19
*
fixes #20015; document `shallowCopy` does a deep copy with ARC/ORC (#20025)
flywind
2022-07-14
1
-0
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-2
/
+5
*
apply changes from #18017 and some fixes (#19571)
flywind
2022-03-01
1
-3
/
+0
*
move io out of system (#19442)
flywind
2022-02-02
1
-3
/
+6
*
Add noQuit option (#19419) [backport:1.6]
Tom
2022-01-19
1
-2
/
+5
*
add an example to setControlCHook (#19416)
nblaxall
2022-01-19
1
-0
/
+9
*
suppress deprecated warnings (#19408)
flywind
2022-01-19
1
-2
/
+1
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-9
/
+19
*
Add support for LoongArch (#19223)
wenghongquan
2021-12-09
1
-1
/
+1
*
bump NimVersion to 1.7.1
narimiran
2021-10-19
1
-1
/
+1
*
document -d:nimStrictDelete [backport] (#18939)
flywind
2021-10-03
1
-0
/
+4
*
change comment (#18913)
flywind
2021-09-28
1
-1
/
+1
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-1
/
+1
*
we need something better than warningAsError for effect handling viol… (#18...
Andreas Rumpf
2021-09-04
1
-2
/
+1
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
1
-5
/
+4
*
unary slices get a deprecation period (#18549)
Andreas Rumpf
2021-07-21
1
-9
/
+8
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-3
/
+0
*
use more `.}` (#18542)
flywind
2021-07-20
1
-4
/
+4
*
fixed system.delete (#18507)
Andreas Rumpf
2021-07-18
1
-7
/
+10
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-2
/
+2
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-0
/
+5
*
ORC: use =destroy instead of =dispose (#18440)
Andreas Rumpf
2021-07-07
1
-1
/
+0
*
Raise IndexDefect when deleting element at out of bounds index (#17821)
Heiko Nickerl
2021-06-20
1
-24
/
+34
*
Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180)
Euan
2021-06-04
1
-1
/
+1
*
dont silence hints in system.nim (#18034)
Timothee Cour
2021-05-30
1
-2
/
+2
*
refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...
Timothee Cour
2021-05-14
1
-4
/
+4
*
ORC: progress (#18000)
Andreas Rumpf
2021-05-12
1
-0
/
+1
*
fix #17911 rawProc for cpp (#17912)
Timothee Cour
2021-05-01
1
-4
/
+9
*
system.nim cleanup some exported constants which should never have be… (#17...
Andreas Rumpf
2021-05-01
1
-20
/
+2
*
misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...
Timothee Cour
2021-05-01
1
-44
/
+40
*
Document the difference between toFloat/toInt and type conversion (#17894)
Gabriel Huber
2021-04-30
1
-2
/
+3
*
Remove confusing <//> (#17830)
flywind
2021-04-26
1
-4
/
+0
*
followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794)
Timothee Cour
2021-04-20
1
-0
/
+10
[next]