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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
5
-11
/
+31
*
progress: 'm' command line switch (#22976)
Andreas Rumpf
2023-11-22
1
-0
/
+3
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
7
-216
/
+287
*
IC: use better packed line information format (#22917)
Andreas Rumpf
2023-11-07
6
-147
/
+132
*
NIR: C codegen, WIP (#22903)
Andreas Rumpf
2023-11-05
2
-3
/
+2
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
8
-10
/
+11
*
NIR: VM + refactorings (#22835)
Andreas Rumpf
2023-10-29
1
-0
/
+1
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
1
-3
/
+4
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-0
/
+2
*
Instantiates generics in the module that uses it (#22513)
Juan M Gómez
2023-09-09
2
-0
/
+3
*
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
6
-5
/
+23
*
fixes overriden typo (#22044)
ringabout
2023-06-08
2
-3
/
+3
*
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
2
-2
/
+4
*
fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...
ringabout
2023-04-07
1
-1
/
+4
*
IC: fix typo in rodfiles.nim (#20989)
Ikko Ashimine
2022-12-01
1
-1
/
+1
*
fix a few "broken link" warnings (#20837)
Andrey Makarov
2022-11-14
1
-1
/
+1
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
2
-3
/
+2
*
time to make IC work with ORC (here we go again...) (#20538)
Andreas Rumpf
2022-10-11
2
-6
/
+25
*
refactorings (#20536)
Andreas Rumpf
2022-10-10
2
-4
/
+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
*
Don't require blank line before Markdown code (#20215)
Andrey Makarov
2022-08-15
1
-2
/
+1
*
Change `styleCheck` to ignore foreign packages (#19822)
quantimnot
2022-07-14
1
-4
/
+4
*
Refactor and doc package handling, module name mangling (#19821)
quantimnot
2022-05-30
2
-15
/
+9
*
move assertions out of system (#19599)
flywind
2022-03-23
9
-0
/
+29
*
[minor]use `addInt` and `addFloat` (#18733)
flywind
2021-08-24
1
-2
/
+2
*
fixes #17943 (#18045)
Andreas Rumpf
2021-05-19
1
-0
/
+3
*
bring back std/ prefix within compiler and ensure it works in bootstrap + bsd...
Timothee Cour
2021-04-30
1
-1
/
+1
*
typos (#17824)
Andreas Rumpf
2021-04-23
1
-1
/
+1
*
CIs: attempt to use csources_v1 (#16282)
Andreas Rumpf
2021-04-21
6
-10
/
+10
*
updated the documentation (#17796)
Andreas Rumpf
2021-04-20
1
-1
/
+1
*
IC navigator: added support for include files (#17784)
Andreas Rumpf
2021-04-19
2
-5
/
+25
*
ic refactoring (#17778)
Andreas Rumpf
2021-04-19
7
-159
/
+146
*
[ci skip] document compiler/ic/rodfiles.nim (#17771)
Saem Ghani
2021-04-19
1
-0
/
+72
*
IC: fixes a long standing bug about DCE set computations (#17763)
Andreas Rumpf
2021-04-18
1
-25
/
+33
*
-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
2
-2
/
+3
*
`import foo {.all.}` reboot (#17706)
Timothee Cour
2021-04-16
2
-16
/
+43
*
IC: rodfiles: no floats (#17720)
Andreas Rumpf
2021-04-14
4
-21
/
+18
*
IC: first steps towards 'nim check --def --ic:on' (#17714)
Andreas Rumpf
2021-04-14
3
-7
/
+172
*
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
3
-1
/
+157
*
IC: added basic test case for methods (#17679)
Andreas Rumpf
2021-04-09
2
-6
/
+27
*
followup custom literals (#17500)
Timothee Cour
2021-03-27
1
-0
/
+1
[next]