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
*
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
*
Add backwards index overload for `[]` for JsonNode (#16501)
Neelesh Chandola
2021-01-04
1
-0
/
+2
*
Add posix_utils.osReleaseFile (#16452)
Juan Carlos
2021-01-04
1
-0
/
+5
*
Add mimetypes.mimesLongest (#16480)
Juan Carlos
2021-01-02
1
-0
/
+3
*
Add assertions for jsconsole (#16460)
Juan Carlos
2020-12-30
1
-0
/
+1
*
Add math.copySign (#16406)
flywind
2020-12-30
1
-0
/
+1
*
Added cmpMem export (#16484)
Antonis Geralis
2020-12-29
1
-2
/
+4
*
follow #15357 and move decodeQuery (#15860)
flywind
2020-12-27
1
-0
/
+1
*
Add missing HTTP codes (#16454)
Juan Carlos
2020-12-23
1
-0
/
+2
*
add `euclDiv` and `euclMod` to `math` (#16414)
flywind
2020-12-23
1
-0
/
+2
*
add sequtils to prelude (#16431)
shadowninja55
2020-12-23
1
-0
/
+2
*
O(1) concatenation of singly- and doubly linked lists. (#16362)
Peter Salvi
2020-12-20
1
-0
/
+5
*
Make 'echo' raise IOErrors when appropriate (#16367)
Matt Haggard
2020-12-18
1
-0
/
+3
*
Adds toSet to create sets from iterables (#16276)
Jason Beetham
2020-12-14
1
-0
/
+2
*
Added strscans.scanTuple (#16300)
Jason Beetham
2020-12-12
1
-0
/
+1
*
add math.isNaN (#16179)
Timothee Cour
2020-12-11
1
-0
/
+2
*
fix #16150 improve type mismatch errors (#16152)
Timothee Cour
2020-12-09
1
-0
/
+2
*
add collect with infered init, refs #16078 fixes #14332 (#16089)
Antonis Geralis
2020-12-03
1
-0
/
+3
*
add support for parsing chars in `scanf` macro (#16240)
Miran
2020-12-03
1
-0
/
+4
*
fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...
Timothee Cour
2020-12-03
1
-0
/
+1
*
clean up changelog (#16155)
flywind
2020-11-27
1
-3
/
+5
[next]