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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[backport] fixes #23796; remove extra indirection for args in importc'ed func...
Alexander Kernozhitsky
2024-07-06
1
-0
/
+25
*
fixes #23790; roll back instCounter properly in case of exceptions (#23802)
Alexander Kernozhitsky
2024-07-06
1
-0
/
+14
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
2
-1
/
+24
*
fixes #23784; don't allow fold paths containing `nkAddr` (#23792)
ringabout
2024-07-03
1
-0
/
+157
*
This test for issue 9739 never needed to depend upon hash order (#23791)
c-blake
2024-07-03
1
-2
/
+1
*
fixes #23775; injectdestructors now handles discardable statements (#23780)
ringabout
2024-07-02
1
-0
/
+24
*
fixes #23755; array static inference during overload resolution (#23760)
Ryan McConnell
2024-07-01
1
-0
/
+52
*
fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)
Mark Leyva
2024-07-01
1
-0
/
+18
*
[backport] fixes #23748; do not skip materializing temporaries for proc argum...
Alexander Kernozhitsky
2024-06-30
1
-0
/
+31
*
Comment out flaky test in tests/stdlib/thttpclient (#23772)
Alexander Kernozhitsky
2024-06-29
1
-6
/
+6
*
fixes #23759; rework move for refc (#23764)
ringabout
2024-06-29
1
-0
/
+9
*
fixes #9940; genericAssign does not take care of the importC variables in ref...
ringabout
2024-06-26
2
-2
/
+33
*
adapt semOpAux to opt-in symchoices (#23750)
metagn
2024-06-25
1
-0
/
+37
*
Run tests with `nimPreviewHashFarm` on the 3 main back ends. (#23739)
c-blake
2024-06-22
1
-1
/
+1
*
[backport] fixes #23711; C code contains backtick`gensym (#23716)
ringabout
2024-06-19
1
-0
/
+25
*
Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)
c-blake
2024-06-19
1
-5
/
+12
*
ignore uninstantiated static on match to base type [backport:2.0] (#23731)
metagn
2024-06-18
1
-0
/
+5
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-0
/
+1
*
fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...
ringabout
2024-06-15
2
-0
/
+22
*
[backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703)
ringabout
2024-06-11
1
-0
/
+26
*
fixes #22398; [backport] (#23704)
Andreas Rumpf
2024-06-10
1
-0
/
+19
*
fixes #23445; fixes #23418 [backport] (#23699)
Andreas Rumpf
2024-06-09
1
-0
/
+28
*
fixes #23354; [backport] (#23685)
Andreas Rumpf
2024-06-07
1
-0
/
+17
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
2
-2
/
+11
*
fixes #22510 (#23100)
Andreas Rumpf
2024-06-06
3
-0
/
+163
*
fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)
ringabout
2024-06-05
1
-1
/
+6
*
fix noreturn/implicit discard check logic (#23681)
metagn
2024-06-05
3
-0
/
+61
*
fixes openarray hoist with gcc 14 (#23647)
ringabout
2024-06-04
1
-1
/
+2
*
improve view types for jsgen; eliminate unnecessary copies of view types (#23...
ringabout
2024-06-02
1
-0
/
+19
*
#Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...
Juan M Gómez
2024-06-02
1
-0
/
+54
*
fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660)
ringabout
2024-06-02
2
-1
/
+2
*
fixes #23663; Add hash() for Path (#23664)
ringabout
2024-05-31
1
-5
/
+9
*
Treat CJK Ideographs as letters in `isAlpha()` (#23651)
Alexander Kernozhitsky
2024-05-29
1
-0
/
+2
*
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
ringabout
2024-05-27
1
-0
/
+36
*
closes #13426; adds a test case (#23642)
ringabout
2024-05-24
1
-0
/
+87
*
Skip tyAlias inside semTypeTraits in case a concept accidently emits one (#23...
Jason Beetham
2024-05-23
1
-0
/
+11
*
fixes #23627; Simple destructor code gives invalid C (#23631)
ringabout
2024-05-21
1
-5
/
+29
*
fixes #16671; openarray conversion for object construction (#23618)
ringabout
2024-05-16
1
-0
/
+22
*
fixes lifting subtype calling parent's hooks (#23612)
ringabout
2024-05-15
1
-1
/
+24
*
closes #15778; adds a test case (#23613)
ringabout
2024-05-15
1
-7
/
+29
*
fixes openarray views default values in JS (#23607)
ringabout
2024-05-14
1
-0
/
+15
*
fixes testament matrix doesn't work with other backends which left many JS te...
ringabout
2024-05-14
5
-8
/
+10
*
ignore modules when looking up symbol with expected type (#23597)
metagn
2024-05-14
2
-0
/
+19
*
re-enable tests (#23591)
ringabout
2024-05-10
1
-4
/
+2
*
unordered enum for better interoperability with C (#23585)
ringabout
2024-05-10
2
-0
/
+93
*
remove bad type inference behavior for enum identifiers (#23588)
metagn
2024-05-10
1
-0
/
+22
*
adds Nim-related mimetypes back (#23589)
ringabout
2024-05-10
1
-0
/
+5
*
fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...
ringabout
2024-05-08
1
-0
/
+8
*
Add Complex version of almostEqual function (#23549)
Angel Ezquerra
2024-05-08
1
-0
/
+3
*
fix semFinishOperands for bracket expressions [backport:2.0] (#23571)
metagn
2024-05-08
1
-0
/
+24
[next]