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
/
tests
/
arc
Commit message (
Expand
)
Author
Age
Files
Lines
*
adds documentation for `=wasMoved` and `=dup` hooks and small fixes (#21827)
ringabout
2023-05-11
1
-1
/
+1
*
make ORC threadlocal, take two (#21818)
Andreas Rumpf
2023-05-10
2
-2
/
+2
*
revert #21799 and #21802 which don't pass the tests (#21804)
ringabout
2023-05-07
2
-2
/
+2
*
implement `=dup` hook eliminating `wasMoved` and `=copy` pairs (#21586)
ringabout
2023-05-06
2
-2
/
+71
*
ORC: make rootsThreshold thread local [backport] (#21799)
Andreas Rumpf
2023-05-06
2
-2
/
+2
*
fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...
ringabout
2023-04-07
1
-0
/
+6
*
fixes #21592; create type bound operations for calls in the method dispatcher...
ringabout
2023-04-01
1
-0
/
+11
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
1
-0
/
+30
*
fixes #20993 [backport:1.6] (#21574)
Andreas Rumpf
2023-03-28
1
-0
/
+41
*
fixes #14255; Crash in compiler when using `system.any` by accident. (#21562)
ringabout
2023-03-23
1
-1
/
+4
*
fix #18977; disallow change branch of an object variant in ORC (#21526)
ringabout
2023-03-16
3
-18
/
+59
*
fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)
ringabout
2023-03-16
1
-0
/
+39
*
fixes #21023; Segfault when mixing seqs, orc, variants and futures (#21497)
ringabout
2023-03-10
1
-0
/
+61
*
fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21...
Andreas Rumpf
2023-03-02
1
-0
/
+12
*
fixes #19291; implements `wasMoved` hook (#21303)
ringabout
2023-03-02
3
-17
/
+23
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-2
/
+2
*
fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184)
ringabout
2022-12-28
1
-0
/
+77
*
fix #20588 (#21104)
Bung
2022-12-15
1
-0
/
+22
*
fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956)
ringabout
2022-12-05
1
-0
/
+16
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
fixes a long-standing ARC bug (#20849)
ringabout
2022-11-16
1
-0
/
+12
*
support `UncheckedArray[T]` in repr_v2.nim (#20816)
Derek 呆
2022-11-11
1
-0
/
+8
*
fix topt_no_cursor.nim (#20791)
Bung
2022-11-09
1
-11
/
+22
*
Arc global (#20768)
Bung
2022-11-06
2
-1
/
+47
*
Revert "fix arc global variable issues" (#20764)
ringabout
2022-11-05
1
-1
/
+1
*
fix arc global variable issues (#20759)
Bung
2022-11-05
1
-1
/
+1
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-0
/
+3
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-0
/
+29
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-1
/
+1
*
closes #9401; add testcase (#20507)
ringabout
2022-10-06
1
-0
/
+49
*
closes #11267; closes #11259; closes #11085; add testcases (#20505)
ringabout
2022-10-06
1
-0
/
+12
*
fixes #19231; newFinalize doesn't work with ORC (#20291)
ringabout
2022-10-05
1
-0
/
+18
*
[ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...
ringabout
2022-10-03
1
-0
/
+18
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
1
-0
/
+7
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+2
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
2
-3
/
+24
*
Update message for checking `cast` (#20145)
konsumlamm
2022-09-28
2
-2
/
+2
*
fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)
ringabout
2022-09-28
2
-15
/
+38
*
fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...
ringabout
2022-09-27
2
-0
/
+64
*
Add testcase for bug #20305 (#20323)
Antonis Geralis
2022-09-13
1
-0
/
+25
*
fixes #19724; don't be aggressive when you infer sink parameters (#20314)
Andreas Rumpf
2022-09-12
1
-3
/
+3
*
fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport]
ringabout
2022-09-08
1
-0
/
+13
*
Add improved Windows UNC path support in std/os (#20281)
havardjohn
2022-09-03
1
-21
/
+14
*
[Testament] Extend and document message testing aids (#19996)
quantimnot
2022-09-01
2
-2
/
+2
*
dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19...
flywind
2022-06-29
1
-0
/
+45
*
fix #19862; make widestrs consistent between refc and orc (#19874) [backport]
flywind
2022-06-09
1
-0
/
+13
*
fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1...
flywind
2022-04-25
1
-0
/
+29
*
[add testcase] arc problems with recursive types (#19456)
flywind
2022-03-23
1
-0
/
+87
*
fix #16458; make useNimRtl compile for --gc:orc (#19512)
flywind
2022-02-11
1
-0
/
+6
*
don't use a temp for addr [backport: 1.6] (#19503)
flywind
2022-02-08
1
-0
/
+22
[next]