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
/
seminst.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed distinct composite type class proc borrowing (#18904)
Jason Beetham
2021-10-26
1
-1
/
+5
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
1
-1
/
+2
*
fixes #18030 (#18415)
Andreas Rumpf
2021-07-01
1
-1
/
+1
*
semLambda removed, semProcAux reworked (#17379)
Saem Ghani
2021-03-17
1
-1
/
+1
*
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
Andreas Rumpf
2021-03-09
1
-0
/
+13
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-23
/
+22
*
use typeof instead type (#16962)
flywind
2021-02-08
1
-2
/
+2
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-1
/
+1
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-4
/
+4
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-2
/
+2
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-5
/
+8
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-9
/
+9
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
avoid unsafe Nim features in preparation for --gc:arc (#14431)
Andreas Rumpf
2020-05-22
1
-4
/
+4
*
Make ./koch temp --gc:arc work (#14186)
Clyybber
2020-05-01
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-28
/
+28
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
fixes #12051
Araq
2019-09-10
1
-1
/
+1
*
fixes #11515 (#11624)
Andreas Rumpf
2019-07-01
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-1
/
+1
*
gc:destructors: progress
Andreas Rumpf
2019-02-28
1
-0
/
+2
*
fixes nested gensym'ed parameters; fixes #9476
Araq
2018-12-08
1
-1
/
+1
*
IC: further progress
Araq
2018-12-01
1
-2
/
+2
*
Change the order of compilation passes, transformation is made lazy at code g...
cooldome
2018-10-18
1
-3
/
+2
*
replace deprecated `safeAdd` with `add` (#9416)
Miran
2018-10-18
1
-1
/
+1
*
compiler: show name of instantiating context in error traces (#6763) (#9207)
xzfc
2018-10-11
1
-1
/
+1
*
fixes #4766
Araq
2018-08-28
1
-1
/
+2
*
WIP: disallow 'nil' for strings and seqs
Andreas Rumpf
2018-08-13
1
-4
/
+3
*
allow referencing other parameters in default parameter values
Zahary Karadjov
2018-06-16
1
-2
/
+24
*
fix #6928; fix #7208
Zahary Karadjov
2018-06-16
1
-3
/
+4
*
Support default type parameters
Zahary Karadjov
2018-06-16
1
-3
/
+16
*
fixes #7222; fixes #5595; fixes #3747
Zahary Karadjov
2018-06-16
1
-17
/
+20
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-6
/
+6
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-1
/
+1
*
make tests green again
Araq
2018-05-14
1
-2
/
+2
*
more modules compile again
Andreas Rumpf
2018-05-12
1
-13
/
+14
*
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-1
/
+3
*
Static[T] fixes (#7333)
zah
2018-03-24
1
-0
/
+30
*
fixes #6489
Araq
2017-11-23
1
-0
/
+2
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-4
/
+4
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-1
/
+1
*
Fix #5962
Zahary Karadjov
2017-06-20
1
-3
/
+8
*
introduce a pre-processing pass for the concept bodies
Zahary Karadjov
2017-06-20
1
-3
/
+3
*
fixes tproctypecache_falsepositive.nim test case
Araq
2017-06-08
1
-1
/
+2
*
Restore the Nim's 0.14 proper handling of generic aliases
Zahary Karadjov
2017-04-08
1
-1
/
+2
*
fix tgenericshardcases
Zahary Karadjov
2017-03-24
1
-1
/
+2
*
Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)
zah
2017-03-23
1
-3
/
+11
*
fixes #5430
Araq
2017-02-26
1
-1
/
+1
*
big compiler refactoring; avoid globals for multi method dispatcher generation
Andreas Rumpf
2017-02-22
1
-3
/
+3
[next]