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
/
ccgexprs.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix #15117 zero size array cause incorrect codegen for VCC compiler (#21197)
Bung
2022-12-30
1
-0
/
+2
*
fix #14667 (#21190)
Bung
2022-12-28
1
-0
/
+4
*
fix #20997 calling system.card[T](x: set[T]) with T of int8 or uint8 … (#21...
Bung
2022-12-23
1
-1
/
+1
*
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
ringabout
2022-12-10
1
-0
/
+1
*
fixes #20954; bounchecks for len(toOpenArray()) [backport] (#20956)
ringabout
2022-12-05
1
-0
/
+4
*
Revert "fixes #20699; generate an empty struct for void type" (#20806)
Andreas Rumpf
2022-11-12
1
-1
/
+6
*
reduce openArray-related C undefined behavior (#20795)
tersec
2022-11-09
1
-5
/
+7
*
implements display based subtype checking (6.4x faster without threads; 2.8x ...
ringabout
2022-11-08
1
-19
/
+19
*
Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)
Bung
2022-11-04
1
-1
/
+10
*
fixes #20572 (#20585)
Andreas Rumpf
2022-10-17
1
-1
/
+1
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-1
/
+1
*
remove hack for deprecated csize in compiler (#20463)
metagn
2022-10-01
1
-2
/
+1
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-3
/
+3
*
fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)
ringabout
2022-09-28
1
-0
/
+5
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-254
/
+405
*
fixes the regressions caused by the fix for #20107 [backport] (#20287)
Andreas Rumpf
2022-08-31
1
-0
/
+1
*
top-down type inference, implements rfc 149 (#20091)
metagn
2022-08-24
1
-2
/
+3
*
document compiler procs regarding `&` (#20257)
ringabout
2022-08-22
1
-2
/
+2
*
fixes #20107 (#20246) [backport]
Andreas Rumpf
2022-08-19
1
-0
/
+14
*
Better range error messages (#19867)
Tanguy
2022-06-15
1
-3
/
+3
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
1
-2
/
+5
*
use signed comparisons for the index checking in the hope it improves the cod...
Andreas Rumpf
2022-04-26
1
-7
/
+7
*
fixes #19615; emit better code for integer divisions when the divisor… (#19...
Andreas Rumpf
2022-03-22
1
-6
/
+16
*
fix #19266; allow reassign discriminant field (#19567)
flywind
2022-02-25
1
-1
/
+15
*
fixes an old ARC bug: the produced copy/sink operations don't copy the hidden...
Andreas Rumpf
2021-12-09
1
-0
/
+8
*
define `nimVersion` automatically and avoid needing -d:nimVersion140 (#18726)
Timothee Cour
2021-10-17
1
-2
/
+2
*
correct effect tracking for .borrowed procs [backport] (#18882)
Andreas Rumpf
2021-09-23
1
-2
/
+2
*
fix #10128 (#18852)
flywind
2021-09-14
1
-3
/
+3
*
allow building 1.4.0 from devel (#18708)
Timothee Cour
2021-08-18
1
-4
/
+17
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
1
-12
/
+29
*
fixes #18643 [backport:1.0] (#18678)
Andreas Rumpf
2021-08-12
1
-1
/
+1
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-7
/
+5
*
ORC: support for custom =trace procs (#18459)
Andreas Rumpf
2021-07-09
1
-0
/
+1
*
Renamed `-d:nimCompilerStackraceHints` to `-d:nimCompilerStacktraceHints`. (#...
Timothee Cour
2021-06-17
1
-2
/
+2
*
added float32 schubfach algorithm; wip (#18155)
Andreas Rumpf
2021-06-03
1
-1
/
+5
*
ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)
Andreas Rumpf
2021-05-18
1
-1
/
+6
*
IC: codegen: fix (#17931)
Andreas Rumpf
2021-05-04
1
-1
/
+3
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
1
-2
/
+2
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-7
/
+7
*
Genode platform fixes (#17521)
Emery Hemingway
2021-04-09
1
-4
/
+10
*
Fix #14325 (#17308)
Clyybber
2021-03-11
1
-30
/
+22
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-0
/
+1
*
IC: compilerprocs are handled correctly (#17265)
Andreas Rumpf
2021-03-09
1
-2
/
+4
*
fix #17264 [backport:1.4] (#17266)
flywind
2021-03-05
1
-1
/
+2
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-10
/
+6
*
remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...
Timothee Cour
2021-02-17
1
-8
/
+3
*
IC: bugfixes (WIP) (#16836)
Andreas Rumpf
2021-02-02
1
-0
/
+1
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-1
/
+0
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-19
/
+78
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-2
/
+2
[next]