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
/
pipelines.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
1
-13
/
+0
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
compute checksum of nim files early in the pipelines (#23268)
ringabout
2024-01-31
1
-2
/
+7
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-1
/
+1
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-7
/
+8
*
progress: 'm' command line switch (#22976)
Andreas Rumpf
2023-11-22
1
-2
/
+5
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-2
/
+6
*
so close... (#22885)
Andreas Rumpf
2023-10-31
1
-1
/
+2
*
NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...
Andreas Rumpf
2023-10-16
1
-0
/
+6
*
NIR: Nim intermediate representation (#22777)
Andreas Rumpf
2023-10-11
1
-1
/
+7
*
replaces `doAssert false` with `raiseAssert` for unreachable branches, which ...
ringabout
2023-08-10
1
-5
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-2
/
+9
*
fixes #21617; createTypeBoundOps with PContext in order to instantiate generi...
ringabout
2023-04-07
1
-2
/
+12
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
1
-1
/
+1
*
add a prepass for codeReordering (#21513)
ringabout
2023-03-17
1
-2
/
+32
*
replaces implicit passes array registed at runtime with explicit function cal...
ringabout
2023-03-03
1
-0
/
+254