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 #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
*
allow `untyped` arguments to fail to compile in overload mismatch error (#23984)
metagn
2024-08-20
2
-6
/
+54
*
fix infinite recursion in term rewriting macros tests (#23979)
metagn
2024-08-20
2
-3
/
+7
*
make all generic aliases tyAlias (#23978)
metagn
2024-08-20
3
-2
/
+11
*
fixes for 32bit system (#23980)
ringabout
2024-08-19
1
-1
/
+1
*
Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23...
Juan M Gómez
2024-08-18
3
-1
/
+53
*
allow generic compileTime proc folding (#22022)
metagn
2024-08-18
5
-2
/
+40
*
always lookup pure enum symbols if expected type is enum (#23976)
metagn
2024-08-17
3
-3
/
+20
*
bump checksums (#23975)
ringabout
2024-08-17
1
-1
/
+1
*
fixes docgen regression: don't add newLine for code if it's the first line (#...
ringabout
2024-08-17
4
-14
/
+11
*
fixes default float ranges (#23957)
ringabout
2024-08-16
3
-6
/
+22
*
fix `is` with `type`/`typedesc` crashing the compiler (#23967)
metagn
2024-08-16
2
-2
/
+5
*
remove nontoplevel type hack + consider symbol disamb in type hash (#23969)
metagn
2024-08-16
3
-4
/
+13
*
fixes #23954; uint8 > 8 bit at compile-time (#23955)
ringabout
2024-08-15
2
-1
/
+7
*
disable presto (#23958)
ringabout
2024-08-15
1
-1
/
+1
*
better examples for std/inotify (#23415)
Archar Gelod
2024-08-14
1
-11
/
+21
*
supports `default` for range types using `firstOrd` with `nimPreviewRangeDefa...
ringabout
2024-08-13
2
-5
/
+26
*
fixes #23947; .uint8 compile-time error (#23948)
ringabout
2024-08-13
2
-11
/
+24
*
fix #23817; Use __builtin_saddl_overflow variants for arm-none-eabi-gcc. (#23...
Mark Leyva
2024-08-12
1
-3
/
+11
*
Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942)
Juan M Gómez
2024-08-12
3
-1
/
+14
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
19
-47
/
+166
*
fixes #23913; empty SEQ_DECL_SIZE (#23940)
Tomohiro
2024-08-12
1
-3
/
+1
*
Implemented `compileOption` for `experimental` to test if a feature i… (#23...
Don-Duong Quach
2024-08-12
3
-1
/
+47
*
fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...
ringabout
2024-08-12
2
-1
/
+12
*
impr: std/cpuinfo: use documented impl ; support JS (#23911)
lit
2024-08-11
1
-60
/
+81
*
fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)
ringabout
2024-08-11
2
-1
/
+24
*
fixes #23932; vmopsDanger for os.getCurrentDir errors (#23934)
ringabout
2024-08-11
2
-4
/
+8
*
don't treat template/macro/module as overloaded for opensym (#23939)
metagn
2024-08-11
3
-3
/
+8
*
fixes #14522 #22085 #12700 #23132; no range check for uints (#23930)
ringabout
2024-08-11
5
-9
/
+37
*
fixes #23914; jsondoc broken in devel (#23916)
ringabout
2024-08-11
3
-3
/
+8
*
fixes #23907; Double destroy using proc type alias with a sink (#23909)
ringabout
2024-08-11
2
-1
/
+25
*
fixes #23902; Compiler infers sink in return type from auto (#23904)
ringabout
2024-08-11
2
-3
/
+11
*
special handlings for nimble packages to shorten function names (#23891)
ringabout
2024-08-11
2
-29
/
+45
*
Fixed nimscript docs (#23938)
Antonis Geralis
2024-08-11
1
-7
/
+7
*
bump nimble to include the fix to `nimble dump` (#23918)
Juan M Gómez
2024-08-10
1
-1
/
+1
*
closes #6549; adds a test case (#23929)
ringabout
2024-08-09
1
-1
/
+17
[next]