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
/
vmdeps.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
consider calling convention and iterator in getType for procs (#24181)
metagn
2024-09-27
1
-3
/
+10
*
remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)
metagn
2024-08-28
1
-1
/
+1
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-11
/
+11
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-1
/
+1
*
type refactoring: part 2 (#23059)
Andreas Rumpf
2023-12-13
1
-14
/
+14
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-12
/
+12
*
IC: progress and refactorings (#22961)
Andreas Rumpf
2023-11-20
1
-3
/
+3
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
make getType nodes of generic insts have full inst type (#22655)
metagn
2023-09-07
1
-0
/
+4
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-1
/
+1
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
getType now works with tyInferred (arising from concepts); refs #18220 (#18241)
Timothee Cour
2021-06-12
1
-1
/
+1
*
cString => cSourceString; tyCString => tyCstring so that error msgs show cstr...
Timothee Cour
2021-04-17
1
-1
/
+1
*
iterable[T] (#17196)
Timothee Cour
2021-04-11
1
-0
/
+1
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-1
/
+3
*
big steps torwards an efficient, simple IC implementation (#16543)
Andreas Rumpf
2021-01-02
1
-2
/
+2
*
explicit ID generation for easier IC (#15559)
Andreas Rumpf
2020-10-25
1
-24
/
+27
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-2
/
+1
*
expr => untyped; stmt => typed (#14804)
Timothee Cour
2020-06-25
1
-2
/
+2
*
remove tyOpt, mOpt (#14636)
Timothee Cour
2020-06-12
1
-1
/
+1
*
Fix typeSym.getImpl for ref types (#13752)
zah
2020-03-26
1
-4
/
+4
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-31
/
+31
*
fixes #12663 staticRead now creates a dependency for rebuilds (#12731) [backp...
Timothee Cour
2019-11-25
1
-0
/
+2
*
fix range.getType crash
Jasper Jenkins
2019-09-05
1
-2
/
+3
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-6
/
+6
*
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
Arne Döring
2019-05-11
1
-2
/
+2
*
code cleanup: there is no tyOptRef
Andreas Rumpf
2019-02-22
1
-1
/
+1
*
make code more readable
Andreas Rumpf
2019-02-18
1
-3
/
+3
*
fixes #9600 (#9601)
jcosborn
2018-11-07
1
-1
/
+4
*
getTypeImpl now returns pragmas for object types (#9538)
jcosborn
2018-10-30
1
-9
/
+7
*
fixes #9532
Araq
2018-10-28
1
-1
/
+1
*
Unchecked arrays now have their own type (#9267)
LemonBoy
2018-10-10
1
-1
/
+5
*
Fix range type construction in the VM (#9205)
LemonBoy
2018-10-09
1
-2
/
+9
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-1
/
+1
*
Custom pragmas in proc types (#8205)
cooldome
2018-07-09
1
-1
/
+2
*
refactoring: remove idents.legacy global variable and pass the IdentCache aro...
Andreas Rumpf
2018-05-27
1
-26
/
+26
*
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-1
/
+1
*
preparations of making compiler/msgs.nim free of global variables
Andreas Rumpf
2018-05-17
1
-1
/
+1
*
remove ast.emptyNode global; cleanup configuration.nim
Araq
2018-05-16
1
-11
/
+11
*
transf and vmgen compile again
Andreas Rumpf
2018-05-12
1
-5
/
+5
*
Fix the return value of GetType and friends when given a `var T` type. (#7701)
Varriount
2018-04-27
1
-1
/
+6
*
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
-1
/
+3
*
modify getTypeImpl to reduce result to final implementation (#6891)
jcosborn
2017-12-09
1
-3
/
+3
*
fix getTypeInst for tyGenericInst (#6868)
jcosborn
2017-12-04
1
-3
/
+6
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
implemented new experimental scriptable import mechanism
Andreas Rumpf
2017-10-01
1
-44
/
+1
*
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
1
-1
/
+1
[next]