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
/
transf.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
Fixed distinct composite type class proc borrowing (#18904)
Jason Beetham
2021-10-26
1
-0
/
+8
*
fixes #12642 (#18811)
Andreas Rumpf
2021-09-06
1
-2
/
+3
*
fixes #14165, fixes #18739, fix the second example of #6269 (#18812)
Andreas Rumpf
2021-09-06
1
-4
/
+7
*
remove unnecessary if statement (#18792)
flywind
2021-09-03
1
-6
/
+6
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-11
/
+44
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-2
/
+2
*
IC: bugfix (#17533)
Andreas Rumpf
2021-03-27
1
-4
/
+2
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-1
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-1
/
+3
*
Fix 16722 (#16730)
cooldome
2021-01-15
1
-0
/
+2
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-2
/
+2
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-7
/
+8
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
fixes #16069; [backport:1.2] [backport:1.4] (#16115)
Andreas Rumpf
2020-11-24
1
-0
/
+5
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-30
/
+32
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-0
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/257 (#15466)
Andreas Rumpf
2020-10-02
1
-7
/
+0
*
borrow checking (#15282)
Andreas Rumpf
2020-09-09
1
-0
/
+4
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-47
/
+0
*
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 #15071 [backport] (#15131)
Andreas Rumpf
2020-07-31
1
-3
/
+3
*
arc: cursors for simple for loop variables (#15008)
Andreas Rumpf
2020-07-17
1
-2
/
+22
*
An optimizer for ARC (#14962)
Andreas Rumpf
2020-07-15
1
-1
/
+1
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-5
/
+5
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-2
/
+2
*
fix #13739 (#13742)
Arne Döring
2020-04-07
1
-5
/
+4
*
fixes #13744 (#13749)
cooldome
2020-03-25
1
-1
/
+1
*
Revert "fix #13417 (#13712)" (#13728)
Andreas Rumpf
2020-03-23
1
-10
/
+11
*
fix #13417 (#13712)
Arne Döring
2020-03-22
1
-11
/
+10
*
fixes #12747 [backport] (#13651)
cooldome
2020-03-16
1
-3
/
+12
*
fixes #13596 (#13612)
Andreas Rumpf
2020-03-09
1
-0
/
+13
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-277
/
+254
*
ARC: solves phase ordering problems (#12654)
Andreas Rumpf
2019-11-14
1
-21
/
+8
*
--gc:destructors improvements (#12626)
Andreas Rumpf
2019-11-09
1
-2
/
+1
*
some progress on bug #12443
Andreas Rumpf
2019-10-27
1
-1
/
+1
*
refactoring: --newruntime consists of 3 different switches
Araq
2019-10-20
1
-1
/
+1
*
Refactor injectdestructors (#12295)
Clyybber
2019-10-01
1
-1
/
+0
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-22
/
+22
*
Merge branch 'devel' into uint-range-checks
Araq
2019-09-02
1
-2
/
+1
|
\
|
*
Support iterators returning lent T (#11938)
cooldome
2019-08-31
1
-2
/
+1
*
|
minor stuff
Arne Döring
2019-08-27
1
-1
/
+1
|
/
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
int128 on firstOrd, lastOrd and lengthOrd (#11701)
Arne Döring
2019-08-07
1
-2
/
+2
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+2
*
fixes #11683
Araq
2019-07-10
1
-5
/
+6
*
fixes #8316 (#11673)
Andreas Rumpf
2019-07-06
1
-7
/
+15
*
fix complex typdesc iterators
Jasper Jenkins
2019-05-08
1
-0
/
+1
[next]