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
/
semtypinst.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
test whether it is unnecessary (#18893)
flywind
2021-10-14
1
-1
/
+1
*
Alternative to #18928 (#18931)
Jason Beetham
2021-09-30
1
-6
/
+6
*
semtypinst: don't wrap type nodes from expressions in static[T] (#18860)
alaviss
2021-09-17
1
-1
/
+1
*
Fixed #18838 (#18841) [backport]
Jason Beetham
2021-09-13
1
-1
/
+5
*
Fix recursive generic typed defs (#18809)
Jason Beetham
2021-09-06
1
-1
/
+1
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
1
-1
/
+1
*
ORC: improvements (#17993)
Andreas Rumpf
2021-05-12
1
-1
/
+1
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+3
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
1
-0
/
+2
*
IC: final implementation steps (#16801)
Andreas Rumpf
2021-01-25
1
-4
/
+4
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-19
/
+14
*
IC: next steps (#16705)
Andreas Rumpf
2021-01-14
1
-18
/
+0
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-3
/
+3
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-7
/
+12
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-1
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-2
/
+1
*
fix #14698 nkRecWhen caused internalAssert in semConstructFields when generic...
Timothee Cour
2020-07-27
1
-1
/
+4
*
[cleanups] doassert => doAssert; mark deadcode (#14711)
Timothee Cour
2020-06-17
1
-10
/
+12
*
fixes #14315 (#14594)
Andreas Rumpf
2020-06-07
1
-2
/
+1
*
avoid unsafe Nim features in preparation for --gc:arc (#14431)
Andreas Rumpf
2020-05-22
1
-12
/
+13
*
Replace tfHasRequiresInit with a more accurate mechanism
Zahary Karadjov
2020-04-01
1
-0
/
+2
*
fixes #13646
Araq
2020-03-16
1
-0
/
+3
*
minor code style changes
Araq
2020-03-16
1
-1
/
+1
*
ARC related bugfixes and refactorings (#12781)
Andreas Rumpf
2019-12-05
1
-1
/
+3
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-75
/
+74
*
fixes #12336 [backport]
Andreas Rumpf
2019-10-02
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-3
/
+3
*
some gc:destructors progress
Andreas Rumpf
2019-09-16
1
-14
/
+0
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-14
/
+14
*
fixes #7258 (#12054)
Andreas Rumpf
2019-08-26
1
-1
/
+25
*
fixes tcompiletimerange [bugfix] (#11720)
Andreas Rumpf
2019-07-12
1
-0
/
+20
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-1
/
+1
*
fixes #11660 (#11677)
Andreas Rumpf
2019-07-07
1
-1
/
+4
*
fixes #7816 (#11261)
Andreas Rumpf
2019-05-15
1
-0
/
+1
*
Merge pull request #11201 from nim-lang/araq-fixes-11200
Andreas Rumpf
2019-05-08
1
-1
/
+1
|
\
|
*
fixes #11200
Araq
2019-05-08
1
-1
/
+1
*
|
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-7
/
+7
|
/
*
Fix 105, few fixes for 101 (#11148)
genotrance
2019-05-04
1
-2
/
+4
*
destructors: internal compiler refactoring
Araq
2019-04-18
1
-13
/
+12
*
more destructor based changes (#10885)
Andreas Rumpf
2019-03-23
1
-2
/
+2
*
fixes #10884 (#10887)
Andreas Rumpf
2019-03-22
1
-1
/
+1
*
Size ptr tuple (#10846)
Arne Döring
2019-03-18
1
-2
/
+1
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
1
-1
/
+1
*
introduce tfHasOwned for fast must-move checkings; removed tfAcyclic as the G...
Andreas Rumpf
2019-03-05
1
-5
/
+1
*
gc:destructors: progress
Andreas Rumpf
2019-02-28
1
-0
/
+16
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
1
-1
/
+1
*
Propagate tfGcSafe flag to generic instantiations (#10620)
LemonBoy
2019-02-13
1
-3
/
+2
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-13
/
+24
*
Fix for issue #10342. better message for generic subclass instantiation (#10354)
Ray Imber
2019-01-22
1
-1
/
+14
[next]