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
*
[vm]fixes #15974 #12551 #19464 #16020 #16780 #16613 #14553 #19909 #18641 (#19...
flywind
2022-06-22
2
-1
/
+245
*
[semfold] fix #19199; properly fold uint to float conversion (#19890) [backport]
flywind
2022-06-13
1
-0
/
+6
*
add mm to compilesettings; deprecate gc (#19394)
flywind
2022-01-16
1
-1
/
+2
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
1
-1
/
+1
*
fixes #19198 [backport:1.6] (#19209)
Andreas Rumpf
2021-12-04
1
-2
/
+21
*
followup #18453 (#18582)
Timothee Cour
2021-07-25
1
-15
/
+15
*
Fixed template const tuple unpacking (#18562)
Jason Beetham
2021-07-23
1
-0
/
+10
*
fix #18310 system.== in vm for NimNode (#18313)
Timothee Cour
2021-06-21
1
-0
/
+11
*
fix tests/vm/tcastint.nim which used non-sensical `when defined nimVM` (and c...
Timothee Cour
2021-05-08
1
-11
/
+21
*
fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not cached...
Timothee Cour
2021-05-05
1
-2
/
+5
*
add logging to help investigate why tests/vm/tconst.nim is flaky (#17934)
Timothee Cour
2021-05-04
1
-1
/
+1
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
1
-2
/
+2
*
misc fixes: remove `forceConst` (obsolete by static), add more runnableExampl...
Timothee Cour
2021-05-01
3
-43
/
+37
*
follow up #17518 (#17726)
flywind
2021-04-15
1
-0
/
+8
*
fix #16693: testament spec nimout too lax (#16698)
flywind
2021-04-04
2
-4
/
+7
*
close #9622 add testcase (#17557)
flywind
2021-03-29
1
-0
/
+30
*
close #15696 (#17518)
flywind
2021-03-25
1
-0
/
+25
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
1
-13
/
+12
*
Fixes #17039 - ldObj checks node/nodeAddr access (#17123)
Saem Ghani
2021-02-23
1
-0
/
+10
*
make copySign for js consistent with other backends (#16609)
Timothee Cour
2021-02-22
1
-11
/
+3
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-13
/
+10
*
close #8015: const array indexing zeroes data in object variants at runtime (...
Timothee Cour
2021-01-21
1
-0
/
+57
*
fix #14340 (#16386)
Timothee Cour
2021-01-01
1
-0
/
+17
*
use doAssert in tests (#16486)
flywind
2020-12-28
12
-24
/
+24
*
[backport => 1.0] fix #16428 vmops now works for generic procs (#16429)
Timothee Cour
2020-12-22
1
-0
/
+4
*
fixes #16069; [backport:1.2] [backport:1.4] (#16115)
Andreas Rumpf
2020-11-24
1
-1
/
+19
*
fix #16025 repr now consistent: does not insert trailing newline (#16034)
Timothee Cour
2020-11-19
1
-3
/
+2
*
Revert "follow #16009 VM supports cast nil to ptr (#16012)"
Andrey R (cooldome)
2020-11-17
1
-30
/
+0
*
follow #16009 VM supports cast nil to ptr (#16012)
flywind
2020-11-17
1
-0
/
+30
*
close #11637(add testcase for #11637) (#15879)
flywind
2020-11-08
1
-0
/
+52
*
fix #15463 (#15831)
flywind
2020-11-05
1
-1
/
+11
*
Closure iterators are not supported by VM (#15818)
flywind
2020-11-02
1
-0
/
+9
*
fixes #15717
flywind
2020-11-02
1
-0
/
+19
*
[backport] fix #15595 procvar `==` works in VM (#15724)
Timothee Cour
2020-10-26
1
-0
/
+24
*
fix #15704 #15597 wrong VM register was freed (#15705)
Timothee Cour
2020-10-26
1
-0
/
+130
*
close #8007 (#15695)
Timothee Cour
2020-10-23
1
-0
/
+51
*
fix #15662 (#15678)
cooldome
2020-10-23
1
-0
/
+5
*
Add tests to #15363 (#15633)
Danil Yarantsev
2020-10-19
1
-0
/
+26
*
followup after #15529 and #15534 (#15536)
Timothee Cour
2020-10-10
1
-8
/
+3
*
close #13081 (#15529)
Timothee Cour
2020-10-09
1
-0
/
+31
*
Remove deprecated stuff from stdlib (#14699)
Miran
2020-06-17
2
-2
/
+2
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-0
/
+1
*
tslow_tables: wait for an additional 2 seconds (#14266)
alaviss
2020-05-07
1
-1
/
+1
*
fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)
Timothee Cour
2020-05-06
1
-13
/
+17
*
discardable async procs are now an error (#14176)
hlaaftana
2020-05-01
1
-1
/
+1
*
Add `hashWangYi1` (#13823)
c-blake
2020-04-15
1
-1
/
+1
*
fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...
Timothee Cour
2020-04-07
1
-28
/
+0
*
fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]
Timothee Cour
2020-04-06
1
-1
/
+10
*
fix `nim doc subdir/foo` which was generating broken css; + other fixes (#13647)
Timothee Cour
2020-03-17
1
-1
/
+1
*
std/compilesettings implementation (#13584)
Andreas Rumpf
2020-03-04
1
-0
/
+19
[next]