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
*
generate symchoice for ambiguous types in templates & generics + handle types...
metagn
2024-08-25
5
-8
/
+24
*
fixes #23915; std/random produces different results on c/js (#24003)
ringabout
2024-08-25
1
-5
/
+10
*
fixes `cast` expressions introduces unnecessary copies (#24004)
ringabout
2024-08-23
2
-43
/
+17
*
fix error messages for wrongly typed generic param default values (#24006)
metagn
2024-08-23
1
-0
/
+25
*
fixes #23454; IndexDefect thrown when destructuring a lent tuple (#23993)
ringabout
2024-08-22
1
-0
/
+36
*
fix subscript magic giving unresolved generic param type (#23988)
metagn
2024-08-22
2
-0
/
+25
*
fixes #23943; simple default value for range (#23996)
ringabout
2024-08-22
1
-0
/
+5
*
don't require symbol with enum type to be constant in fitNode (#23999)
metagn
2024-08-22
1
-0
/
+7
*
Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...
ringabout
2024-08-21
1
-18
/
+0
*
Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...
握猫猫
2024-08-21
1
-0
/
+18
*
consider ambiguity for qualified symbols (#23989)
metagn
2024-08-20
3
-0
/
+9
*
sem all call nodes in generic type bodies + many required fixes (#23983)
metagn
2024-08-20
6
-13
/
+254
*
allow qualifying macro pragmas (#23985)
metagn
2024-08-20
2
-0
/
+24
*
include generic bodies in allowMetaTypes (#23968)
metagn
2024-08-20
1
-0
/
+16
*
adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)
ringabout
2024-08-20
3
-3
/
+11
*
fixes #23982; codegen regression passing pointer expressions to inline iterat...
ringabout
2024-08-20
1
-0
/
+11
*
fixes #23973; fixes #23974; Memory corruption with lent and ORC (#23981)
ringabout
2024-08-20
1
-0
/
+31
*
allow `untyped` arguments to fail to compile in overload mismatch error (#23984)
metagn
2024-08-20
1
-0
/
+37
*
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
2
-1
/
+9
*
Fixes #23962 `resetLoc`doenst produce any cgen code in `importcpp` types (#23...
Juan M Gómez
2024-08-18
2
-0
/
+49
*
allow generic compileTime proc folding (#22022)
metagn
2024-08-18
1
-0
/
+29
*
always lookup pure enum symbols if expected type is enum (#23976)
metagn
2024-08-17
1
-0
/
+13
*
fixes docgen regression: don't add newLine for code if it's the first line (#...
ringabout
2024-08-17
2
-11
/
+6
*
fixes default float ranges (#23957)
ringabout
2024-08-16
1
-0
/
+12
*
fix `is` with `type`/`typedesc` crashing the compiler (#23967)
metagn
2024-08-16
1
-0
/
+4
*
remove nontoplevel type hack + consider symbol disamb in type hash (#23969)
metagn
2024-08-16
1
-0
/
+9
*
fixes #23954; uint8 > 8 bit at compile-time (#23955)
ringabout
2024-08-15
1
-0
/
+5
*
supports `default` for range types using `firstOrd` with `nimPreviewRangeDefa...
ringabout
2024-08-13
1
-2
/
+16
*
fixes #23947; .uint8 compile-time error (#23948)
ringabout
2024-08-13
1
-0
/
+10
*
Adds `SEQ_DECL_SIZE 1` back under `clang` and a test (#23942)
Juan M Gómez
2024-08-12
2
-0
/
+11
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
4
-0
/
+60
*
Implemented `compileOption` for `experimental` to test if a feature i… (#23...
Don-Duong Quach
2024-08-12
2
-0
/
+39
*
fixes #23936; opcParseFloat accepts the wrong register as the first param [ba...
ringabout
2024-08-12
1
-0
/
+11
*
fixes jsbigint64 regression; keeps convs to `Number` in danger mode (#23926)
ringabout
2024-08-11
1
-0
/
+17
*
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
[next]