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
*
use cbuilder for seq type generation (#24202)
metagn
2024-10-03
2
-40
/
+89
*
bump NimVersion to 2.2.1 (#24215)
Miran
2024-10-02
1
-1
/
+1
*
improve error messages for illegalCapture (#24214)
ringabout
2024-10-02
1
-2
/
+2
*
update the changelog (#24213)
Miran
2024-10-01
3
-209
/
+239
*
check fileExists for outputFile (#24211)
ringabout
2024-10-01
1
-1
/
+2
*
bump NimVersion to 2.2.0 (#24210)
Miran
2024-09-30
1
-2
/
+2
*
fixes #24008; triggers a recompilation on output executables changes when swi...
ringabout
2024-09-30
1
-2
/
+6
*
make C++ atomic opt in via -d:nimUseCppAtomics (#24209)
metagn
2024-09-30
4
-4
/
+13
*
remove `prev == nil` requirement for typedesc params as type nodes (#24206)
metagn
2024-09-30
2
-2
/
+11
*
allow C atomics on C++ with -d:nimUseCAtomics (#24207)
metagn
2024-09-30
1
-25
/
+40
*
fix logic for `dcEqIgnoreDistinct` in `sameType` (#24197)
metagn
2024-09-29
2
-13
/
+35
*
fix cyclic node flag getting added to sink call [backport:2.0] (#24194)
metagn
2024-09-29
1
-9
/
+10
*
fix trivial segfault in sigmatch for static types (#24196)
metagn
2024-09-29
1
-1
/
+1
*
fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...
ringabout
2024-09-27
4
-9
/
+30
*
Revert "make default values typed in proc AST same as param sym AST" (#24191)
metagn
2024-09-27
3
-54
/
+2
*
use cbuilder for tuple/object generation (#24145)
metagn
2024-09-27
3
-103
/
+153
*
consider calling convention and iterator in getType for procs (#24181)
metagn
2024-09-27
3
-6
/
+41
*
evaluate all hidden conversions in case branches (#24187)
metagn
2024-09-27
2
-5
/
+15
*
improve changelogs (#24188)
ringabout
2024-09-27
1
-7
/
+7
*
fixes #24175; Sink parameters not copied at compile time (#24178)
ringabout
2024-09-27
2
-1
/
+57
*
treat resolved symbols on RHS of module qualification as identifiers (#24180)
metagn
2024-09-27
4
-3
/
+34
*
make default values typed in proc AST same as param sym AST (#24184)
metagn
2024-09-27
3
-2
/
+54
*
fixes #24173; always bundle checksums (#24189)
ringabout
2024-09-27
1
-7
/
+6
*
fix nimsuggest crash with arrow type sugar (#24185)
metagn
2024-09-27
3
-1
/
+24
*
render float128 literals (#24182)
metagn
2024-09-27
2
-0
/
+12
*
only merge valid implicit pragmas to routine AST, include templates (#24171)
metagn
2024-09-26
6
-6
/
+48
*
sort modules and added std/setutils (#24168)
Alfred Morgan
2024-09-26
1
-16
/
+17
*
fixes requiresInit for var statements without initialization (#24177)
ringabout
2024-09-26
3
-4
/
+18
*
fixes #24167; {.push deprecated.} for templates (#24170)
ringabout
2024-09-25
2
-2
/
+11
*
fix `nil` literal giving itself type `untyped`/`typed` [backport] (#24165)
metagn
2024-09-23
2
-1
/
+7
*
Fix line info used for `UnunsedImport` from subdirectories (#24158)
Jake Leahy
2024-09-23
3
-8
/
+14
*
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
2
-3
/
+11
*
fixes #24147; Copy hook causes an incompatible-pointer-types (#24149)
ringabout
2024-09-22
2
-4
/
+23
*
fix `inTypeofContext` leaking after `compiles` raises exception [backport:2.0...
metagn
2024-09-22
3
-3
/
+10
*
Implement `removeHandler` in std/logging module (fixes #23757) (#24143)
tocariimaa
2024-09-20
1
-0
/
+11
*
Fix incorrect inheritance penalty for some objects (#24144)
Ryan McConnell
2024-09-20
1
-1
/
+1
*
fixes #24141; Calling algorithm reverse causes a SIGSEGV on ORC (#24142)
ringabout
2024-09-19
2
-1
/
+20
*
fix inverted order of resolved `tyFromExpr` match (#24138)
metagn
2024-09-19
2
-3
/
+19
*
Create `IPPROTO_NONE` alias & Add test for Unix socket (#24139)
tocariimaa
2024-09-19
4
-1
/
+64
*
fix segfault in generic param mismatch error, skip typedesc (#24140)
metagn
2024-09-19
5
-20
/
+44
*
fix system for nimscript config files on js backend (#24135)
metagn
2024-09-19
3
-2
/
+6
*
fix typed case range not counting for exhaustiveness (#24136)
metagn
2024-09-18
2
-0
/
+9
*
require `not nil` to be on the same line after a type (#24134)
metagn
2024-09-18
3
-1
/
+14
*
make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...
metagn
2024-09-18
11
-28
/
+125
*
workaround for `strunicode` package no longer needed (#24132)
Miran
2024-09-18
1
-1
/
+1
*
make `var`/pointer types not match if base type has to be converted (#24130)
metagn
2024-09-18
7
-5
/
+394
*
fixes rst parsing Markdown CodeblockFields blocking the loop (#24128)
ringabout
2024-09-18
2
-1
/
+13
*
revert second argument of `inc` not being generic (#24129)
metagn
2024-09-17
3
-5
/
+11
*
fix segfault in effect tracking for sym node with nil type (#24114)
metagn
2024-09-17
2
-1
/
+20
[next]