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
*
Markdown code blocks migration part 9 (#22506)
Amjad Ben Hedhili
2023-08-19
1
-62
/
+62
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-3
/
+3
*
replace `doAssert false` with `raiseAssert` in lib, which works better with s...
ringabout
2023-08-11
1
-1
/
+1
*
clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)
ringabout
2023-08-08
1
-2
/
+2
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
1
-0
/
+10
*
implement `ensureMove` (#22339)
ringabout
2023-07-29
1
-0
/
+10
*
fixes docs (#22331)
ringabout
2023-07-26
1
-1
/
+1
*
fixes #22268; fixes `move` codegen (#22288)
ringabout
2023-07-19
1
-20
/
+8
*
Fix #22273 (#22275)
Juan Carlos
2023-07-14
1
-1
/
+1
*
clean up the documentation (#22196)
ringabout
2023-07-02
1
-13
/
+13
*
adds =destroy T support for strings and seqs (#22167)
ringabout
2023-06-27
1
-1
/
+7
*
adds T destructor for refs (#22147)
ringabout
2023-06-26
1
-0
/
+4
*
fixes #22123; Compiler bug with default initializer values and arrays (#22128)
ringabout
2023-06-20
1
-2
/
+5
*
make `move` use `=wasMoved` internally (#22032)
ringabout
2023-06-09
1
-5
/
+20
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
1
-4
/
+4
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
1
-2
/
+2
*
improve `wasMoved` hooks; allow reset to use the overridden `wasMoved` hook (...
ringabout
2023-05-12
1
-4
/
+9
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
1
-1
/
+1
*
make `reset` use the `=destroy` and `wasMoved` pair (#21821)
ringabout
2023-05-11
1
-1
/
+9
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
1
-0
/
+6
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
1
-1
/
+1
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
1
-30
/
+21
*
Fix example code of proc add*[T](x: var seq[T], y: sink openArray[T]) (#21607)
Tomohiro
2023-04-03
1
-4
/
+13
*
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
[next]