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
*
fixes #24147; Copy hook causes an incompatible-pointer-types (#24149)
ringabout
2024-09-22
1
-0
/
+13
*
fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC (#24142)
ringabout
2024-09-19
1
-0
/
+14
*
fix string literal assignment with different lengths on ARC (#24083)
metagn
2024-09-08
1
-0
/
+17
*
fixes #23982; codegen regression passing pointer expressions to inline iterat...
ringabout
2024-08-20
1
-0
/
+11
*
fixes #23973; fixes #23974; Memory corruption with lent and ORC (#23981)
ringabout
2024-08-20
1
-0
/
+31
*
fixes #23907; Double destroy using proc type alias with a sink (#23909)
ringabout
2024-08-11
1
-0
/
+23
*
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
ringabout
2024-07-18
1
-0
/
+11
*
fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)
ringabout
2024-07-10
1
-0
/
+16
*
[backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703)
ringabout
2024-06-11
1
-0
/
+26
*
fixes #23627; Simple destructor code gives invalid C (#23631)
ringabout
2024-05-21
1
-5
/
+29
*
fixes lifting subtype calling parent's hooks (#23612)
ringabout
2024-05-15
1
-1
/
+24
*
fixes #23524; global variables cannot be analysed when injecting `move` (#23529)
ringabout
2024-04-24
1
-0
/
+15
*
fixes #23505; fixes injectdestructors errors on transformed addr (deref) refs...
ringabout
2024-04-18
1
-0
/
+13
*
fixes regression #22909; don't optimize result init if statements can raise w...
ringabout
2024-02-01
1
-1
/
+12
*
fixes #23247; don't destroy openarray since it doesn't own the data (#23254)
ringabout
2024-01-26
1
-0
/
+52
*
fixes #22218; avoids cursor when copy is disabled (#23209)
ringabout
2024-01-18
1
-0
/
+25
*
fixes #22923; fixes `=dup` issues (#23182)
ringabout
2024-01-11
1
-0
/
+26
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-0
/
+56
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
2
-2
/
+4
*
fixes #22866; fixes #19998; ensure destruction for Object construction with c...
ringabout
2023-11-02
2
-10
/
+16
*
fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...
ringabout
2023-10-13
1
-0
/
+53
*
fixes #22787; marks `var section` in the loop as reassign preventing cursor (...
ringabout
2023-10-07
1
-0
/
+37
*
items, pairs and friends now use `unCheckedInc` (#22729)
ringabout
2023-09-20
1
-0
/
+4
*
fixes #22664; guard against potential seqs self assignments (#22671)
ringabout
2023-09-08
1
-0
/
+21
*
round out tuple unpacking assignment, support underscores (#22537)
metagn
2023-08-24
1
-4
/
+4
*
close #22748; cursorinference + -d:nimNoLentIterators results in err… (#22495)
ringabout
2023-08-17
1
-0
/
+46
*
fixes #22237; fixes #21160; wrong cursor on unowned parameters in the for loo...
ringabout
2023-07-10
1
-0
/
+55
*
fixes #22175 (#22229)
Andreas Rumpf
2023-07-06
1
-0
/
+12
*
fixes #22132; hoisted openArray params result in erroneous code (#22224)
ringabout
2023-07-05
1
-0
/
+18
*
fix controlflow test (#22194)
Jacek Sieka
2023-06-30
1
-1
/
+1
*
fixes #22001 (#22177)
Andreas Rumpf
2023-06-27
1
-0
/
+22
*
adds =destroy T support for strings and seqs (#22167)
ringabout
2023-06-27
1
-1
/
+1
*
fixes #22058; invalid free with {.noSideEffect.} in template (#22088)
ringabout
2023-06-13
1
-0
/
+16
*
fixes #21987; don't create type bound ops for anything in a function with a `...
ringabout
2023-06-04
1
-0
/
+48
*
lift the `=dup` hook (#21903)
ringabout
2023-06-02
3
-15
/
+10
*
fixes #21974; fixes sameConstant fieldDefect (#21981)
ringabout
2023-06-01
1
-0
/
+30
*
close #19990; adds a test case (#21853)
ringabout
2023-05-15
1
-0
/
+14
*
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
[next]