| Commit message (Expand) | Author | Age | Files | Lines |
* | iterable[T] (#17196) | Timothee Cour | 2021-04-11 | 1 | -0/+5 |
* | add std/tasks (#17447) | flywind | 2021-04-09 | 1 | -0/+2 |
* | implement RFCs/294 ; disallow enum <=> enum conversion (#16351) | Timothee Cour | 2021-04-03 | 1 | -24/+34 |
* | new `genAst` as replacement for `quote do` (#17426) | Timothee Cour | 2021-04-02 | 1 | -0/+3 |
* | misc fixes: build_all.sh, changelog (#17601) | Timothee Cour | 2021-04-01 | 1 | -1/+1 |
* | fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main.... | flywind | 2021-04-01 | 1 | -0/+2 |
* | jsonutils: support cstring (including as Table key); improve docs (#16062) | Timothee Cour | 2021-03-31 | 1 | -0/+2 |
* | add getPort to resolve Port(0) (#17559) | Timothee Cour | 2021-03-30 | 1 | -0/+2 |
* | unify tuple expressions (#13793) | Arne Döring | 2021-03-30 | 1 | -0/+3 |
* | Add hasDataBuffered to asyncnet (#16000) | Dylan Modesitt | 2021-03-29 | 1 | -0/+2 |
* | Add `hasClosure` to `std/typetraits` (#17501) | flywind | 2021-03-29 | 1 | -0/+2 |
* | Add a getter for all defined Sections in parsecfg (#15450) | Ardek Romak | 2021-03-28 | 1 | -0/+2 |
* | custom integer literals bugfixes (#17499) | Andreas Rumpf | 2021-03-24 | 1 | -1/+1 |
* | custom integer literals (#17489) | Andreas Rumpf | 2021-03-24 | 1 | -0/+2 |
* | make unary minus part of number literals, refs #17020 (#17488) | Andreas Rumpf | 2021-03-24 | 1 | -1/+3 |
* | add algorithm.merge (#16182) | flywind | 2021-03-23 | 1 | -0/+3 |
* | hint:cc goes to stderr (like all other hints) instead of stdout (#17465) | Timothee Cour | 2021-03-22 | 1 | -0/+1 |
* | Improve jsre (#17365) | Juan Carlos | 2021-03-21 | 1 | -0/+2 |
* | improve jsconsole (#17414) | Juan Carlos | 2021-03-19 | 1 | -0/+2 |
* | followup #17398: `getTempDir`, `getConfigDir` now do not have trailing DirSep... | Timothee Cour | 2021-03-18 | 1 | -2/+2 |
* | fix #17393 getHomeDir and expandTilde should not include trailing `/` (#17398) | Timothee Cour | 2021-03-17 | 1 | -0/+2 |
* | followup #17389; add see also in std/json (#17400) | Timothee Cour | 2021-03-16 | 1 | -0/+3 |
* | fix #2844 #3911; add --spellsuggest to suggest symbols in scope with similar ... | Timothee Cour | 2021-03-16 | 1 | -0/+2 |
* | New channels implementation for ORC (#17305) | flywind | 2021-03-12 | 1 | -1/+3 |
* | Update changelog.md (#17349) | flywind | 2021-03-11 | 1 | -3/+3 |
* | refs #4347, add `ZZZ` and `ZZZZ` patterns for timezone offsets without colons... | Miran | 2021-03-11 | 1 | -6/+30 |
* | add typetraits.OrdinalEnum, enumutils.symbolName (#17281) | Timothee Cour | 2021-03-10 | 1 | -1/+2 |
* | Add Portals (#17306) | Juan Carlos | 2021-03-09 | 1 | -0/+2 |
* | add setutils.[]= (#17272) | Timothee Cour | 2021-03-08 | 1 | -1/+1 |
* | Add Debug breakpoints support (#17295) | Juan Carlos | 2021-03-08 | 1 | -0/+2 |
* | stdlib/os: add isAdmin (#17012) | Roman Inflianskas | 2021-03-07 | 1 | -0/+3 |
* | Add module jsfetch (#12531) | Juan Carlos | 2021-03-06 | 1 | -0/+4 |
* | Add unsafeIsolate and extract to std/isolation [backport:1.4] (#17263) | flywind | 2021-03-05 | 1 | -0/+2 |
* | Fix macros.quote custom op symbol interpolation. (#17256) | quantimnot | 2021-03-05 | 1 | -0/+2 |
* | Remove support for named procs with sugar.=> (#17220) | konsumlamm | 2021-03-05 | 1 | -0/+3 |
* | follow #17245 deprecate refchecks (#17261) | flywind | 2021-03-05 | 1 | -1/+1 |
* | deprecate newruntime (#17245) | flywind | 2021-03-04 | 1 | -0/+2 |
* | Added math.clamp for slice clamping (#17246) | Jason Beetham | 2021-03-03 | 1 | -0/+2 |
* | \r now renders as \r, not \c which was not standard (#17244) | Timothee Cour | 2021-03-03 | 1 | -0/+2 |
* | `--nilseqs` is now a deprecated noop (#17211) | Timothee Cour | 2021-03-01 | 1 | -0/+2 |
* | fixes #17173 (#17213) | Andreas Rumpf | 2021-03-01 | 1 | -1/+7 |
* | add overload `add(a: var string, b: openArray[char])` (#15951) | Timothee Cour | 2021-03-01 | 1 | -2/+3 |
* | hashes: support object default hash (#17175) | Timothee Cour | 2021-02-26 | 1 | -1/+3 |
* | `std/options`: `$some(3)` is now `"some(3)"`, etc. (#17147) | Timothee Cour | 2021-02-24 | 1 | -0/+3 |
* | asyncjs: add `then`, `catch` for promise pipelining (#16871) | Timothee Cour | 2021-02-24 | 1 | -0/+2 |
* | wrapnils: add `??.` which returns an `Option` (#16931) | Timothee Cour | 2021-02-24 | 1 | -0/+4 |
* | add strbasics.strip (#16280) | flywind | 2021-02-24 | 1 | -0/+2 |
* | add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080) | Timothee Cour | 2021-02-23 | 1 | -2/+4 |
* | add io.readChars overload (simpler, less error prone) (#16044) | Timothee Cour | 2021-02-22 | 1 | -0/+3 |
* | move prelude so that `include std/prelude` also works (#17110) | Timothee Cour | 2021-02-20 | 1 | -2/+2 |