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 #23848; The comand `nim gendepend` defaults to ORC (#23851)
ringabout
2024-07-17
1
-1
/
+2
*
Fixes #23846; prepend nimArgs to args (#23847)
EuklidAlexandria
2024-07-17
1
-2
/
+3
*
fixes #23844; Nim devel nightly i386 build failing (#23849)
ringabout
2024-07-17
1
-1
/
+1
*
Add warnings about exec usage. (#23820)
Antonis Geralis
2024-07-17
1
-2
/
+9
*
fixes #23837; cursor now processes distinct types with a destructor (#23845)
ringabout
2024-07-17
2
-2
/
+62
*
make routine implicitly gensym when other gensym symbol exists again (#23842)
metagn
2024-07-16
4
-9
/
+26
*
fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840)
ringabout
2024-07-16
2
-1
/
+10
*
fixes regression; block can have arbitrary exit points; too hard for a simple...
ringabout
2024-07-16
2
-5
/
+18
*
[minor] fixes wrong error messages (#23841)
ringabout
2024-07-16
1
-1
/
+1
*
Silence `hint:performance` message when using very basic http client (#23832)
c-blake
2024-07-15
1
-1
/
+2
*
Use monotonic timestamp to calculate timeouts refs #23826 (#23834)
Mark Leyva
2024-07-15
1
-10
/
+16
*
bump NimVersion to 2.1.9 (#23831)
Miran
2024-07-12
1
-1
/
+1
*
fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)
Mark Leyva
2024-07-12
2
-102
/
+58
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
18
-292
/
+291
*
deprecate `owner` from `std/macros` (#23828)
ringabout
2024-07-12
2
-1
/
+3
*
fixes 23823; array static overload - again (#23824)
Ryan McConnell
2024-07-11
2
-0
/
+12
*
fixes #3011; handles meta fields defined in the ref object (#23818)
ringabout
2024-07-11
3
-14
/
+33
*
closes #22095; adds a test case (#23822)
ringabout
2024-07-11
1
-0
/
+20
*
fixes #20865; fixes #20987; Missing bounds check in array slicing (#23814)
ringabout
2024-07-10
4
-11
/
+27
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
3
-5
/
+21
*
conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773)
quimt
2024-07-09
1
-34
/
+37
*
remove nir; succeeded by nif (#23809)
ringabout
2024-07-09
22
-6984
/
+11
*
Bumps nimble so the next Nim release includes the latest changes (#23808)
Juan M Gómez
2024-07-09
1
-1
/
+1
*
Add support for nvcc & hipcc (cuda/rocm) (#23805)
Andrew Brower
2024-07-08
3
-2
/
+42
*
Adjust the correct chunk's free space in allocator (#23795)
SirOlaf
2024-07-08
1
-2
/
+2
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
11
-56
/
+75
*
[backport] fixes #23796; remove extra indirection for args in importc'ed func...
Alexander Kernozhitsky
2024-07-06
2
-1
/
+27
*
Update documentation for parseEnum in strutils.nim (#23804)
Leon Lysak
2024-07-06
1
-2
/
+2
*
fixes #23790; roll back instCounter properly in case of exceptions (#23802)
Alexander Kernozhitsky
2024-07-06
3
-3
/
+17
*
Optimize closure iterator locals (#23787)
Yuriy Glukhov
2024-07-03
7
-124
/
+174
*
fixes #23784; don't allow fold paths containing `nkAddr` (#23792)
ringabout
2024-07-03
2
-1
/
+158
*
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
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
[next]