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 #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
*
better support for view types (#15436)
Andreas Rumpf
2020-09-30
1
-2
/
+4
*
produce runtime type information for reified openArrays (#15415)
Andreas Rumpf
2020-09-27
1
-2
/
+5
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
1
-37
/
+48
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-3
/
+18
*
Fix #14396 (#14793)
Clyybber
2020-07-04
1
-44
/
+101
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-0
/
+26
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-7
/
+7
*
more precise analysis about 'observable stores' [backport:1.2] (#14582)
Andreas Rumpf
2020-06-06
1
-3
/
+9
*
fixes #14514 [backport:1.2] (#14533)
Andreas Rumpf
2020-06-01
1
-1
/
+3
*
warn about observerable stores but don't prevent them for 1.2.2 [backport:1.2...
Andreas Rumpf
2020-05-30
1
-2
/
+3
*
fixes #14126 [backport:1.2] (#14390)
Andreas Rumpf
2020-05-20
1
-5
/
+24
*
fixes #14003 (#14006) [backport:1.2]
cooldome
2020-04-17
1
-6
/
+12
*
fixes #13782 (#13834)
Andreas Rumpf
2020-04-01
1
-19
/
+56
*
enable --tlsEmulation:on for --gc:arc (#13685)
Andreas Rumpf
2020-03-18
1
-1
/
+1
*
rename sfAlwaysReturn to sfNeverRaises
Araq
2020-03-16
1
-1
/
+1
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-2
/
+14
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-0
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-129
/
+125
*
no commas for empty importcpp splat params (#12183)
Jasper Jenkins
2019-09-12
1
-5
/
+8
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-16
/
+16
*
hashes: implement murmur3 (#12022)
Miran
2019-09-01
1
-6
/
+8
*
fixes #12042 (#12083)
Andreas Rumpf
2019-08-29
1
-1
/
+11
*
- adding _actual as a suffix only for calls to an actual proc and not through...
Viktor Kirilov
2019-08-23
1
-3
/
+3
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
fixes #11412
Araq
2019-06-06
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-4
/
+4
*
revert discardable transformation (#10905)
Andreas Rumpf
2019-04-21
1
-7
/
+17
*
fewer ropes (#11037)
Arne Döring
2019-04-19
1
-3
/
+9
*
preparations for --newruntime owned refs/callbacks
Araq
2019-04-11
1
-3
/
+3
*
fixes #10942. Lent T bug (#10946)
cooldome
2019-04-03
1
-1
/
+1
[next]