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
*
fix system for nimscript config files on js backend (#24135)
metagn
2024-09-19
1
-2
/
+4
*
enable closures tests for JS & implement `finished` for JS (#23521)
ringabout
2024-09-09
1
-2
/
+8
*
Add a document to toOpenArray proc (#23905)
Tomohiro
2024-08-01
1
-0
/
+12
*
Check for nil in cstringArrayToSeq (#23747)
Yuriy Glukhov
2024-06-24
1
-0
/
+2
*
doc(format): system.nim: doc of hostCPU for `loongarch64` (#23621)
lit
2024-05-17
1
-1
/
+1
*
fixes #23524; global variables cannot be analysed when injecting `move` (#23529)
ringabout
2024-04-24
1
-3
/
+5
*
remove `internalNew` from system (#23475)
ringabout
2024-04-04
1
-3
/
+0
*
ORC: added -d:nimOrcStats switch and related API (#23272)
Andreas Rumpf
2024-02-21
1
-14
/
+16
*
clean up goto exceptions; remove the setjmp.h dep (#23259)
ringabout
2024-01-27
1
-1
/
+1
*
workaround arrayWith issues (#23230)
ringabout
2024-01-18
1
-1
/
+2
*
fixes #23223; prevents `insert` self-assignment (#23225)
ringabout
2024-01-18
1
-0
/
+2
*
remove unnecessary workaround from `arrayWith` (#23208)
ringabout
2024-01-15
1
-2
/
+1
*
patches for #23129 (#23198)
ringabout
2024-01-11
1
-1
/
+1
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
1
-1
/
+2
*
Deprecate asm stmt for js target (#23149)
ASVIEST
2024-01-02
1
-2
/
+2
*
fixes #23006; newSeqUninit -> CT Error; imitate `newStringUninit` (#23007)
ringabout
2023-11-30
1
-1
/
+4
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
1
-2
/
+5
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-0
/
+2
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
1
-9
/
+14
*
reserve `sysFatal` for `Defect` (#22158)
Jacek Sieka
2023-11-06
1
-1
/
+1
*
fixes #22898; fix #22883 differently (#22900)
ringabout
2023-11-05
1
-4
/
+0
*
fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...
ringabout
2023-11-01
1
-0
/
+4
*
fixes #22856; enables `-d:nimStrictDelete` (#22858)
ringabout
2023-10-24
1
-5
/
+1
*
fixes `system.delete` that raises defects (#22857)
ringabout
2023-10-23
1
-1
/
+1
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-4
/
+11
*
fixes #22554; makes `newSeqWith` use `newSeqUninit` (#22771)
ringabout
2023-09-30
1
-6
/
+7
*
deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)
ringabout
2023-09-29
1
-2
/
+29
*
Make `newStringUninit` available in the VM [backport] (#22748)
Amjad Ben Hedhili
2023-09-25
1
-9
/
+12
*
Add magic toOpenArrayChar (#22751)
SirOlaf
2023-09-24
1
-0
/
+3
*
Fix `newStringUninit` not setting the '\0' terminator [backport] (#22746)
Amjad Ben Hedhili
2023-09-23
1
-2
/
+6
*
Make `newStringUninit` available on the js backend [backport] (#22743)
Amjad Ben Hedhili
2023-09-23
1
-0
/
+3
*
Fix `capacity` for const and shallow [backport] (#22705)
Amjad Ben Hedhili
2023-09-18
1
-4
/
+4
*
Add descriptions and examples for `rawProc` and `rawEnv` (#22710)
sls1005
2023-09-18
1
-1
/
+31
*
fixes incorrect cint overflow in system (#22718)
ringabout
2023-09-18
1
-1
/
+1
*
Make `newSeqOfCap` not initialize memory. (#21842)
Amjad Ben Hedhili
2023-09-09
1
-1
/
+1
*
fixes #22555; implements `newStringUninit` (#22572)
ringabout
2023-08-29
1
-22
/
+36
*
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
[next]