summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add a getter for all defined Sections in parsecfg (#15450)Ardek Romak2021-03-281-0/+2
* custom integer literals bugfixes (#17499)Andreas Rumpf2021-03-241-1/+1
* custom integer literals (#17489)Andreas Rumpf2021-03-241-0/+2
* make unary minus part of number literals, refs #17020 (#17488)Andreas Rumpf2021-03-241-1/+3
* add algorithm.merge (#16182)flywind2021-03-231-0/+3
* hint:cc goes to stderr (like all other hints) instead of stdout (#17465)Timothee Cour2021-03-221-0/+1
* Improve jsre (#17365)Juan Carlos2021-03-211-0/+2
* improve jsconsole (#17414)Juan Carlos2021-03-191-0/+2
* followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep...Timothee Cour2021-03-181-2/+2
* fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398)Timothee Cour2021-03-171-0/+2
* followup #17389; add see also in std/json (#17400)Timothee Cour2021-03-161-0/+3
* fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ...Timothee Cour2021-03-161-0/+2
* New channels implementation for ORC (#17305)flywind2021-03-121-1/+3
* Update changelog.md (#17349)flywind2021-03-111-3/+3
* refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons...Miran2021-03-111-6/+30
* add typetraits.OrdinalEnum, enumutils.symbolName (#17281)Timothee Cour2021-03-101-1/+2
* Add Portals (#17306)Juan Carlos2021-03-091-0/+2
* add setutils.[]= (#17272)Timothee Cour2021-03-081-1/+1
* Add Debug breakpoints support (#17295)Juan Carlos2021-03-081-0/+2
* stdlib/os: add isAdmin (#17012)Roman Inflianskas2021-03-071-0/+3
* Add module jsfetch (#12531)Juan Carlos2021-03-061-0/+4
* Add unsafeIsolate and extract to std/isolation [backport:1.4] (#17263)flywind2021-03-051-0/+2
* Fix macros.quote custom op symbol interpolation. (#17256)quantimnot2021-03-051-0/+2
* Remove support for named procs with sugar.=> (#17220)konsumlamm2021-03-051-0/+3
* follow #17245 deprecate refchecks (#17261)flywind2021-03-051-1/+1
* deprecate newruntime (#17245)flywind2021-03-041-0/+2
* Added math.clamp for slice clamping (#17246)Jason Beetham2021-03-031-0/+2
* \r now renders as \r, not \c which was not standard (#17244)Timothee Cour2021-03-031-0/+2
* `--nilseqs` is now a deprecated noop (#17211)Timothee Cour2021-03-011-0/+2
* fixes #17173 (#17213)Andreas Rumpf2021-03-011-1/+7
* add overload `add(a: var string, b: openArray[char])` (#15951)Timothee Cour2021-03-011-2/+3
* hashes: support object default hash (#17175)Timothee Cour2021-02-261-1/+3
* `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147)Timothee Cour2021-02-241-0/+3
* asyncjs: add `then`, `catch` for promise pipelining (#16871)Timothee Cour2021-02-241-0/+2
* wrapnils: add `??.` which returns an `Option` (#16931)Timothee Cour2021-02-241-0/+4
* add strbasics.strip (#16280)flywind2021-02-241-0/+2
* add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080)Timothee Cour2021-02-231-2/+4
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-0/+3
* move prelude so that `include std/prelude` also works (#17110)Timothee Cour2021-02-201-2/+2
* system/excpt: let the OS handle termination on signal (#16712)alaviss2021-02-191-0/+8
* Add setutils.complement, setutils.fullSet (#17066)Jason Beetham2021-02-181-1/+4
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-0/+2
* fix math.frexp function signature (#16725)flywind2021-02-171-2/+3
* array literals uses typed arrays; fix a jsgen bug (#16850)flywind2021-02-151-0/+2
* rst: single backticks now render correctly in both rst2html and github (#17028)Timothee Cour2021-02-131-0/+5
* Make parseopt available on all backends (#17009)hlaaftana2021-02-131-0/+8
* compilesettings: add libpath (#16997)Timothee Cour2021-02-121-0/+1
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-121-0/+2
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+2
* unbundle fusion (#16925)Timothee Cour2021-02-111-0/+3