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
*
fixes #24174; allow copyDir and copyDirWithPermissions skipping special file...
ringabout
2024-09-27
1
-0
/
+1
*
improve changelogs (#24188)
ringabout
2024-09-27
1
-7
/
+7
*
make `genericsOpenSym` work at instantiation time, new behavior in `openSym` ...
metagn
2024-09-18
1
-5
/
+30
*
add posix uint changes to changelog + fix Nlink, Dev on FreeBSD (#24088)
metagn
2024-09-09
1
-0
/
+9
*
enable closures tests for JS & implement `finished` for JS (#23521)
ringabout
2024-09-09
1
-0
/
+3
*
open new scope for const values (#24084)
metagn
2024-09-09
1
-0
/
+10
*
expose `rangeBase` typetrait, fix enum conversion warning (#24056)
metagn
2024-09-06
1
-0
/
+2
*
document partial generics breaking changes (#24055)
metagn
2024-09-04
1
-0
/
+13
*
fixes typo (#24026)
ringabout
2024-08-29
1
-1
/
+1
*
opensym for templates + move behavior of opensymchoice to itself (#24007)
metagn
2024-08-28
1
-17
/
+39
*
generate symchoice for ambiguous types in templates & generics + handle types...
metagn
2024-08-25
1
-0
/
+7
*
opensym as node kind + fixed experimental switch (#23892)
metagn
2024-08-12
1
-1
/
+10
*
deprecate `owner` from `std/macros` (#23828)
ringabout
2024-07-12
1
-0
/
+2
*
Replacement PR for https://github.com/nim-lang/Nim/pull/23779 that (#23793)
c-blake
2024-07-07
1
-4
/
+7
*
Add Farm Hash conditioned upon `nimPreviewHashFarm` as 64-bit `Hash` (#23735)
c-blake
2024-06-19
1
-0
/
+3
*
implement `legacy:jsNoLambdaLifting` for compatibility (#23727)
ringabout
2024-06-17
1
-0
/
+2
*
provides a `$` function for `Path` (#23617)
ringabout
2024-05-17
1
-0
/
+1
*
fixes #4299 #12492 #10849; lambda lifting for JS backend (#23484)
ringabout
2024-04-11
1
-0
/
+2
*
remove `internalNew` from system (#23475)
ringabout
2024-04-04
1
-0
/
+1
*
ORC: added -d:nimOrcStats switch and related API (#23272)
Andreas Rumpf
2024-02-21
1
-2
/
+5
*
Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)
Eric N. Vander Weele
2023-12-24
1
-0
/
+1
*
add switch, warning, and `bind` support for new generic injection behavior (#...
metagn
2023-12-22
1
-0
/
+35
*
add tuple unpacking changes to changelog (#23093)
metagn
2023-12-18
1
-0
/
+19
*
enable vtable implementation for C++ and make it an experimental feature (#23...
ringabout
2023-11-30
1
-1
/
+1
*
rework the vtable implementation embedding the vtable array directly with new...
ringabout
2023-11-28
1
-0
/
+1
*
fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...
ringabout
2023-11-25
1
-0
/
+1
*
adds C++ features to change log (#22906)
Juan M Gómez
2023-11-03
1
-0
/
+3
*
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
[next]