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
*
Make `$` on 0-length `MemSlice` produce Nim "" as per DMisener idea (#24015)
c-blake
2024-09-04
1
-1
/
+1
*
streams: implement readStr for VM, document VM limitations (#24058)
metagn
2024-09-04
3
-4
/
+17
*
document partial generics breaking changes (#24055)
metagn
2024-09-04
1
-0
/
+13
*
proper error for calling nil closure in VM (#24059)
metagn
2024-09-04
3
-0
/
+35
*
fixes symbolName for range enums (#24052)
ringabout
2024-09-03
2
-1
/
+17
*
fixes push warnings for sempass2 (#23603)
ringabout
2024-09-03
9
-37
/
+87
*
allow conversions between `var` types of range types and base types (#24037)
metagn
2024-09-03
5
-22
/
+81
*
fully disable static paramTypesMatch for tyFromExpr in generics (#24049)
metagn
2024-09-03
2
-5
/
+12
*
fix segfault with gensym node instantiation (#24050)
metagn
2024-09-03
2
-1
/
+31
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
22
-118
/
+436
*
fixes #24033; Yielding from var fails with pairs and destructuring (#24046)
ringabout
2024-09-02
2
-3
/
+25
*
check constant conditions in generic `when` in objects (#24042)
metagn
2024-09-02
2
-5
/
+58
*
fixes #24031; js codegen bug for case statement with just else branch (#24047)
ringabout
2024-09-02
2
-2
/
+14
*
generic issues test cases (#24028)
metagn
2024-08-30
5
-0
/
+221
*
fixes #24034; fixes lent types after taking implicit address (#24035)
ringabout
2024-08-30
2
-0
/
+21
*
remove noise from bug report issue form (#24030)
metagn
2024-08-29
1
-19
/
+16
*
proper error message for out-of-range enum sets (#24027)
metagn
2024-08-29
3
-3
/
+74
*
fix `include` in templates, with prefix operators (#24029)
metagn
2024-08-29
5
-12
/
+25
*
fixes typo (#24026)
ringabout
2024-08-29
1
-1
/
+1
*
fixes #23923; type-aliased seq[T] get different backend C/C++ pointer type na...
ringabout
2024-08-28
2
-2
/
+14
*
Fix linux start process errorCode always 0 (#24001)
握猫猫
2024-08-28
3
-14
/
+49
*
opensym for templates + move behavior of opensymchoice to itself (#24007)
metagn
2024-08-28
18
-120
/
+468
*
remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018)
metagn
2024-08-28
15
-39
/
+31
*
fixes #14623; Top-level volatileLoad/volatileStore leads to invalid codegen (...
ringabout
2024-08-28
2
-7
/
+20
*
use the official URL of neo (#24019)
ringabout
2024-08-28
1
-1
/
+1
*
fixes #23925; VM generates wrong cast for negative enum values (#23951)
autumngray
2024-08-27
2
-6
/
+36
*
make int literals with range type match their base type better than other int...
metagn
2024-08-27
1
-3
/
+10
*
fixes #22553; regression of offsetof(T, anFieldOfUncheckedArray) (#24014)
ringabout
2024-08-27
3
-3
/
+17
*
bump NimVersion to 2.1.99 (2.0.2 RC2) (#24016)
Miran
2024-08-27
1
-1
/
+1
*
sem generic proc param types like generic types + static instantiation fixes ...
metagn
2024-08-26
8
-31
/
+354
*
generate symchoice for ambiguous types in templates & generics + handle types...
metagn
2024-08-25
11
-35
/
+85
*
fixes #23915; std/random produces different results on c/js (#24003)
ringabout
2024-08-25
2
-18
/
+42
*
fixes `cast` expressions introduces unnecessary copies (#24004)
ringabout
2024-08-23
3
-44
/
+21
*
fix error messages for wrongly typed generic param default values (#24006)
metagn
2024-08-23
4
-7
/
+50
*
fixes #23956; bindUnix loses the last character on OpenBSD (#23961)
Alfred Morgan
2024-08-22
2
-4
/
+4
*
fixes #23454; IndexDefect thrown when destructuring a lent tuple (#23993)
ringabout
2024-08-22
2
-1
/
+40
*
fix subscript magic giving unresolved generic param type (#23988)
metagn
2024-08-22
3
-1
/
+27
*
fixes #23943; simple default value for range (#23996)
ringabout
2024-08-22
2
-0
/
+10
*
don't require symbol with enum type to be constant in fitNode (#23999)
metagn
2024-08-22
2
-1
/
+8
*
Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...
ringabout
2024-08-21
2
-25
/
+4
*
Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...
握猫猫
2024-08-21
2
-4
/
+25
*
consider ambiguity for qualified symbols (#23989)
metagn
2024-08-20
6
-7
/
+41
*
sem all call nodes in generic type bodies + many required fixes (#23983)
metagn
2024-08-20
13
-44
/
+379
*
allow qualifying macro pragmas (#23985)
metagn
2024-08-20
4
-9
/
+36
*
Try to revert "disable presto" (#23987)
ringabout
2024-08-20
1
-1
/
+1
*
include generic bodies in allowMetaTypes (#23968)
metagn
2024-08-20
2
-1
/
+18
*
adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)
ringabout
2024-08-20
5
-3
/
+92
*
fixes #23945; type checking for whenvm expresssions (#23970)
ringabout
2024-08-20
2
-16
/
+5
*
fixes #23982; codegen regression passing pointer expressions to inline iterat...
ringabout
2024-08-20
2
-2
/
+15
*
fixes #23973; fixes #23974; Memory corruption with lent and ORC (#23981)
ringabout
2024-08-20
2
-2
/
+46
[next]