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
/
compiler
/
transf.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC (#24142)
ringabout
2024-09-19
1
-1
/
+6
*
disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...
metagn
2024-09-16
1
-5
/
+11
*
fixes #24033; Yielding from var fails with pairs and destructuring (#24046)
ringabout
2024-09-02
1
-3
/
+9
*
fixes #23454; IndexDefect thrown when destructuring a lent tuple (#23993)
ringabout
2024-08-22
1
-1
/
+4
*
fixes #23982; codegen regression passing pointer expressions to inline iterat...
ringabout
2024-08-20
1
-2
/
+4
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
1
-1
/
+5
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
1
-11
/
+5
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-0
/
+1
*
fixes #23536; Stack trace with wrong line number when the proc called inside ...
ringabout
2024-04-26
1
-6
/
+8
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
1
-1
/
+0
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-4
/
+0
*
refactoring: no inheritance for PType/PSym (#23403)
Andreas Rumpf
2024-03-14
1
-12
/
+14
*
fixes #19977; rework inlining of 'var openarray' iterators for C++ (#23258)
ringabout
2024-01-26
1
-1
/
+2
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-2
/
+17
*
NIR: progress (#22817)
Andreas Rumpf
2023-10-12
1
-26
/
+26
*
`initNodeTable` and friends now return (#22444)
ringabout
2023-08-11
1
-3
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-2
/
+6
*
fixes #22237; fixes #21160; wrong cursor on unowned parameters in the for loo...
ringabout
2023-07-10
1
-2
/
+15
*
fixes #22148; std/memfiles.memSlices nesting now fails with memory sa… (#22...
ringabout
2023-06-25
1
-1
/
+1
*
fixes #21110; duplicate proc definitions for inline iters (#21136)
ringabout
2023-06-22
1
-0
/
+8
*
fixes explicit deref block (#22093)
ringabout
2023-06-15
1
-1
/
+3
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-4
/
+3
*
fixes #21540; deref block at transf phase to make injectdestructors function ...
ringabout
2023-04-19
1
-1
/
+15
*
fixes #21306; fixes #20485; don't transform yields in the var section when i...
ringabout
2023-03-10
1
-1
/
+4
*
Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)
Yuriy Glukhov
2023-01-19
1
-3
/
+3
*
remove duplicate assignment (#21050)
ringabout
2022-12-09
1
-1
/
+0
*
fixes #20856; store defaults directly (#20859)
ringabout
2022-11-17
1
-7
/
+0
*
Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)
Bung
2022-11-04
1
-8
/
+10
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
1
-5
/
+9
*
cleanup nfFirstWrite flags (#20500)
Andreas Rumpf
2022-10-05
1
-1
/
+1
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-1
/
+7
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-5
/
+7
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-4
/
+6
*
document compiler procs regarding `&` (#20257)
ringabout
2022-08-22
1
-0
/
+5
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
Fixed distinct composite type class proc borrowing (#18904)
Jason Beetham
2021-10-26
1
-0
/
+8
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
1
-2
/
+3
*
fixes #14165, fixes #18739, fix the second example of #6269 (#18812)
Andreas Rumpf
2021-09-06
1
-4
/
+7
*
remove unnecessary if statement (#18792)
flywind
2021-09-03
1
-6
/
+6
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-11
/
+44
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-2
/
+2
*
IC: bugfix (#17533)
Andreas Rumpf
2021-03-27
1
-4
/
+2
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-1
/
+3
*
Fix 16722 (#16730)
cooldome
2021-01-15
1
-0
/
+2
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-2
/
+2
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-7
/
+8
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
fixes #16069; [backport:1.2] [backport:1.4] (#16115)
Andreas Rumpf
2020-11-24
1
-0
/
+5
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-30
/
+32
[next]