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
*
Make `newStringUninit` available in the VM [backport] (#22748)
Amjad Ben Hedhili
2023-09-25
1
-9
/
+12
*
Add magic toOpenArrayChar (#22751)
SirOlaf
2023-09-24
1
-0
/
+3
*
Fix `newStringUninit` not setting the '\0' terminator [backport] (#22746)
Amjad Ben Hedhili
2023-09-23
1
-2
/
+6
*
Initialize `newString` in js [backport:1.6] (#22745)
Amjad Ben Hedhili
2023-09-23
1
-1
/
+3
*
Make `newStringUninit` available on the js backend [backport] (#22743)
Amjad Ben Hedhili
2023-09-23
1
-0
/
+3
*
fixes #22519; DocGen does not work for std/times on JS backend (#22738)
ringabout
2023-09-22
1
-3
/
+3
*
moves `addUnique` to `std/sequtils` (#22734)
Juan M Gómez
2023-09-21
1
-0
/
+28
*
fixes #22687; js backend - std/bitops/bitsliced throws compile error … (#22...
ringabout
2023-09-21
1
-1
/
+1
*
items, pairs and friends now use `unCheckedInc` (#22729)
ringabout
2023-09-20
1
-26
/
+31
*
make parseEnum skip type aliases for enum type sym (#22727)
metagn
2023-09-19
1
-1
/
+2
*
Fix `capacity` for const and shallow [backport] (#22705)
Amjad Ben Hedhili
2023-09-18
4
-8
/
+8
*
Add descriptions and examples for `rawProc` and `rawEnv` (#22710)
sls1005
2023-09-18
1
-1
/
+31
*
Update osfiles.nim, make `moveFile` consider permission on *nix (#22719)
litlighilit
2023-09-18
1
-1
/
+1
*
fixes incorrect cint overflow in system (#22718)
ringabout
2023-09-18
2
-2
/
+2
*
followup of #22568 (#22690)
Amjad Ben Hedhili
2023-09-14
1
-24
/
+17
*
Make capacity work with refc [backport] (#22697)
Amjad Ben Hedhili
2023-09-13
3
-11
/
+26
*
Remove some unnecessary initialization in `seq` operations (#22677)
Amjad Ben Hedhili
2023-09-10
1
-7
/
+35
*
Make `newSeqOfCap` not initialize memory. (#21842)
Amjad Ben Hedhili
2023-09-09
3
-3
/
+12
*
fixes #22664; guard against potential seqs self assignments (#22671)
ringabout
2023-09-08
1
-0
/
+6
*
Remove some unnecessary initialization in string operations (#22579)
Amjad Ben Hedhili
2023-09-07
1
-37
/
+61
*
Add `hasDefaultValue` type trait (#22636)
Amjad Ben Hedhili
2023-09-04
1
-0
/
+17
*
docgen: add Pandoc footnotes (fixes #21080) (#22591)
Andrey Makarov
2023-09-03
1
-85
/
+136
*
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
[next]