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
*
fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)
ringabout
2024-08-11
1
-2
/
+5
*
don't treat template/macro/module as overloaded for opensym (#23939)
metagn
2024-08-11
1
-1
/
+1
*
fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)
ringabout
2024-08-11
2
-2
/
+27
*
fixes #23914; jsondoc broken in devel (#23916)
ringabout
2024-08-11
2
-2
/
+7
*
fixes #23907; Double destroy using proc type alias with a sink (#23909)
ringabout
2024-08-11
1
-0
/
+23
*
fixes #23902; Compiler infers sink in return type from auto (#23904)
ringabout
2024-08-11
1
-0
/
+8
*
closes #6549; adds a test case (#23929)
ringabout
2024-08-09
1
-1
/
+17
*
closes #21347; adds a test case (#23917)
ringabout
2024-08-04
1
-0
/
+8
*
fixes #23894; succ/pred shouldn't raise OverflowDefect for unsigned integers ...
ringabout
2024-07-26
1
-0
/
+6
*
implement genericsOpenSym for symchoices (#23873)
metagn
2024-07-25
3
-1
/
+65
*
Overload resultion with generic variables an inheritance (#23870)
Ryan McConnell
2024-07-24
2
-21
/
+84
*
fixes #19171; have `openArray` converted from `ptr UncheckedArray` be mutable...
Buldram
2024-07-24
1
-0
/
+19
*
doc,test(times): followup #23861 (#23881)
lit
2024-07-23
1
-1
/
+13
*
fixes #23869; sink generic typeclass (#23874)
Ryan McConnell
2024-07-22
1
-0
/
+26
*
Fix out-of-bounds slicing in std/varints (#23868)
Buldram
2024-07-22
1
-1
/
+1
*
Merge tyUncheckedArray with tySeq in typeRel (#23866)
SirOlaf
2024-07-20
1
-0
/
+2
*
bypass constraints for tyFromExpr in generic bodies (#23863)
metagn
2024-07-20
1
-0
/
+18
*
fix generics treating symchoice symbols as uninstantiated (#23860)
metagn
2024-07-19
1
-0
/
+91
*
fixes #23858; 2.2.0 rc1 regression with cdecl functions (#23859)
ringabout
2024-07-18
1
-0
/
+11
*
Set type of object constructor during annotateType (#23852)
SirOlaf
2024-07-17
1
-0
/
+23
*
fixes #23837; cursor now processes distinct types with a destructor (#23845)
ringabout
2024-07-17
1
-0
/
+51
*
make routine implicitly gensym when other gensym symbol exists again (#23842)
metagn
2024-07-16
2
-1
/
+13
*
fixes semi-regression; discard check now skips `nkHiddenSubConv` (#23840)
ringabout
2024-07-16
1
-0
/
+9
*
fixes regression; block can have arbitrary exit points; too hard for a simple...
ringabout
2024-07-16
1
-0
/
+12
*
fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)
Mark Leyva
2024-07-12
1
-1
/
+16
*
fixes 23823; array static overload - again (#23824)
Ryan McConnell
2024-07-11
1
-0
/
+10
*
fixes #3011; handles meta fields defined in the ref object (#23818)
ringabout
2024-07-11
2
-12
/
+26
*
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
2
-2
/
+18
*
fixes #22389; fixes #19840; don't fold paths containing `addr` (#23807)
ringabout
2024-07-09
1
-0
/
+15
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
9
-26
/
+26
*
[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
[next]