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
*
Remove support for named procs with sugar.=> (#17220)
konsumlamm
2021-03-05
1
-0
/
+3
*
follow #17245 deprecate refchecks (#17261)
flywind
2021-03-05
1
-1
/
+1
*
deprecate newruntime (#17245)
flywind
2021-03-04
1
-0
/
+2
*
Added math.clamp for slice clamping (#17246)
Jason Beetham
2021-03-03
1
-0
/
+2
*
\r now renders as \r, not \c which was not standard (#17244)
Timothee Cour
2021-03-03
1
-0
/
+2
*
`--nilseqs` is now a deprecated noop (#17211)
Timothee Cour
2021-03-01
1
-0
/
+2
*
fixes #17173 (#17213)
Andreas Rumpf
2021-03-01
1
-1
/
+7
*
add overload `add(a: var string, b: openArray[char])` (#15951)
Timothee Cour
2021-03-01
1
-2
/
+3
*
hashes: support object default hash (#17175)
Timothee Cour
2021-02-26
1
-1
/
+3
*
`std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)
Timothee Cour
2021-02-24
1
-0
/
+3
*
asyncjs: add `then`, `catch` for promise pipelining (#16871)
Timothee Cour
2021-02-24
1
-0
/
+2
*
wrapnils: add `??.` which returns an `Option` (#16931)
Timothee Cour
2021-02-24
1
-0
/
+4
*
add strbasics.strip (#16280)
flywind
2021-02-24
1
-0
/
+2
*
add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)
Timothee Cour
2021-02-23
1
-2
/
+4
*
add io.readChars overload (simpler, less error prone) (#16044)
Timothee Cour
2021-02-22
1
-0
/
+3
*
move prelude so that `include std/prelude` also works (#17110)
Timothee Cour
2021-02-20
1
-2
/
+2
*
system/excpt: let the OS handle termination on signal (#16712)
alaviss
2021-02-19
1
-0
/
+8
*
Add setutils.complement, setutils.fullSet (#17066)
Jason Beetham
2021-02-18
1
-1
/
+4
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-0
/
+2
*
fix math.frexp function signature (#16725)
flywind
2021-02-17
1
-2
/
+3
*
array literals uses typed arrays; fix a jsgen bug (#16850)
flywind
2021-02-15
1
-0
/
+2
*
rst: single backticks now render correctly in both rst2html and github (#17028)
Timothee Cour
2021-02-13
1
-0
/
+5
*
Make parseopt available on all backends (#17009)
hlaaftana
2021-02-13
1
-0
/
+8
*
compilesettings: add libpath (#16997)
Timothee Cour
2021-02-12
1
-0
/
+1
*
typeToString: type float => typedesc[float] (#17011)
Timothee Cour
2021-02-12
1
-0
/
+2
*
add system random to stdlib: std/sysrand (#16459)
flywind
2021-02-11
1
-0
/
+2
*
unbundle fusion (#16925)
Timothee Cour
2021-02-11
1
-0
/
+3
*
std/wrapnils does not use experimental:dotOperators anymore (#16996)
Timothee Cour
2021-02-10
1
-0
/
+4
*
add linenoise.readLineStatus to get status (eg: ctrl-D or ctrl-C) (#16977)
Timothee Cour
2021-02-09
1
-0
/
+2
*
final SSL changes [backport:1.2] (#16983)
Andreas Rumpf
2021-02-09
1
-0
/
+7
*
Deprecate any (#16920)
Juan Carlos
2021-02-08
1
-0
/
+2
*
std/lists: Various changes to `lists` (RFC #303) (#16536)
Peter Salvi
2021-02-08
1
-0
/
+3
*
rename case statement macro from match to `case` (#16923)
hlaaftana
2021-02-08
1
-0
/
+2
*
Add initRand() with seed based on time (#16953)
hlaaftana
2021-02-07
1
-0
/
+2
*
stdlib/os: handle symlinks in copy/move functions (#16709)
Roman Inflianskas
2021-02-04
1
-0
/
+12
*
`dumpToString`: improves on `sugar.dump` (#16841)
Timothee Cour
2021-02-02
1
-0
/
+1
*
2.5x- 3x faster copyFile on osx (#16883)
Timothee Cour
2021-02-01
1
-0
/
+4
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
1
-0
/
+1
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
1
-0
/
+3
*
`--hintAsError` (#16763)
Timothee Cour
2021-01-20
1
-0
/
+1
*
jsonutils.jsonTo: support opt (#16739)
Timothee Cour
2021-01-17
1
-2
/
+4
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-0
/
+2
*
Add js BigInts (#16409)
Juan Carlos
2021-01-14
1
-0
/
+2
*
fix #16703; revert most of #16480; add tests/stdlib/tmimetypes.nim (#16711)
Timothee Cour
2021-01-13
1
-3
/
+0
*
Improve uri.parseQuery to never raise an error (#16647)
Mildred Ki'Lya
2021-01-12
1
-0
/
+10
*
Remove longestMatch in _WithPrefix iterators (#16689)
konsumlamm
2021-01-12
1
-5
/
+4
*
Httpclient improvements (#15919)
Antonis Geralis
2021-01-10
1
-0
/
+3
*
Implements streams for sockets (#15729)
PMunch
2021-01-07
1
-0
/
+2
*
add math.signbit (#16592)
flywind
2021-01-07
1
-0
/
+3
*
fix #9125 (#16582)
flywind
2021-01-05
1
-2
/
+3
[next]