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
/
tests
/
vm
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0...
metagn
2024-09-22
1
-0
/
+7
*
make distinct conversions addressable in VM (#24124)
metagn
2024-09-17
1
-0
/
+49
*
open new scope for const values (#24084)
metagn
2024-09-09
2
-0
/
+10
*
fixes #21353; fixes default closure in the VM (#24070)
ringabout
2024-09-09
1
-0
/
+4
*
proper error for calling nil closure in VM (#24059)
metagn
2024-09-04
2
-0
/
+31
*
fixes #23925; VM generates wrong cast for negative enum values (#23951)
autumngray
2024-08-27
1
-0
/
+24
*
adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)
ringabout
2024-08-20
1
-1
/
+1
*
make all generic aliases tyAlias (#23978)
metagn
2024-08-20
1
-1
/
+1
*
allow generic compileTime proc folding (#22022)
metagn
2024-08-18
1
-0
/
+29
*
fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)
ringabout
2024-08-11
1
-2
/
+5
*
closes #22095; adds a test case (#23822)
ringabout
2024-07-11
1
-0
/
+20
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
1
-0
/
+15
*
fixes #13481; fixes #22708; disable using union objects in VM (#23362)
ringabout
2024-03-03
1
-8
/
+0
*
fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)
ringabout
2024-01-18
1
-0
/
+10
*
give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)
metagn
2024-01-18
2
-2
/
+14
*
fix isNil folding for compile time closures (#22574)
metagn
2023-09-02
1
-0
/
+8
*
use dummy dest for void branches to fix noreturn in VM (#22617)
metagn
2023-09-01
1
-0
/
+32
*
don't update const symbol on const section re-sems (#22609)
metagn
2023-09-01
1
-0
/
+10
*
handle typedesc params in VM (#22581)
metagn
2023-08-30
2
-2
/
+21
*
clearer error for different size int/float cast in VM (#22582)
metagn
2023-08-29
1
-0
/
+3
*
fix getNullValue for cstring in VM, make other VM code aware of nil cstring (...
metagn
2023-08-21
1
-0
/
+31
*
Add staticFileExists and staticDirExists (#22278)
Tomohiro
2023-08-18
1
-0
/
+2
*
close #18103 internal error: inconsistent environment type (#22451)
Bung
2023-08-11
1
-0
/
+35
*
add a test case for #22190 in case of regression (#22217)
ringabout
2023-07-04
1
-0
/
+21
*
alternative to #22183; nimscript shares the same compileTime sym with VM (#22...
ringabout
2023-06-29
2
-0
/
+16
*
fix VM uint conversion size bug, stricter int gen on JS (#22150)
metagn
2023-06-25
1
-0
/
+7
*
allow addressing elements of openArray[char] in VM (#22045)
ringabout
2023-06-08
1
-0
/
+14
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
4
-0
/
+131
*
fixes #21708; skip colons for tuples in VM (#21850)
ringabout
2023-05-17
1
-0
/
+10
*
closes #7590; add a test case (#21846)
ringabout
2023-05-14
1
-0
/
+20
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-1
/
+1
*
fixes #21704; remove nfIsRef for genLit in VM (#21765)
ringabout
2023-05-06
1
-0
/
+69
*
closes #10108; add a test case (#21770)
ringabout
2023-05-03
1
-10
/
+22
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+1
*
stdlib tests now check refc too (#21664)
ringabout
2023-04-21
1
-1
/
+1
*
fixes explicit globals in macros (#21502)
ringabout
2023-03-12
1
-0
/
+13
*
fixes #10938; fixes #13312; fixes #13918; fixes #20985; always initializes gl...
ringabout
2023-03-01
1
-2
/
+44
*
closes #17864; add a test case (#21434)
ringabout
2023-02-25
1
-0
/
+12
*
fixes #16790; fixes #19075; put big arrays on the constant seqs; don't inline...
ringabout
2023-01-31
1
-0
/
+19
*
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
ringabout
2022-12-10
1
-0
/
+10
*
fixes regression #20746; remove string copies for ORC booted compiler (#20776)
ringabout
2022-11-07
1
-0
/
+13
*
fixes regression #17121; adding doc comment in importc proc makes it silently...
ringabout
2022-11-06
1
-0
/
+9
*
fixes #19201; fixes sink causes crash in VM (#20658)
ringabout
2022-10-25
1
-1
/
+7
*
Unpack mSlice tupleconstr for static openarrays (#20615)
Jason Beetham
2022-10-22
1
-0
/
+4
*
closes #19969; add testcase for #19969 #15952 #16306 (#20610)
ringabout
2022-10-21
1
-0
/
+27
*
Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time...
Jason Beetham
2022-10-20
1
-0
/
+38
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-1
/
+1
*
closes #12994; add testcase (#20511)
ringabout
2022-10-08
1
-0
/
+23
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-4
/
+4
*
remove echo statements in tests (part 1) (#20178)
ringabout
2022-08-23
8
-40
/
+6
[next]