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
/
changelog.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)
Yardanico
2023-10-29
1
-0
/
+1
*
deprecate htmlparser (#22870)
ringabout
2023-10-26
1
-0
/
+1
*
fixes #22856; enables `-d:nimStrictDelete` (#22858)
ringabout
2023-10-24
1
-0
/
+1
*
marking a field with noInit allows to skip constructor initialiser (#22802)
Juan M Gómez
2023-10-08
1
-1
/
+1
*
copyFile with POSIX_FADV_SEQUENTIAL (#22776)
Juan Carlos
2023-10-01
1
-0
/
+1
*
copyFile with bufferSize instead of hardcoded value (#22769)
Juan Carlos
2023-09-30
1
-0
/
+1
*
deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)
ringabout
2023-09-29
1
-0
/
+1
*
fixes #22763; nimcache in nim.cfg uses the relative path to the config file (...
ringabout
2023-09-28
1
-0
/
+1
*
ref #19727; implement `setLenUninit` for seqsv2 (#22767)
ringabout
2023-09-28
1
-0
/
+2
*
Fix #21407 (#22759)
Juan Carlos
2023-09-28
1
-0
/
+1
*
Add `hasDefaultValue` type trait (#22636)
Amjad Ben Hedhili
2023-09-04
1
-1
/
+2
*
fixes #22555; implements `newStringUninit` (#22572)
ringabout
2023-08-29
1
-0
/
+2
*
follow up #22322; fixes changelog (#22381)
ringabout
2023-08-04
1
-2
/
+2
*
fixes changelog (#21590)
ringabout
2023-03-31
1
-1
/
+0
*
This adds `parseutils.parseSize`, an inverse to `strutils.formatSize` (#21349)
c-blake
2023-02-14
1
-1
/
+1
*
add 2.0 changelog (#21107)
ringabout
2022-12-17
1
-293
/
+3
*
fix #19580; add warning for bare except: clause (#21099)
ringabout
2022-12-15
1
-0
/
+2
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
1
-3
/
+27
*
add a changelog for nimble (#21078)
ringabout
2022-12-12
1
-3
/
+1
*
Remove deprecated rightSize (#21011)
Juan Carlos
2022-12-08
1
-0
/
+2
*
add a changelog for `std/cmdline` (#21039)
ringabout
2022-12-08
1
-0
/
+1
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
1
-0
/
+10
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
1
-0
/
+5
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
1
-6
/
+9
*
Remove deprecated posix.CLONE_STOPPED (#21012)
Juan Carlos
2022-12-05
1
-0
/
+3
*
move `smtp` to nimble packages (#20953)
ringabout
2022-11-30
1
-1
/
+0
*
Improve jsformdata (#20929)
Juan Carlos
2022-11-28
1
-0
/
+2
*
fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...
ringabout
2022-11-24
1
-0
/
+2
*
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
ringabout
2022-11-24
1
-0
/
+2
*
move `system/atomics` out of system; `std/atomics` should be preferred (#20875)
ringabout
2022-11-22
1
-0
/
+1
*
rename `std/threads` to `std/typedthreads` (#20850)
ringabout
2022-11-16
1
-1
/
+1
*
add documentation and changelog for default object fields (#20845)
ringabout
2022-11-15
1
-0
/
+2
*
Allow users to set log flushing rules (#20817)
Matt Haggard
2022-11-14
1
-0
/
+3
*
issue a warning for ptr to cstring conversion[backport] (#20814)
ringabout
2022-11-11
1
-0
/
+4
*
Use same defaults as JS for fetch options (#20783)
Jake Leahy
2022-11-09
1
-1
/
+1
*
Uri.isIpv6 exported (#20736)
Juan Carlos
2022-11-03
1
-0
/
+1
*
Improve dollar IpAddress (#20729)
Juan Carlos
2022-11-03
1
-0
/
+3
*
Improve dollar (#20672)
Juan Carlos
2022-10-31
1
-1
/
+3
*
removes channels_builtin when enabling `nimPreviewSlimSystem` (#20713)
ringabout
2022-10-31
1
-0
/
+3
*
put std/threads under the umbrella of nimPreviewSlimSystem (#20711)
ringabout
2022-10-31
1
-0
/
+1
*
openssl 3 support no longer opt in + some 1.0 support (#20668)
metagn
2022-10-27
1
-4
/
+1
*
Added openarray[char] overloads to std/unicode (#20648)
Jason Beetham
2022-10-27
1
-0
/
+1
*
add changelog for new modules (#20675)
ringabout
2022-10-27
1
-2
/
+4
*
Added 'openArray[char]' overloads to 'std/parseutils' (#20527)
Jason Beetham
2022-10-24
1
-0
/
+1
*
Add `safe` parameter to `base64.encodeMime` (#20559)
Amjad Ben Hedhili
2022-10-21
1
-0
/
+1
*
implemented strictCaseObjects (#20608)
Andreas Rumpf
2022-10-21
1
-2
/
+6
*
fixes #19162; enable `strictEffects` for v2 (#19380)
ringabout
2022-10-15
1
-0
/
+3
*
fixes changelog for oids (#20565)
ringabout
2022-10-14
1
-2
/
+1
*
Return error message in output of gorge/staticExec. (#18942)
Dominik Picheta
2022-10-12
1
-0
/
+3
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
1
-0
/
+2
[next]