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 #22510 (#23100)
Andreas Rumpf
2024-06-06
4
-27
/
+187
*
make `std/options` compatible with strictdefs (#23675)
ringabout
2024-06-05
1
-6
/
+6
*
fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)
ringabout
2024-06-05
2
-2
/
+8
*
fix noreturn/implicit discard check logic (#23681)
metagn
2024-06-05
6
-74
/
+195
*
Add linux/loongarch64 support in 'compiler/installer.ini' (#23672)
qiangxuhui
2024-06-04
1
-1
/
+1
*
fixes openarray hoist with gcc 14 (#23647)
ringabout
2024-06-04
2
-2
/
+18
*
[backport] test more packages (#23671)
Miran
2024-06-03
1
-0
/
+13
*
rework ctypes with gcc 14 (#23636)
ringabout
2024-06-02
1
-0
/
+5
*
improve view types for jsgen; eliminate unnecessary copies of view types (#23...
ringabout
2024-06-02
2
-2
/
+21
*
#Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23...
Juan M Gómez
2024-06-02
5
-24
/
+103
*
fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660)
ringabout
2024-06-02
3
-3
/
+16
*
fixes #22798; Duplicate libraries linker warning (i.e., '-lm') on macOS (#23292)
ringabout
2024-06-02
2
-2
/
+2
*
fixes #23663; Add hash() for Path (#23664)
ringabout
2024-05-31
2
-6
/
+17
*
remove winim from important packages; since CI doesn't check windows platform...
ringabout
2024-05-30
1
-1
/
+1
*
Treat CJK Ideographs as letters in `isAlpha()` (#23651)
Alexander Kernozhitsky
2024-05-29
3
-1982
/
+1995
*
revert #23436; remove workaround (#23653)
ringabout
2024-05-28
1
-2
/
+0
*
fixes #23635; tasks.toTask Doesn't Expect a Dot Expression (#23641)
ringabout
2024-05-27
2
-4
/
+56
*
fixes #22852; fixes #23435; fixes #23645; SIGSEGV when slicing string or seq[...
ringabout
2024-05-27
2
-5
/
+10
*
Handle arbitrarily long symlink target in `expandSymlinks()` (#23650)
Alexander Kernozhitsky
2024-05-27
1
-8
/
+10
*
Prevent font flashing in the docs (#23622)
Nils Lindemann
2024-05-27
13
-39
/
+52
*
closes #13426; adds a test case (#23642)
ringabout
2024-05-24
1
-0
/
+87
*
Updates nimble (#23601)
Juan M Gómez
2024-05-23
1
-1
/
+3
*
Skip tyAlias inside semTypeTraits in case a concept accidently emits one (#23...
Jason Beetham
2024-05-23
2
-1
/
+12
*
Minor refactoring (#23637)
Andreas Rumpf
2024-05-23
1
-17
/
+15
*
fixes `reifiedOpenArray`; `nkHiddenStdConv` is PathKinds1 not PathKinds0 (#23...
ringabout
2024-05-22
1
-2
/
+8
*
fixes #23627; Simple destructor code gives invalid C (#23631)
ringabout
2024-05-21
2
-8
/
+36
*
doc(format): ospaths2,strutils: followup #23560 (#23629)
lit
2024-05-20
2
-9
/
+9
*
doc(format): system.nim: doc of hostCPU for `loongarch64` (#23621)
lit
2024-05-17
1
-1
/
+1
*
provides a `$` function for `Path` (#23617)
ringabout
2024-05-17
2
-0
/
+4
*
fixes #16671; openarray conversion for object construction (#23618)
ringabout
2024-05-16
2
-3
/
+29
*
Support NetBSD/aarch64 (#23616)
PHO
2024-05-16
4
-3
/
+6
*
fixes lifting subtype calling parent's hooks (#23612)
ringabout
2024-05-15
2
-2
/
+28
*
closes #15778; adds a test case (#23613)
ringabout
2024-05-15
1
-7
/
+29
*
fixes deprecation messages and adds missing commas (#23609)
ringabout
2024-05-14
1
-3
/
+3
*
fixes openarray views default values in JS (#23607)
ringabout
2024-05-14
2
-2
/
+17
*
fixes testament matrix doesn't work with other backends which left many JS te...
ringabout
2024-05-14
6
-11
/
+34
*
ignore modules when looking up symbol with expected type (#23597)
metagn
2024-05-14
3
-1
/
+20
*
re-enable tests (#23591)
ringabout
2024-05-10
1
-4
/
+2
*
Allow to `exportc` params. (#23396)
Juan M Gómez
2024-05-10
1
-1
/
+1
*
Add directory input support to nimpretty (#23590)
Mads Hougesen
2024-05-10
1
-1
/
+7
*
unordered enum for better interoperability with C (#23585)
ringabout
2024-05-10
4
-5
/
+109
*
remove bad type inference behavior for enum identifiers (#23588)
metagn
2024-05-10
2
-7
/
+22
*
adds Nim-related mimetypes back (#23589)
ringabout
2024-05-10
2
-0
/
+9
*
Improve strutils.rsplit doc, proc and iterator have oppose result order. (#23...
lit
2024-05-10
1
-6
/
+6
*
fixes #23552; Invalid codegen when trying to mannualy delete distinct seq (#2...
ringabout
2024-05-08
2
-6
/
+16
*
Add a note about the sideeffect pragma (#23543)
Antonis Geralis
2024-05-08
1
-0
/
+2
*
Add Complex version of almostEqual function (#23549)
Angel Ezquerra
2024-05-08
2
-3
/
+21
*
fix semFinishOperands for bracket expressions [backport:2.0] (#23571)
metagn
2024-05-08
2
-7
/
+32
*
fixes 12381, HttpClient socket handle leak (#23575)
Marius Andra
2024-05-08
1
-0
/
+2
*
rework `wasMoved`, `move` on the JS backend (#23577)
ringabout
2024-05-08
9
-69
/
+35
[prev]
[next]