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 #14576 addr of param (including for lent) now works with nim js (#14577)
Timothee Cour
2020-06-06
1
-0
/
+1
*
specialize genericReset (#14398)
Andreas Rumpf
2020-05-19
1
-23
/
+23
*
Fix #14160 (#14161)
Clyybber
2020-04-30
1
-1
/
+7
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
1
-1
/
+1
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-10
/
+10
*
fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...
Timothee Cour
2020-04-08
1
-1
/
+1
*
Fix typeSym.getImpl for ref types (#13752)
zah
2020-03-26
1
-1
/
+1
*
fixes #13744 (#13749)
cooldome
2020-03-25
1
-0
/
+2
*
fixes #13698 (#13706)
Andreas Rumpf
2020-03-20
1
-1
/
+3
*
cycle breaker (#13593)
Andreas Rumpf
2020-03-19
1
-16
/
+24
*
arc optimizations (#13325)
Andreas Rumpf
2020-03-18
1
-0
/
+4
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-54
/
+72
*
fixes #13240
Araq
2020-03-11
1
-1
/
+8
*
fix operators containing percent for VM usage (#13536)
Arne Döring
2020-03-11
1
-2
/
+0
*
ARC hotfix; proper destruction of seqs and strings after a move
Araq
2020-03-03
1
-2
/
+2
*
Remove dead magics (#13551)
Arne Döring
2020-03-03
1
-31
/
+3
*
Fixed codegen for constant cstring with --gc:arc (#13326)
Ico Doornekamp
2020-02-04
1
-1
/
+1
*
fix critical bug discovered by #11591 (#13290) [backport]
Timothee Cour
2020-01-29
1
-1
/
+1
*
ARC: optimize complete object constructors to use nimNewObjUninit
Araq
2020-01-26
1
-10
/
+14
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
1
-6
/
+6
*
Unexport even more symbols (#13214)
alaviss
2020-01-23
1
-3
/
+3
*
fixes #13195 (#13198)
cooldome
2020-01-20
1
-2
/
+2
*
Revert "fixes #13195"
Andrii Riabushenko
2020-01-19
1
-1
/
+2
*
revert last commit
Andrii Riabushenko
2020-01-19
1
-2
/
+1
*
more on arc codegen (#13178)
cooldome
2020-01-19
1
-11
/
+44
*
fixes #13157
Araq
2020-01-17
1
-3
/
+6
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-6
/
+6
*
Working towards arc codegen (#13153)
cooldome
2020-01-16
1
-31
/
+39
*
fixes #13105 (#13138)
Andreas Rumpf
2020-01-14
1
-1
/
+1
*
more arc features (#13098)
Andreas Rumpf
2020-01-10
1
-1
/
+5
*
fix enumtostr crash for enum-range (#13035)
Jasper Jenkins
2020-01-05
1
-1
/
+1
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-2
/
+5
*
fixes another regression
Araq
2019-12-24
1
-4
/
+11
*
fixes a silly regression
Araq
2019-12-24
1
-1
/
+3
*
a better bugfix
Araq
2019-12-24
1
-30
/
+33
*
fixes a regression
Araq
2019-12-24
1
-4
/
+4
*
fixes #12826
Araq
2019-12-24
1
-18
/
+33
*
fixes #12899 (#12921)
Andreas Rumpf
2019-12-18
1
-2
/
+4
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-16
/
+26
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-36
/
+40
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-300
/
+298
*
conversions to unsigned numbers are not checked anymore; implements /… (#12...
Andreas Rumpf
2019-11-20
1
-1
/
+2
*
--gc:destructors: simple closures work
Andreas Rumpf
2019-11-02
1
-2
/
+0
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-1
/
+1
*
refactoring: use the new strings and seqs when optSeqDestructors is active
Araq
2019-10-20
1
-20
/
+20
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-5
/
+5
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-11
/
+11
*
fixes a critical --gc:boehm regression
Andreas Rumpf
2019-09-06
1
-1
/
+3
*
allows access to .compileTime vars at runtime (#12128)
Andreas Rumpf
2019-09-05
1
-0
/
+3
[next]