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
/
vmmarshal.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-1
/
+1
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-3
/
+4
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-8
/
+8
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-4
/
+23
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
move formatfloat out of system (#20195)
ringabout
2022-08-24
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
fix marshal bugs in VM (#19161) [backport:1.6]
flywind
2021-11-17
1
-2
/
+2
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-2
/
+2
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-1
/
+1
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-11
/
+12
*
cursor and mutation tracking fixes (#15113)
Andreas Rumpf
2020-07-30
1
-5
/
+0
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-19
/
+19
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-3
/
+3
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
1
-1
/
+1
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-10
/
+11
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
transf and vmgen compile again
Andreas Rumpf
2018-05-12
1
-34
/
+39
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-1
/
+1
*
preparations for language extensions: 'sink' and 'lent' types
Andreas Rumpf
2018-01-07
1
-2
/
+2
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
*
added getOrDefault; bootstrapping works again
Araq
2015-10-13
1
-1
/
+1
*
VM produces objects.
Yuriy Glukhov
2015-09-05
1
-8
/
+13
*
marshalling can be done at compile-time
Araq
2015-04-25
1
-0
/
+283