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
*
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
*
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
[next]