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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
1
-10
/
+0
*
bump the devel version to 211 (#22356)
ringabout
2023-08-01
1
-3
/
+3
*
fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...
ringabout
2023-08-01
1
-1
/
+1
*
remove thread duplicated code (#22348)
Bung
2023-07-31
1
-5
/
+0
*
fixes #22256; fixes GC_disableOrc overflow (#22257)
ringabout
2023-07-11
1
-1
/
+1
*
Rename `seq.add` parameter to be consistent with `refc` (#22244)
Solitude
2023-07-10
1
-2
/
+2
*
Fix #21401 (#22232)
Juan Carlos
2023-07-07
1
-0
/
+8
*
uint arithmetic for pointers (#22159)
Jacek Sieka
2023-06-27
2
-2
/
+2
*
rm zero-extension and uint conversions deprecated since 0.19.9 (#22151)
tersec
2023-06-25
1
-56
/
+0
*
added new experimental API isUniqueRef (#21812)
Andreas Rumpf
2023-06-16
1
-0
/
+12
*
bump NimVersion to 1.9.5 (#22112)
Miran
2023-06-16
1
-1
/
+1
*
small fixes for atomicArc (#22017)
ringabout
2023-06-06
2
-3
/
+3
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
1
-4
/
+0
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-0
/
+4
*
Remove GC (#21904)
Juan Carlos
2023-05-25
1
-749
/
+0
*
fixes #21847; let `parseFloat` behave like `strtod` (#21854)
ringabout
2023-05-17
1
-1
/
+3
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
1
-6
/
+6
*
fix nimrtl and nimhcr on arc/orc (#21814)
metagn
2023-05-09
3
-4
/
+4
*
Improve and refactor cellseqs_v2 in Nim standard library (#21796)
Jordan Gillard
2023-05-09
1
-13
/
+10
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-9
/
+24
*
🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797)
Jordan Gillard
2023-05-07
1
-8
/
+11
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
1
-5
/
+5
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
1
-0
/
+4
*
ORC: make rootsThreshold thread local [backport] (#21799)
Andreas Rumpf
2023-05-06
1
-5
/
+5
*
fixes #21780 [backport:1.6] (#21785)
Andreas Rumpf
2023-05-04
1
-4
/
+4
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
2
-2
/
+2
*
Documented path substitution by compiler (#21662)
Raynei
2023-04-21
1
-0
/
+1
*
fix #20997 (#21165)
Bung
2023-04-19
1
-4
/
+2
*
warn on set types bigger than max size, default to 0..255 for int literals (#...
metagn
2023-04-17
1
-2
/
+2
*
fixes #20155; repr range with distinct types is broken in ORC (#21682)
ringabout
2023-04-17
1
-2
/
+10
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
3
-23
/
+23
*
fix #20972 fixes invalid and UB codegen case object transitions for both refc...
ringabout
2023-04-04
1
-3
/
+5
*
make --exceptions:quirky work with C++ (#21581)
Andreas Rumpf
2023-03-31
2
-4
/
+6
*
bump NimVersion to 1.9.3 (#21587)
Miran
2023-03-30
1
-1
/
+1
*
don't access void* out of alignment in refc GC to avoid UB (#21560)
tersec
2023-03-22
1
-1
/
+0
*
Add check for nimMaxJeap on occupied memory + allocation size (#21521)
Regis Caillaud
2023-03-20
1
-11
/
+20
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
2
-2
/
+3
*
Add support for NuttX RTOS. (#21372)
Century Systems
2023-02-16
1
-1
/
+1
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
1
-0
/
+27
*
fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)
ringabout
2022-12-28
1
-0
/
+13
*
remove legacy code (#21134)
ringabout
2022-12-26
9
-592
/
+80
*
fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21...
Bung
2022-12-23
1
-3
/
+5
*
Bump the devel version to 1.9.1 (#21117)
ringabout
2022-12-16
1
-2
/
+2
*
fix #12122 (#21096)
Bung
2022-12-16
12
-118
/
+118
*
alternative, much simpler algorithm for strict func checking (#21066)
Andreas Rumpf
2022-12-11
1
-10
/
+11
*
fixes #21062 (#21068)
Andreas Rumpf
2022-12-10
1
-2
/
+3
*
tyInt tyUint fit target int bit width (#20829)
Bung
2022-12-01
5
-12
/
+12
*
Add HPPA and sparc64 architectures (#20934)
Federico Ceratto
2022-12-01
1
-0
/
+2
*
Support IBM Z architecture (#20943)
Federico Ceratto
2022-11-28
1
-1
/
+3
*
alloc uses atomic operations only when necessary (#20899)
ringabout
2022-11-23
1
-5
/
+17
[next]