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
...
*
Added bitslice operations for bitops (#14016)
awr1
2020-05-06
1
-0
/
+4
*
Make the fields of `times.DateTime` private (#14197)
Oscar Nihlgård
2020-05-06
1
-0
/
+5
*
=> supports pragmas & names (+ changed behavior) (#14200)
hlaaftana
2020-05-03
1
-0
/
+16
*
fixes #14054 [backport:1.2] (#14061)
Andreas Rumpf
2020-04-30
1
-0
/
+4
*
StringStream & more stdlib modules support for JS/NimScript (#14095)
hlaaftana
2020-04-28
1
-0
/
+11
*
Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)
Neelesh Chandola
2020-04-27
1
-0
/
+1
*
`$` now works for unsigned intergers with `nim js` (#14122)
Timothee Cour
2020-04-27
1
-0
/
+2
*
added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...
rockcavera
2020-04-26
1
-0
/
+2
*
Faster readStr() (#14099)
Christopher Dunn
2020-04-25
1
-0
/
+3
*
Add critbits.commonPrefixLen (#14072)
Phil Krylov
2020-04-24
1
-0
/
+1
*
new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...
Timothee Cour
2020-04-23
1
-0
/
+11
*
fix #14064 xmltree should allow create text node with raw text(non-es… (#14...
Bung
2020-04-22
1
-1
/
+1
*
fix #13222: make relativePath more robust and flexible (#13451)
Timothee Cour
2020-04-21
1
-0
/
+6
*
cleanup PR #14048
Araq
2020-04-21
1
-3
/
+3
*
Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)
hlaaftana
2020-04-21
1
-0
/
+1
*
Replace enum fields idents with syms (#14048)
cooldome
2020-04-21
1
-0
/
+4
*
Make file descriptors from stdlib non-inheritable by default (#13201)
alaviss
2020-04-20
1
-0
/
+19
*
Implements RFCs #209 (#13995)
cooldome
2020-04-16
1
-1
/
+28
*
Add `hashWangYi1` (#13823)
c-blake
2020-04-15
1
-0
/
+3
*
Add Data URI Base64, implements RFC-2397 (#13759)
Juan Carlos
2020-04-13
1
-0
/
+1
*
Add jsdomparser (#13920)
Juan Carlos
2020-04-13
1
-0
/
+2
*
finally de-deprecate the .define and .undef pragmas
Andreas Rumpf
2020-04-04
1
-0
/
+1
*
new feature: ability to turn specific warnings to errors
Andreas Rumpf
2020-04-04
1
-0
/
+1
*
create a changelog for v1.2.0
narimiran
2020-04-02
1
-209
/
+4
*
added an .assert pragma and mentioned the pragmas in the changelog
Araq
2020-04-02
1
-0
/
+4
*
feature/count (#13837)
Dean Eigenmann
2020-04-02
1
-1
/
+1
*
renamed new std/pragmas.nim to std/byaddr.nim (#13844)
Andreas Rumpf
2020-04-02
1
-2
/
+2
*
Jsconsole update (#12448)
Juan Carlos
2020-04-02
1
-0
/
+1
*
Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section...
Juan Carlos
2020-04-01
1
-0
/
+2
*
updated the changelog
Araq
2020-04-01
1
-1
/
+1
*
macros for proc types, macros for types (#13778)
Andreas Rumpf
2020-03-31
1
-0
/
+2
*
stacktraces can now show custom runtime msgs per frame (#13351)
Timothee Cour
2020-03-30
1
-0
/
+3
*
distinctBase overload for values (#13746)
Timothee Cour
2020-03-25
1
-1
/
+1
*
new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)
Timothee Cour
2020-03-23
1
-1
/
+4
*
introduce getPeerCertificates, fixes #13299 (#13650)
Christian Ulrich
2020-03-22
1
-0
/
+3
*
better error messages for Nim's effect system
Araq
2020-03-22
1
-0
/
+1
*
SSL certificate verify GitHub action (#13697)
Federico Ceratto
2020-03-20
1
-0
/
+2
*
[RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...
Timothee Cour
2020-03-20
1
-3
/
+9
*
Add Base64 safe (#13672)
Juan Carlos
2020-03-20
1
-0
/
+2
*
fix #11458 oswalkdir (#13689)
Timothee Cour
2020-03-19
1
-0
/
+1
*
added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...
Andreas Rumpf
2020-03-19
1
-0
/
+6
*
httpcore: deprecate `==`(string, HttpCode) (#13682)
alaviss
2020-03-19
1
-0
/
+3
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-0
/
+8
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
1
-1
/
+1
*
fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...
Timothee Cour
2020-03-11
1
-0
/
+4
*
fixes #13519
Araq
2020-03-11
1
-0
/
+4
*
add expectIdent to macros (#12778)
Arne Döring
2020-03-11
1
-1
/
+1
*
fixes #13605 (#13611)
Andreas Rumpf
2020-03-09
1
-0
/
+3
*
Add isValidFilename (#13561)
Juan Carlos
2020-03-07
1
-1
/
+1
*
Revert broken asynchttpserver FutureStream additions.
Dominik Picheta
2020-03-06
1
-2
/
+0
[prev]
[next]