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
/
ic
/
ic.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-2
/
+2
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-2
/
+2
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
1
-1
/
+1
*
IC: use tables instead of huge seqs because the compiler can create l… (#23...
Andreas Rumpf
2024-06-18
1
-43
/
+32
*
allow replacing captured syms in macro calls in generics (#23091)
metagn
2023-12-18
1
-4
/
+6
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-4
/
+3
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-1
/
+1
*
forbides adding sons for `PType` (#23030)
ringabout
2023-12-04
1
-1
/
+3
*
fixes #22552 (#23014)
Andreas Rumpf
2023-12-02
1
-1
/
+2
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-3
/
+9
*
progress: 'm' command line switch (#22976)
Andreas Rumpf
2023-11-22
1
-0
/
+3
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-104
/
+196
*
IC: use better packed line information format (#22917)
Andreas Rumpf
2023-11-07
1
-55
/
+61
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+2
*
Instantiates generics in the module that uses it (#22513)
Juan M Gómez
2023-09-09
1
-0
/
+2
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-2
/
+2
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-1
/
+8
*
fixes overriden typo (#22044)
ringabout
2023-06-08
1
-2
/
+2
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+3
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+2
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-2
/
+2
*
time to make IC work with ORC (here we go again...) (#20538)
Andreas Rumpf
2022-10-11
1
-1
/
+10
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
1
-3
/
+0
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-1
/
+1
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
1
-13
/
+6
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
[minor]use `addInt` and `addFloat` (#18733)
flywind
2021-08-24
1
-2
/
+2
*
fixes #17943 (#18045)
Andreas Rumpf
2021-05-19
1
-0
/
+3
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
1
-3
/
+3
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
1
-1
/
+1
*
ic refactoring (#17778)
Andreas Rumpf
2021-04-19
1
-64
/
+111
*
-d:nimDebug: calls doAssert false instead of quit (#17739)
Timothee Cour
2021-04-17
1
-2
/
+1
*
IC: yet another embarrassing omission (#17743)
Andreas Rumpf
2021-04-17
1
-1
/
+2
*
ic navigator tests (#17735)
Andreas Rumpf
2021-04-16
1
-1
/
+2
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
1
-16
/
+42
*
IC: rodfiles: no floats (#17720)
Andreas Rumpf
2021-04-14
1
-11
/
+8
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
1
-5
/
+23
*
IC: code cleanup (#17708)
Andreas Rumpf
2021-04-13
1
-45
/
+12
*
IC: serialization bugfix (#17701)
Andreas Rumpf
2021-04-13
1
-4
/
+4
*
IC: integrity checking (#17695)
Andreas Rumpf
2021-04-11
1
-1
/
+2
*
IC: added basic test case for methods (#17679)
Andreas Rumpf
2021-04-09
1
-1
/
+1
*
IC: bugfix (#17533)
Andreas Rumpf
2021-03-27
1
-2
/
+5
*
added a 'koch ic' command for easier adhoc testing of IC (#17508)
Andreas Rumpf
2021-03-26
1
-5
/
+17
*
IC: backend: remember produced type information (#17440)
Andreas Rumpf
2021-03-23
1
-2
/
+9
*
IC: green tests (#17311)
Andreas Rumpf
2021-03-19
1
-0
/
+1147