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
*
deprecate `std/threadpool`; use `malebolgia`, `weave`, `nim-taskpool` instead...
ringabout
2023-08-29
1
-0
/
+2
*
fixes #22555; implements `newStringUninit` (#22572)
ringabout
2023-08-29
1
-22
/
+36
*
fixes broken nightlies; follow up #22544 (#22585)
ringabout
2023-08-29
1
-1
/
+1
*
define toList procs after add for lists [backport] (#22573)
metagn
2023-08-28
1
-22
/
+22
*
newStringOfCap now won't initialize all elements anymore (#22568)
ringabout
2023-08-28
1
-2
/
+3
*
Add `cursor` to lists iterator variables (#22531)
Amjad Ben Hedhili
2023-08-24
1
-3
/
+3
*
Fix `getAppFilename` exception handling (#22544)
Jacek Sieka
2023-08-24
1
-5
/
+10
*
fixes #22541; peg matchLen can raise an unlisted exception: Exception (#22545)
ringabout
2023-08-24
1
-1
/
+1
*
make jsffi properly gensym (#22539)
metagn
2023-08-23
1
-22
/
+29
*
allow tuples and procs in 'toTask' + minor things (#22530)
Andreas Rumpf
2023-08-22
2
-3
/
+3
*
Markdown code blocks migration part 9 (#22506)
Amjad Ben Hedhili
2023-08-19
4
-89
/
+89
*
Add staticFileExists and staticDirExists (#22278)
Tomohiro
2023-08-18
1
-0
/
+13
*
fixes syncio document (#22498)
Nan Xiao
2023-08-17
1
-2
/
+2
*
Fix `seq.capacity` (#22488)
Amjad Ben Hedhili
2023-08-17
1
-2
/
+2
*
fixes #22481; fixes `card` undefined misalignment behavior (#22484)
ringabout
2023-08-15
1
-1
/
+3
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
42
-611
/
+708
*
Add Linux constant SO_BINDTODEVICE (#22468)
Emery Hemingway
2023-08-14
2
-0
/
+2
*
fixes CI (#22471)
ringabout
2023-08-14
3
-4
/
+4
*
fixes syncio document (#22467)
Nan Xiao
2023-08-14
1
-2
/
+2
*
fixes bareExcept warnings; catch specific exceptions (#21119)
ringabout
2023-08-13
3
-4
/
+4
*
replace `doAssert false` with `raiseAssert` in lib, which works better with s...
ringabout
2023-08-11
21
-33
/
+33
*
clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408)
ringabout
2023-08-08
5
-13
/
+13
*
fixes #22387; Undefined behavior when with hash(...) (#22404)
ringabout
2023-08-08
1
-6
/
+14
*
nimIoselector option (#22395)
Bung
2023-08-07
1
-1
/
+12
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
7
-10
/
+14
*
Prevent early destruction of gFuns, fixes AddressSanitizer: heap-use-after-fr...
norrath-hero-cn
2023-08-05
1
-1
/
+1
*
Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` ...
konsumlamm
2023-08-06
4
-16
/
+16
*
Fix searchExtPos so that it returns -1 when the path is not a file ext (#22245)
Tomohiro
2023-08-04
1
-4
/
+17
*
fixes AddressSanitizer: global-buffer-overflow in getAppFilename on windows 1...
norrath-hero-cn
2023-08-04
1
-2
/
+2
*
Make `repr(HSlice)` always available (#22332)
konsumlamm
2023-08-04
2
-10
/
+10
*
fixes #22360; compare with the half of randMax (#22361)
ringabout
2023-08-02
1
-4
/
+1
*
Fix the position of "Grey" in colors.nim (#22358)
Michal Maršálek
2023-08-01
1
-2
/
+2
*
bump the devel version to 211 (#22356)
ringabout
2023-08-01
1
-3
/
+3
*
fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on`...
ringabout
2023-08-01
1
-1
/
+1
*
remove thread duplicated code (#22348)
Bung
2023-07-31
1
-5
/
+0
*
implement `ensureMove` (#22339)
ringabout
2023-07-29
1
-0
/
+10
*
Remove declared and not used variable in packedsets.bitincl (#22334)
Eric N. Vander Weele
2023-07-27
1
-1
/
+0
*
fixes docs (#22331)
ringabout
2023-07-26
1
-1
/
+1
*
fixes #22210; transform return future in try/finally properly (#22249)
ringabout
2023-07-21
1
-9
/
+48
*
fixes #22254; fixes #22253; stricteffects bugs on recursive calls (#22294)
ringabout
2023-07-19
1
-2
/
+3
*
fixes #22268; fixes `move` codegen (#22288)
ringabout
2023-07-19
1
-20
/
+8
*
fixes idx properly (#22280)
ringabout
2023-07-14
2
-10
/
+13
*
Fix #22273 (#22275)
Juan Carlos
2023-07-14
1
-1
/
+1
*
fixes #22256; fixes GC_disableOrc overflow (#22257)
ringabout
2023-07-11
1
-1
/
+1
*
Rename `seq.add` parameter to be consistent with `refc` (#22244)
Solitude
2023-07-10
1
-2
/
+2
*
Fix #21401 (#22232)
Juan Carlos
2023-07-07
1
-0
/
+8
*
clean up the documentation (#22196)
ringabout
2023-07-02
1
-13
/
+13
*
Don't throw errors on RST tables in Markdown and RstMarkdown modes (#22165)
Andrey Makarov
2023-06-28
1
-10
/
+34
*
Revert "fix struct stat" (#22171)
Andreas Rumpf
2023-06-27
1
-1
/
+0
*
adds =destroy T support for strings and seqs (#22167)
ringabout
2023-06-27
1
-1
/
+7
[next]