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
...
*
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
*
Automatic dereferencing is removed (#20531)
ringabout
2022-10-10
1
-0
/
+2
*
Remove unused `base64.encode` overload (#20369)
Amjad Ben Hedhili
2022-10-09
1
-1
/
+3
*
Add no-math-errno for GCC when build for Release (#20503)
Juan Carlos
2022-10-06
1
-2
/
+4
*
follow up #20109; remove `shallow` seqs/strings for ORC (#20502)
ringabout
2022-10-06
1
-1
/
+1
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+1
*
Undeprecate isvalidfilename (#19643)
Juan Carlos
2022-09-29
1
-0
/
+1
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
1
-1
/
+1
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-2
/
+28
*
fixes changelog links (#20446)
ringabout
2022-09-28
1
-1
/
+1
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-0
/
+3
*
fixes #20426; remove `maincommand` and `m` options since they are a no op sin...
ringabout
2022-09-26
1
-0
/
+2
*
add a changelog and update the document for ORC (#20415)
ringabout
2022-09-26
1
-0
/
+3
*
fixes #20285; prevent oid time overflow at year 2038 (#20338)
ringabout
2022-09-22
1
-0
/
+2
*
contentLength default to -1 if not present (#19835)
Bung
2022-09-21
1
-0
/
+1
*
RFC-460 implemented (#19771)
Juan Carlos
2022-09-21
1
-0
/
+1
*
turn nimIncrSeqV3 into deadcode (#20388)
ringabout
2022-09-20
1
-1
/
+3
*
clarify distinct pointer type `nil` change (#20376)
metagn
2022-09-20
1
-1
/
+9
*
Add missing proc to dom (#20378)
Juan Carlos
2022-09-19
1
-1
/
+5
*
Add missing symbols to regex (#20383)
Juan Carlos
2022-09-19
1
-3
/
+4
*
partial revert and redesign of #19814, changelog (#20341)
metagn
2022-09-14
1
-0
/
+4
*
overloadable enums no longer experimental (#20298)
metagn
2022-09-05
1
-0
/
+3
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-0
/
+2
*
support cstring in `case` (#20130)
metagn
2022-09-01
1
-0
/
+4
[prev]
[next]