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
/
ccgcalls.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23923; type-aliased seq[T] get different backend C/C++ pointer type na...
ringabout
2024-08-28
1
-2
/
+2
*
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
ringabout
2024-07-18
1
-3
/
+3
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-19
/
+19
*
fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)
ringabout
2024-07-10
1
-6
/
+6
*
[backport] fixes #23796; remove extra indirection for args in importc'ed func...
Alexander Kernozhitsky
2024-07-06
1
-1
/
+2
*
[backport] fixes #23748; do not skip materializing temporaries for proc argum...
Alexander Kernozhitsky
2024-06-30
1
-4
/
+15
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
1
-3
/
+27
*
rework ctypes with gcc 14 (#23636)
ringabout
2024-06-02
1
-0
/
+5
*
fixes `reifiedOpenArray`; `nkHiddenStdConv` is PathKinds1 not PathKinds0 (#23...
ringabout
2024-05-22
1
-2
/
+8
*
rework `wasMoved`, `move` on the JS backend (#23577)
ringabout
2024-05-08
1
-1
/
+1
*
fixes #23321; Error: internal error: openArrayLoc: ref array[0..0, int] (#23548)
ringabout
2024-04-29
1
-1
/
+4
*
fixes #22597; avoid side effects for call returning openArray types (#23257)
ringabout
2024-01-26
1
-2
/
+6
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-11
/
+5
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-4
/
+2
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-1
/
+1
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-21
/
+21
*
NIR: VM + refactorings (#22835)
Andreas Rumpf
2023-10-29
1
-7
/
+7
*
fixes a strictdef ten years long vintage bug, which counts the same thing twi...
ringabout
2023-08-24
1
-0
/
+1
*
`getTemp` and friends now return `TLoc` as requested (#22440)
ringabout
2023-08-10
1
-21
/
+16
*
`initLocExpr` and friends now return `TLoc` (#22434)
ringabout
2023-08-10
1
-36
/
+22
*
use out parameters for getTemp (#22399)
ringabout
2023-08-07
1
-7
/
+5
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-21
/
+26
*
implements allow byref to work in params #21873 (#21875)
Juan M Gómez
2023-05-21
1
-1
/
+2
*
adds an experimental `mm:atomicArc` switch (#21798)
ringabout
2023-05-08
1
-1
/
+1
*
fixes #19857; Exception raised in closure may be "skipped" in ORC (#21530)
ringabout
2023-03-16
1
-0
/
+1
*
fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21...
Andreas Rumpf
2023-03-02
1
-1
/
+3
*
fixes #20026; marks system procs which can raise defects (#20864)
ringabout
2022-11-22
1
-1
/
+2
*
reduce openArray-related C undefined behavior (#20795)
tersec
2022-11-09
1
-5
/
+12
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+1
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
1
-1
/
+1
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-96
/
+108
*
fixes #19631 (#19618)
Andreas Rumpf
2022-03-20
1
-3
/
+8
*
don't use a temp for addr [backport: 1.6] (#19503)
flywind
2022-02-08
1
-2
/
+2
*
nvro don't touch cdecl types [backport: 1.6] (#19461)
flywind
2022-01-28
1
-3
/
+3
*
allow converting static vars to `openArray` (#19035)
Etan Kissling
2021-10-22
1
-1
/
+1
*
Removes deprecated {.injectStmt.}. Fixes #18666 (#18984)
Dominik Picheta
2021-10-13
1
-1
/
+0
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
1
-0
/
+1
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
1
-2
/
+2
*
fixes #18558 again (#18586)
Andreas Rumpf
2021-07-26
1
-0
/
+2
*
fixes #18558 (#18563)
Andreas Rumpf
2021-07-23
1
-16
/
+28
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-1
/
+1
*
fix #17512 (#17520)
flywind
2021-03-30
1
-1
/
+8
*
fixes #17170 (#17171)
Andreas Rumpf
2021-02-24
1
-0
/
+1
*
ARC Analysis in one pass v3 (#17068)
Clyybber
2021-02-17
1
-2
/
+2
*
Revert "ARC: Analysis in one pass v2 (#17000)" (#17046)
Clyybber
2021-02-15
1
-2
/
+2
*
ARC: Analysis in one pass v2 (#17000)
Clyybber
2021-02-10
1
-2
/
+2
*
Revert "ARC Analysis in one pass (#16849)" (#16984)
Clyybber
2021-02-09
1
-2
/
+2
*
ARC Analysis in one pass (#16849)
Clyybber
2021-02-09
1
-2
/
+2
*
fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)
Andreas Rumpf
2020-11-26
1
-6
/
+8
*
fixes a C code generator regression, no need to backport, only the 1.4 line i...
Andreas Rumpf
2020-10-14
1
-1
/
+1
[next]