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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #23775; injectdestructors now handles discardable statements (#23780)
ringabout
2024-07-02
3
-2
/
+27
*
Fixed issues when using `std/parseopt` in miscripts with cmdline = "" (#23785)
Gianmarco
2024-07-02
1
-3
/
+15
*
Fix doc: '\c' '\L' in lexbase.nim (#23781)
lit
2024-07-01
1
-4
/
+4
*
refine: strmisc.expandTabs better code structure (#23783)
lit
2024-07-01
1
-9
/
+6
*
fixes #23755; array static inference during overload resolution (#23760)
Ryan McConnell
2024-07-01
3
-11
/
+71
*
Revert "Document move limitations" (#23778)
Andreas Rumpf
2024-07-01
1
-1
/
+0
*
fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)
Mark Leyva
2024-07-01
2
-0
/
+20
*
[backport] fixes #23748; do not skip materializing temporaries for proc argum...
Alexander Kernozhitsky
2024-06-30
3
-4
/
+48
*
Comment out flaky test in tests/stdlib/thttpclient (#23772)
Alexander Kernozhitsky
2024-06-29
1
-6
/
+6
*
Document move limitations (#23763)
Juan Carlos
2024-06-29
1
-0
/
+1
*
Bumps nimble to entryPoints commit (#23766)
Juan M Gómez
2024-06-29
1
-1
/
+1
*
fixes #23759; rework move for refc (#23764)
ringabout
2024-06-29
3
-3
/
+18
*
fixes #9940; genericAssign does not take care of the importC variables in ref...
ringabout
2024-06-26
3
-3
/
+34
*
fixes #23725; Size computations work better when they are correct (#23758)
Andreas Rumpf
2024-06-26
1
-6
/
+10
*
adapt semOpAux to opt-in symchoices (#23750)
metagn
2024-06-25
2
-1
/
+38
*
Check for nil in cstringArrayToSeq (#23747)
Yuriy Glukhov
2024-06-24
1
-0
/
+2
*
remove bench action to save resources, which is barely useful (#23753)
ringabout
2024-06-24
1
-115
/
+0
*
Run tests with `nimPreviewHashFarm` on the 3 main back ends. (#23739)
c-blake
2024-06-22
1
-1
/
+1
*
fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seq...
ringabout
2024-06-21
1
-2
/
+8
*
[backport] fixes #23711; C code contains backtick`gensym (#23716)
ringabout
2024-06-19
6
-7
/
+40
*
Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)
c-blake
2024-06-19
3
-25
/
+199
*
adds a define nimHasJsNoLambdaLifting so we can use it in the config for comp...
ringabout
2024-06-19
1
-0
/
+1
*
IC: use tables instead of huge seqs because the compiler can create l… (#23...
Andreas Rumpf
2024-06-18
5
-49
/
+67
*
fixes #23732, os.sleep(-1) now returns immediately (#23734)
lit
2024-06-18
1
-0
/
+3
*
disable dnsclient because it is fragile (#23728)
ringabout
2024-06-18
1
-1
/
+1
*
ignore uninstantiated static on match to base type [backport:2.0] (#23731)
metagn
2024-06-18
2
-2
/
+10
*
Fix NIM_STATIC_ASSERT_AUX being redefined on different lines (#23729)
fakuivan
2024-06-18
1
-4
/
+8
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
6
-19
/
+76
*
fixes #20048; fixes #15746; don't sink object fields if it's of openarray typ...
ringabout
2024-06-15
3
-1
/
+24
*
Fix example code in Nim manual that cannot be compiled without error (#23722)
Tomohiro
2024-06-15
1
-1
/
+1
*
ref #20653; fixes chronos empty case branches (#23706)
ringabout
2024-06-14
1
-7
/
+11
*
fixes a long standing bug with varargs type inference [backport] (#23720)
Andreas Rumpf
2024-06-14
1
-1
/
+1
*
Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix v...
c-blake
2024-06-14
1
-36
/
+30
*
nrvo for embedded importc'ed types (#23708)
ringabout
2024-06-12
1
-3
/
+6
*
fixes #22927; no test case extractable [backport] (#23707)
Andreas Rumpf
2024-06-12
1
-11
/
+23
*
fixes #23513, parseutils.nim: parseInt's doc example. (#23561)
lit
2024-06-12
1
-8
/
+12
*
[backport] fixes #23690; SIGSEGV with object variants and RTTI (#23703)
ringabout
2024-06-11
2
-3
/
+32
*
fixes #22398; [backport] (#23704)
Andreas Rumpf
2024-06-10
2
-9
/
+32
*
Fixes #23695: On Linux, "nimsuggest" crashes if Nim is installed in /usr/bin ...
Juan M Gómez
2024-06-10
1
-16
/
+2
*
fixes #23445; fixes #23418 [backport] (#23699)
Andreas Rumpf
2024-06-09
3
-1
/
+40
*
nimsuggest v3+ handles unknownFile (#23696)
Juan M Gómez
2024-06-08
1
-5
/
+2
*
remove pkg "pylib" (#23691)
ringabout
2024-06-07
1
-1
/
+0
*
fixes #23354; [backport] (#23685)
Andreas Rumpf
2024-06-07
2
-0
/
+20
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
5
-5
/
+51
*
fixes #22510 (#23100)
Andreas Rumpf
2024-06-06
4
-27
/
+187
*
make `std/options` compatible with strictdefs (#23675)
ringabout
2024-06-05
1
-6
/
+6
*
fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)
ringabout
2024-06-05
2
-2
/
+8
*
fix noreturn/implicit discard check logic (#23681)
metagn
2024-06-05
6
-74
/
+195
*
Add linux/loongarch64 support in 'compiler/installer.ini' (#23672)
qiangxuhui
2024-06-04
1
-1
/
+1
*
fixes openarray hoist with gcc 14 (#23647)
ringabout
2024-06-04
2
-2
/
+18
[next]