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 #15706 (#15846)
Bung
2020-11-07
1
-1
/
+1
*
ARC now capable of custom extra alignment. Ref, closure and seq support. (#15...
cooldome
2020-10-28
1
-13
/
+9
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-10
/
+10
*
fixes view types for sizeof() and --gc:orc (#15680)
Andreas Rumpf
2020-10-22
1
-3
/
+3
*
fixes #15652 [backport:1.4] (#15679)
Andreas Rumpf
2020-10-22
1
-1
/
+1
*
arc allocation method aligned (#15588)
cooldome
2020-10-19
1
-8
/
+16
*
fix gitignore for testament cruft (#15530)
Timothee Cour
2020-10-09
1
-1
/
+1
*
const view types; fixes some cases from https://github.com/nim-lang/Nim/issue...
Andreas Rumpf
2020-10-05
1
-41
/
+54
*
closureiters: fixes #15243 (#15454) [backport:1.2]
Andreas Rumpf
2020-10-02
1
-1
/
+17
*
fix #15405. deepcopy arc (#15410)
cooldome
2020-10-01
1
-0
/
+4
*
produce runtime type information for reified openArrays (#15415)
Andreas Rumpf
2020-09-27
1
-11
/
+11
*
better support for slices as views (#15414)
Andreas Rumpf
2020-09-27
1
-3
/
+9
*
ORC/ARC async progress (#15370)
Andreas Rumpf
2020-09-20
1
-1
/
+1
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-32
/
+51
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-26
/
+76
*
Fix sets for architectures with default integers smaller than 32 bits (#15258...
PMunch
2020-09-02
1
-3
/
+3
*
fixes #15210 [backport:1.2] (#15237)
Andreas Rumpf
2020-08-31
1
-20
/
+23
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
Use typeflag instead
Clyybber
2020-08-10
1
-1
/
+1
*
Make explicit {.nimcall.} a seperate calling convention
Clyybber
2020-08-08
1
-1
/
+1
*
fixes #15112 (#15124)
Andreas Rumpf
2020-07-30
1
-8
/
+12
*
fixes #15052
Andreas Rumpf
2020-07-26
1
-0
/
+11
*
'isolate' builtin; refs https://github.com/nim-lang/RFCs/issues/244 (#15011)
Andreas Rumpf
2020-07-20
1
-1
/
+1
*
Move `wasMoved` out of `=destroy`
Clyybber
2020-07-10
1
-2
/
+2
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-8
/
+14
*
Deprecated laxStrings for mutating the internal zero terminator on strings an...
Juan Carlos
2020-06-23
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-7
/
+5
*
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
[next]