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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
bump NimVersion to 2.1.99 (2.0.2 RC2) (#24016)
Miran
2024-08-27
1
-1
/
+1
*
generate symchoice for ambiguous types in templates & generics + handle types...
metagn
2024-08-25
1
-1
/
+1
*
fixes #23915; std/random produces different results on c/js (#24003)
ringabout
2024-08-25
1
-13
/
+32
*
fixes #23956; bindUnix loses the last character on OpenBSD (#23961)
Alfred Morgan
2024-08-22
2
-4
/
+4
*
Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...
ringabout
2024-08-21
1
-7
/
+4
*
Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...
握猫猫
2024-08-21
1
-4
/
+7
*
fixes #23945; type checking for whenvm expresssions (#23970)
ringabout
2024-08-20
1
-16
/
+3
*
fixes docgen regression: don't add newLine for code if it's the first line (#...
ringabout
2024-08-17
1
-1
/
+4
*
better examples for std/inotify (#23415)
Archar Gelod
2024-08-14
1
-11
/
+21
*
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
1
-1
/
+3
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
2
-2
/
+4
*
fixes #23913; empty SEQ_DECL_SIZE (#23940)
Tomohiro
2024-08-12
1
-3
/
+1
*
impr: std/cpuinfo: use documented impl ; support JS (#23911)
lit
2024-08-11
1
-60
/
+81
*
Fixed nimscript docs (#23938)
Antonis Geralis
2024-08-11
1
-7
/
+7
*
Add a document to toOpenArray proc (#23905)
Tomohiro
2024-08-01
2
-0
/
+18
*
fixes JS semicolon omissions (#23896)
ringabout
2024-07-26
7
-11
/
+11
*
doc,test(times): followup #23861 (#23881)
lit
2024-07-23
1
-3
/
+4
*
Allocator: Always place free cells into the active chunk and add documentatio...
SirOlaf
2024-07-22
1
-21
/
+96
*
fixes #23838: Compilation by MinGW for cpu=i386 with time_t bug (#23876)
Ward
2024-07-22
1
-1
/
+1
*
Fix out-of-bounds slicing in std/varints (#23868)
Buldram
2024-07-22
1
-6
/
+6
*
Allocator: Track number of foreign cells a small chunk has access to (#23856)
SirOlaf
2024-07-20
1
-29
/
+46
*
Add '.' (period, dot, ..) to `FormatLiterals` so that `ss.fff` can work. (#23...
c-blake
2024-07-19
1
-1
/
+1
*
doc: times.nim: DD -> dd (#23857)
lit
2024-07-18
1
-2
/
+2
*
fixes #23844; Nim devel nightly i386 build failing (#23849)
ringabout
2024-07-17
1
-1
/
+1
*
Add warnings about exec usage. (#23820)
Antonis Geralis
2024-07-17
1
-2
/
+9
*
Silence `hint:performance` message when using very basic http client (#23832)
c-blake
2024-07-15
1
-1
/
+2
*
Use monotonic timestamp to calculate timeouts refs #23826 (#23834)
Mark Leyva
2024-07-15
1
-10
/
+16
*
bump NimVersion to 2.1.9 (#23831)
Miran
2024-07-12
1
-1
/
+1
*
fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)
Mark Leyva
2024-07-12
1
-101
/
+42
*
deprecate `owner` from `std/macros` (#23828)
ringabout
2024-07-12
1
-1
/
+1
*
conditional compilation of gcd(SomeInteger,SomeInteger) in std/math (#23773)
quimt
2024-07-09
1
-34
/
+37
*
Adjust the correct chunk's free space in allocator (#23795)
SirOlaf
2024-07-08
1
-2
/
+2
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
1
-26
/
+42
*
Update documentation for parseEnum in strutils.nim (#23804)
Leon Lysak
2024-07-06
1
-2
/
+2
*
Fixed issues when using `std/parseopt` in miscripts with cmdline = "" (#23785)
Gianmarco
2024-07-02
1
-3
/
+15
*
Fix doc: '\c' '\L' in lexbase.nim (#23781)
lit
2024-07-01
1
-4
/
+4
*
refine: strmisc.expandTabs better code structure (#23783)
lit
2024-07-01
1
-9
/
+6
*
fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)
Mark Leyva
2024-07-01
1
-0
/
+2
*
fixes #23725; Size computations work better when they are correct (#23758)
Andreas Rumpf
2024-06-26
1
-6
/
+10
*
Check for nil in cstringArrayToSeq (#23747)
Yuriy Glukhov
2024-06-24
1
-0
/
+2
*
fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seq...
ringabout
2024-06-21
1
-2
/
+8
*
Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)
c-blake
2024-06-19
1
-20
/
+184
*
fixes #23732, os.sleep(-1) now returns immediately (#23734)
lit
2024-06-18
1
-0
/
+3
*
Fix NIM_STATIC_ASSERT_AUX being redefined on different lines (#23729)
fakuivan
2024-06-18
1
-4
/
+8
*
Fix non-exported `memfiles.setFileSize` to be able to shrink files on posix v...
c-blake
2024-06-14
1
-36
/
+30
*
fixes #22927; no test case extractable [backport] (#23707)
Andreas Rumpf
2024-06-12
1
-11
/
+23
*
fixes #23513, parseutils.nim: parseInt's doc example. (#23561)
lit
2024-06-12
1
-8
/
+12
*
fixes #22510 (#23100)
Andreas Rumpf
2024-06-06
1
-27
/
+24
*
make `std/options` compatible with strictdefs (#23675)
ringabout
2024-06-05
1
-6
/
+6
[next]