summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* ORC: support for custom =trace procs (#18459)Andreas Rumpf2021-07-091-0/+2
* Revert "Make 'echo' raise IOErrors when appropriate (#16367)" (#18460)Miran2021-07-081-3/+0
* improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (...Timothee Cour2021-07-081-1/+1
* major improvements to `std/wrapnils`: optimal codegen, case objects, lvalue s...Timothee Cour2021-07-071-0/+4
* Add entry (#18434)Antonis Geralis2021-07-061-2/+6
* deprecate std/mersenne (#18395)pyautogui2021-07-051-0/+2
* enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244)Timothee Cour2021-06-241-0/+2
* support `--hint:all:off --hint:x` (ditto with `--warnings` + friends) (#17852)Timothee Cour2021-06-201-0/+4
* Raise IndexDefect when deleting element at out of bounds index (#17821)Heiko Nickerl2021-06-201-0/+3
* add `typetraits.pointerBase` to return `T` in `ref T|ptr T` (#18293)Timothee Cour2021-06-201-9/+6
* strformat.fmt now supports non-literal const strings (#18274)Timothee Cour2021-06-181-1/+3
* Renamed `-d:nimCompilerStackraceHints` to `-d:nimCompilerStacktraceHints`. (#...Timothee Cour2021-06-171-0/+1
* update changelog for wrapnils (#18228)Timothee Cour2021-06-101-3/+0
* update docgen documentation (#18192)Andrey Makarov2021-06-061-0/+7
* add `dom.scrollIntoView` with options; refs #18093 (#18181)Rainbow Asteroids2021-06-051-0/+2
* macros.treeRepr + friends: collapse SymChoice (#18072)Timothee Cour2021-06-051-0/+3
* changelog for --unitsep (#18167)Timothee Cour2021-06-031-3/+3
* use dragonbox algorithm; alternative to #18008 (#18139)Andreas Rumpf2021-06-011-0/+4
* close #18129 Add setCurrentException for JS backend (#18145)flywind2021-06-011-1/+1
* jsonutils.toJson now serializes JsonNode as is by default (#18097)Timothee Cour2021-05-311-1/+3
* add `os.getCacheDir` (#18126)Timothee Cour2021-05-311-1/+2
* hashes for refs should be an opt-in feature (#18098)Miran2021-05-301-4/+13
* close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray...Timothee Cour2021-05-301-0/+2
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-201-0/+4
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-191-0/+1
* make strformat part of the prelude (#18046)Andreas Rumpf2021-05-191-0/+3
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-181-1/+4
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-161-0/+2
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-111-0/+3
* jsonutils: support set (#17994)Timothee Cour2021-05-111-4/+4
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-111-5/+11
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-091-1/+0
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-091-0/+1
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-071-0/+5
* Export sslHandle in `net` and `asyncnet`. (#17573)Ardek Romak2021-05-061-0/+2
* Add copyWithin for JavaScript (#17937)Juan Carlos2021-05-051-0/+2
* fix #17853 (ascii message separator broke json nim dump) (#17887)Timothee Cour2021-04-291-0/+4
* testament: add `nimoutFull: bool` spec (#17867)Timothee Cour2021-04-271-0/+3
* add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(...Timothee Cour2021-04-271-0/+1
* correct changelog[skip CI] (#17870)flywind2021-04-261-1/+1
* fix typo in changelog refs #17746 [skip ci] (#17869)Timothee Cour2021-04-261-1/+1
* `--usenimcache` (implied by `nim r main`) now caches some compile options to ...Timothee Cour2021-04-251-1/+10
* move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828)Timothee Cour2021-04-241-0/+2
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-0/+2
* add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817)Timothee Cour2021-04-231-0/+2
* `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep...Timothee Cour2021-04-211-0/+2
* close #9372 add std/tempfiles (#17361)flywind2021-04-211-0/+3
* followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794)Timothee Cour2021-04-201-0/+3
* changelog: document hash changes (#17792)Timothee Cour2021-04-201-3/+3
* fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752)Timothee Cour2021-04-181-8/+12