| Commit message (Expand) | Author | Age | Files | Lines |
* | hashes for refs should be an opt-in feature (#18098) | Miran | 2021-05-30 | 1 | -4/+13 |
* | close #16569: deprecated `reversed(a, start, last)` overload, use toOpenArray... | Timothee Cour | 2021-05-30 | 1 | -0/+2 |
* | config system: special case -d:release and -d:danger [backport:1.4] (#18051) | Andreas Rumpf | 2021-05-20 | 1 | -0/+4 |
* | asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport... | Ștefan Talpalaru | 2021-05-19 | 1 | -0/+1 |
* | make strformat part of the prelude (#18046) | Andreas Rumpf | 2021-05-19 | 1 | -0/+3 |
* | jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo... | Timothee Cour | 2021-05-18 | 1 | -1/+4 |
* | fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali... | Timothee Cour | 2021-05-16 | 1 | -0/+2 |
* | jsonutils: handle holey enum as regular enum, via ord (#17995) | Timothee Cour | 2021-05-11 | 1 | -0/+3 |
* | jsonutils: support set (#17994) | Timothee Cour | 2021-05-11 | 1 | -4/+4 |
* | fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468) | Timothee Cour | 2021-05-11 | 1 | -5/+11 |
* | Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967... | Andreas Rumpf | 2021-05-09 | 1 | -1/+0 |
* | Fix parseUri to sanitize urls containing ASCII newline or tab (#17967) | Beshr Kayali | 2021-05-09 | 1 | -0/+1 |
* | fixes #15848 [backport:1.2] (#17959) | Andreas Rumpf | 2021-05-07 | 1 | -0/+5 |
* | Export sslHandle in `net` and `asyncnet`. (#17573) | Ardek Romak | 2021-05-06 | 1 | -0/+2 |
* | Add copyWithin for JavaScript (#17937) | Juan Carlos | 2021-05-05 | 1 | -0/+2 |
* | fix #17853 (ascii message separator broke json nim dump) (#17887) | Timothee Cour | 2021-04-29 | 1 | -0/+4 |
* | testament: add `nimoutFull: bool` spec (#17867) | Timothee Cour | 2021-04-27 | 1 | -0/+3 |
* | add -d:nimLegacyNoHashRef for a transition period which avoids defining hash(... | Timothee Cour | 2021-04-27 | 1 | -0/+1 |
* | correct changelog[skip CI] (#17870) | flywind | 2021-04-26 | 1 | -1/+1 |
* | fix typo in changelog refs #17746 [skip ci] (#17869) | Timothee Cour | 2021-04-26 | 1 | -1/+1 |
* | `--usenimcache` (implied by `nim r main`) now caches some compile options to ... | Timothee Cour | 2021-04-25 | 1 | -1/+10 |
* | move travis, appveyor, ci.yml.disabled to `unmaintained/` (#17828) | Timothee Cour | 2021-04-24 | 1 | -0/+2 |
* | `typeof(voidStmt)` now works (#17807) | Timothee Cour | 2021-04-23 | 1 | -0/+2 |
* | add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) | Timothee Cour | 2021-04-23 | 1 | -0/+2 |
* | `--filenames:abs|canonical|legacyRelProj` for filenames in compiler msgs (rep... | Timothee Cour | 2021-04-21 | 1 | -0/+2 |
* | close #9372 add std/tempfiles (#17361) | flywind | 2021-04-21 | 1 | -0/+3 |
* | followup #16714: add -d:nimLegacyUnarySlice + changelog (#17794) | Timothee Cour | 2021-04-20 | 1 | -0/+3 |
* | changelog: document hash changes (#17792) | Timothee Cour | 2021-04-20 | 1 | -3/+3 |
* | fix #17749 ignore SIGPIPE signals, fix nim CI #17748 (#17752) | Timothee Cour | 2021-04-18 | 1 | -8/+12 |
* | make cuchar alias uint8 instead of char (#17738) | shirleyquirk | 2021-04-17 | 1 | -0/+2 |
* | Fix buffer-overrun bug in net (#17728) [backport:1.0] | shirleyquirk | 2021-04-16 | 1 | -0/+2 |
* | `import foo {.all.}` reboot (#17706) | Timothee Cour | 2021-04-16 | 1 | -0/+9 |
* | followup #17700 put changelog in wrong file (#17729) | shirleyquirk | 2021-04-15 | 1 | -0/+1 |
* | getCustomPragma is split up in more usable chunks (#11526) | Arne Döring | 2021-04-14 | 1 | -0/+1 |
* | 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 |