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
*
clearer error for different size int/float cast in VM (#22582)
metagn
2023-08-29
1
-0
/
+3
*
fixes #22555; implements `newStringUninit` (#22572)
ringabout
2023-08-29
1
-0
/
+11
*
correct logic for qualified symbol in templates (#22577)
metagn
2023-08-28
1
-0
/
+4
*
add test case for #19095 (#22566)
Bung
2023-08-28
1
-0
/
+35
*
close #9334 (#22565)
Bung
2023-08-27
1
-0
/
+19
*
fix #22548;environment misses for type reference in iterator access n… (#22...
Bung
2023-08-27
2
-0
/
+43
*
test case haul for old generic/template/macro issues (#22564)
metagn
2023-08-27
9
-34
/
+248
*
fix generic param substitution in templates (#22535)
metagn
2023-08-25
1
-0
/
+80
*
round out tuple unpacking assignment, support underscores (#22537)
metagn
2023-08-24
4
-6
/
+18
*
make jsffi properly gensym (#22539)
metagn
2023-08-23
1
-0
/
+6
*
Fix #21532: Check if template return is untyped (#22517)
SirOlaf
2023-08-23
1
-0
/
+8
*
allow non-pragma special words as user pragmas (#22526)
metagn
2023-08-21
1
-0
/
+5
*
fix getNullValue for cstring in VM, make other VM code aware of nil cstring (...
metagn
2023-08-21
1
-0
/
+31
*
use old typeinfo generation for hot code reloading (#22518)
metagn
2023-08-20
1
-0
/
+1
*
replace getOpt with getopt (#22515)
Nan Xiao
2023-08-19
6
-6
/
+6
*
Add staticFileExists and staticDirExists (#22278)
Tomohiro
2023-08-18
2
-0
/
+10
*
make float32 literals stringifying behave in JS the same as in C (#22500)
ringabout
2023-08-17
1
-3
/
+2
*
cascade tyFromExpr in type conversions in generic bodies (#22499)
metagn
2023-08-17
1
-0
/
+8
*
close #22748; cursorinference + -d:nimNoLentIterators results in err… (#22495)
ringabout
2023-08-17
1
-0
/
+46
*
When in object handles procedure call again, fixes #22474 (#22480)
Jason Beetham
2023-08-15
1
-0
/
+32
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-2
/
+2
*
fixes #22469; generates nimTestErrorFlag for top level statements (#22472)
ringabout
2023-08-14
2
-0
/
+20
*
relax the parameter of `ensureMove`; allow let statements (#22466)
ringabout
2023-08-12
2
-2
/
+3
*
close #17045;Compiler crash when a tuple iterator with when nimvm is … (#22...
Bung
2023-08-11
1
-0
/
+28
*
close #18103 internal error: inconsistent environment type (#22451)
Bung
2023-08-11
1
-0
/
+35
*
fixes move sideeffects issues [backport] (#22439)
ringabout
2023-08-10
1
-0
/
+18
*
adds support for functor in member (#22433)
Juan M Gómez
2023-08-10
1
-0
/
+11
*
fix #19304 Borrowing std/times.format causes Error: illformed AST (#20659)
Bung
2023-08-10
2
-3
/
+27
*
Fix #21760 (#22422)
SirOlaf
2023-08-10
1
-0
/
+8
*
makes asmnostackframe work with cpp member #22411 (#22429)
Juan M Gómez
2023-08-09
1
-0
/
+37
*
Fix #5780 (#22428)
Bung
2023-08-09
1
-0
/
+3
*
fixes cascades of out parameters, which produces wrong ProveInit warnings (#2...
ringabout
2023-08-09
1
-0
/
+14
*
fix #12938 index type of array in type section without static (#20529)
Bung
2023-08-09
2
-0
/
+15
*
fixes #22419; async/closure environment does not align local variables (#22425)
ringabout
2023-08-09
1
-0
/
+16
*
fix #20891 Illegal capture error of env its self (#22414)
Bung
2023-08-09
1
-0
/
+28
*
block ambiguous type conversion dotcalls in generics (#22375)
metagn
2023-08-09
4
-0
/
+46
*
fix #18823 Passing Natural to bitops.BitsRange[T] parameter in generi… (#20...
Bung
2023-08-08
1
-0
/
+6
*
[C++] Member pragma RFC (https://github.com/nim-lang/RFCs/issues/530) (#22272)
Juan M Gómez
2023-08-07
1
-0
/
+53
*
Fix some jsgen bugs (#22330)
konsumlamm
2023-08-06
1
-9
/
+27
*
Let inferGenericTypes continue if a param is already bound (#22384)
SirOlaf
2023-08-06
1
-1
/
+24
*
fix #15005; [ARC] Global variable declared in a block is destroyed too… (#2...
Bung
2023-08-06
1
-0
/
+18
*
add test for #3907 (#21069)
Bung
2023-08-06
1
-0
/
+10
*
Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...
konsumlamm
2023-08-06
1
-1
/
+1
*
Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)
Tomohiro
2023-08-04
1
-0
/
+32
*
fix #20883 Unspecified generic on default value segfaults the compiler (#21172)
Bung
2023-08-04
1
-0
/
+12
*
Fix crash when using uninstantiated generic (#22379)
Jake Leahy
2023-08-04
1
-0
/
+16
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
1
-2
/
+4
*
Add experimental inferGenericTypes switch (#22317)
SirOlaf
2023-08-03
1
-0
/
+139
*
Revert "fix #22173 `sink` paramers not moved into closure (refc) (#22… (#22...
Bung
2023-08-03
1
-20
/
+0
*
fix #22173 `sink` paramers not moved into closure (refc) (#22359)
Bung
2023-08-02
1
-0
/
+20
[next]