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
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-0
/
+1
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
1
-25
/
+3
*
remove legacy code (#21134)
ringabout
2022-12-26
1
-23
/
+12
*
remove misleading slimsystem deprecated warnings (#21156)
metagn
2022-12-22
1
-3
/
+0
*
Document that system:pop() may raise IndexDefect (#21070)
Xavier Noria
2022-12-13
1
-0
/
+2
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
1
-2
/
+4
*
unpublic `arrayWith` and rename it to `nimArrayWith` (#21006)
ringabout
2022-12-04
1
-1
/
+1
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
1
-6
/
+8
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
1
-13
/
+8
*
echo: only lock when threading is enabled (#20890)
Tanguy
2022-11-21
1
-1
/
+2
*
fixes strict effects (#20885)
ringabout
2022-11-21
1
-1
/
+1
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-3
/
+3
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
1
-1
/
+1
*
remove name field for ARC (#20797)
ringabout
2022-11-09
1
-1
/
+2
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
1
-1
/
+3
*
fixes #20694; the `exit` function now takes `cint` type (#20775)
ringabout
2022-11-07
1
-8
/
+7
*
Export trace member of exception type to allow custom stack trace entries (#2...
Ico Doornekamp
2022-11-07
1
-2
/
+2
*
fixes pre-existing `quit` documentation regression [backport] (#20763)
ringabout
2022-11-06
1
-3
/
+3
*
ref #20694; quit value gets saturated to ranges (#20753)
ringabout
2022-11-05
1
-34
/
+65
*
revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)
ringabout
2022-11-04
1
-13
/
+8
*
make `system/fatal` importable (#20719)
ringabout
2022-11-01
1
-2
/
+7
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
1
-1
/
+2
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-3
/
+4
*
move threads out of system (#20674)
ringabout
2022-10-29
1
-4
/
+8
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
1
-1
/
+13
*
atomicInc global alloc counters (#20571)
Antonis Geralis
2022-10-16
1
-8
/
+8
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-1
/
+1
*
follow up #20109; remove `shallow` seqs/strings for ORC (#20502)
ringabout
2022-10-06
1
-21
/
+22
*
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
[next]