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
*
stricter set type match, implicit conversion for literals (#24176)
devel
metagn
2024-10-03
2
-3
/
+34
*
don't typecheck `untyped` + allow void `typed` template param default values ...
metagn
2024-10-03
1
-0
/
+41
*
don't construct array type for already typed `nkBracket` node (#24224)
metagn
2024-10-03
1
-0
/
+29
*
make C++ atomic opt in via -d:nimUseCppAtomics (#24209)
metagn
2024-09-30
2
-3
/
+6
*
remove `prev == nil` requirement for typedesc params as type nodes (#24206)
metagn
2024-09-30
1
-0
/
+9
*
fix logic for `dcEqIgnoreDistinct` in `sameType` (#24197)
metagn
2024-09-29
1
-0
/
+21
*
fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...
ringabout
2024-09-27
1
-2
/
+13
*
Revert "make default values typed in proc AST same as param sym AST" (#24191)
metagn
2024-09-27
2
-52
/
+2
*
consider calling convention and iterator in getType for procs (#24181)
metagn
2024-09-27
2
-3
/
+31
*
evaluate all hidden conversions in case branches (#24187)
metagn
2024-09-27
1
-0
/
+5
*
fixes #24175; Sink parameters not copied at compile time (#24178)
ringabout
2024-09-27
1
-0
/
+46
*
treat resolved symbols on RHS of module qualification as identifiers (#24180)
metagn
2024-09-27
3
-0
/
+29
*
make default values typed in proc AST same as param sym AST (#24184)
metagn
2024-09-27
2
-2
/
+52
*
fix nimsuggest crash with arrow type sugar (#24185)
metagn
2024-09-27
1
-1
/
+1
*
render float128 literals (#24182)
metagn
2024-09-27
1
-0
/
+7
*
only merge valid implicit pragmas to routine AST, include templates (#24171)
metagn
2024-09-26
4
-0
/
+35
*
fixes requiresInit for var statements without initialization (#24177)
ringabout
2024-09-26
1
-0
/
+10
*
fixes #24167; {.push deprecated.} for templates (#24170)
ringabout
2024-09-25
1
-0
/
+6
*
fix `nil` literal giving itself type `untyped`/`typed` [backport] (#24165)
metagn
2024-09-23
1
-0
/
+6
*
Fix line info used for `UnunsedImport` from subdirectories (#24158)
Jake Leahy
2024-09-23
2
-7
/
+12
*
fix tmarshalsegfault depending on execution time (#24153)
metagn
2024-09-22
1
-3
/
+2
*
fix custom pragma with backticks not working [backport] (#24151)
metagn
2024-09-22
1
-0
/
+7
*
fixes #24147; Copy hook causes an incompatible-pointer-types (#24149)
ringabout
2024-09-22
1
-0
/
+13
*
fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0...
metagn
2024-09-22
1
-0
/
+7
*
fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC (#24142)
ringabout
2024-09-19
1
-0
/
+14
*
fix inverted order of resolved `tyFromExpr` match (#24138)
metagn
2024-09-19
1
-0
/
+16
*
Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139)
tocariimaa
2024-09-19
2
-0
/
+61
*
fix segfault in generic param mismatch error, skip typedesc (#24140)
metagn
2024-09-19
4
-2
/
+25
*
fix system for nimscript config files on js backend (#24135)
metagn
2024-09-19
2
-0
/
+2
*
fix typed case range not counting for exhaustiveness (#24136)
metagn
2024-09-18
1
-0
/
+7
*
require `not nil` to be on the same line after a type (#24134)
metagn
2024-09-18
2
-0
/
+13
*
make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...
metagn
2024-09-18
4
-3
/
+42
*
make `var`/pointer types not match if base type has to be converted (#24130)
metagn
2024-09-18
5
-2
/
+379
*
fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)
ringabout
2024-09-18
1
-0
/
+12
*
revert second argument of `inc` not being generic (#24129)
metagn
2024-09-17
2
-1
/
+7
*
fix segfault in effect tracking for sym node with nil type (#24114)
metagn
2024-09-17
1
-0
/
+19
*
make distinct conversions addressable in VM (#24124)
metagn
2024-09-17
1
-0
/
+49
*
don't match arguments with typeclass type in generics (#24123)
metagn
2024-09-17
1
-0
/
+18
*
test case haul before 2.2 (#24119)
metagn
2024-09-17
16
-0
/
+281
*
disable closure iterator changes in #23787 unless `-d:nimOptIters` is enabled...
metagn
2024-09-16
2
-3
/
+3
*
fix regression with uint constant losing abstract type (#24105)
metagn
2024-09-14
1
-0
/
+7
*
fix calls to untyped arbitrary expressions in generics (#24100)
metagn
2024-09-13
1
-0
/
+47
*
treat generic body type as atomic in iterOverType (#24096)
metagn
2024-09-11
1
-0
/
+10
*
make sigmatch use prepareNode for tyFromExpr (#24095)
metagn
2024-09-11
1
-0
/
+6
*
implement template default values using other params (#24073)
metagn
2024-09-11
1
-0
/
+15
*
don't instantiate generic body type symbols in generic expressions (#24092)
metagn
2024-09-10
1
-0
/
+26
*
add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)
metagn
2024-09-09
1
-0
/
+6
*
enable closures tests for JS & implement `finished` for JS (#23521)
ringabout
2024-09-09
10
-17
/
+57
*
open new scope for const values (#24084)
metagn
2024-09-09
2
-0
/
+10
*
fixes #21353; fixes default closure in the VM (#24070)
ringabout
2024-09-09
1
-0
/
+4
[next]