summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
...
* Added bitslice operations for bitops (#14016)awr12020-05-061-0/+4
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-0/+5
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-031-0/+16
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-301-0/+4
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-0/+11
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-271-0/+1
* `$` now works for unsigned intergers with `nim js` (#14122)Timothee Cour2020-04-271-0/+2
* added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...rockcavera2020-04-261-0/+2
* Faster readStr() (#14099)Christopher Dunn2020-04-251-0/+3
* Add critbits.commonPrefixLen (#14072)Phil Krylov2020-04-241-0/+1
* new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...Timothee Cour2020-04-231-0/+11
* fix #14064 xmltree should allow create text node with raw text(non-es… (#14...Bung2020-04-221-1/+1
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-0/+6
* cleanup PR #14048Araq2020-04-211-3/+3
* Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)hlaaftana2020-04-211-0/+1
* Replace enum fields idents with syms (#14048)cooldome2020-04-211-0/+4
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-0/+19
* Implements RFCs #209 (#13995)cooldome2020-04-161-1/+28
* Add `hashWangYi1` (#13823)c-blake2020-04-151-0/+3
* Add Data URI Base64, implements RFC-2397 (#13759)Juan Carlos2020-04-131-0/+1
* Add jsdomparser (#13920)Juan Carlos2020-04-131-0/+2
* finally de-deprecate the .define and .undef pragmasAndreas Rumpf2020-04-041-0/+1
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-0/+1
* create a changelog for v1.2.0narimiran2020-04-021-209/+4
* added an .assert pragma and mentioned the pragmas in the changelogAraq2020-04-021-0/+4
* feature/count (#13837)Dean Eigenmann2020-04-021-1/+1
* renamed new std/pragmas.nim to std/byaddr.nim (#13844)Andreas Rumpf2020-04-021-2/+2
* Jsconsole update (#12448)Juan Carlos2020-04-021-0/+1
* Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section...Juan Carlos2020-04-011-0/+2
* updated the changelogAraq2020-04-011-1/+1
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-0/+2
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+3
* distinctBase overload for values (#13746)Timothee Cour2020-03-251-1/+1
* new syntax for lvalue references: `var b {.byaddr.} = expr` (#13508)Timothee Cour2020-03-231-1/+4
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-221-0/+3
* better error messages for Nim's effect systemAraq2020-03-221-0/+1
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-201-0/+2
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-3/+9
* Add Base64 safe (#13672)Juan Carlos2020-03-201-0/+2
* fix #11458 oswalkdir (#13689)Timothee Cour2020-03-191-0/+1
* added a switch -d:nimEmulateOverflowChecks for broken or old GCC versions (#1...Andreas Rumpf2020-03-191-0/+6
* httpcore: deprecate `==`(string, HttpCode) (#13682)alaviss2020-03-191-0/+3
* catchable defects (#13626)Andreas Rumpf2020-03-121-0/+8
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-121-1/+1
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-111-0/+4
* fixes #13519Araq2020-03-111-0/+4
* add expectIdent to macros (#12778)Arne Döring2020-03-111-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-091-0/+3
* Add isValidFilename (#13561)Juan Carlos2020-03-071-1/+1
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-061-2/+0