summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* pkg/pixie: use latest (#18069)Timothee Cour2021-05-231-1/+1
* Use gmake for NetBSD as well as FreeBSD/OpenBSD (#18064)Euan2021-05-231-0/+2
* close #5540 generic object with generic field evaluated too early (#18062)Timothee Cour2021-05-231-0/+45
* Error message minor (#18021)Juan Carlos2021-05-222-2/+2
* docs: make inline markup more compatible with Markdown (#18053)Andrey Makarov2021-05-216-61/+167
* jsgen improve spacing (#18048)Juan Carlos2021-05-202-32/+32
* config system: special case -d:release and -d:danger [backport:1.4] (#18051)Andreas Rumpf2021-05-206-7/+27
* asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport...Ștefan Talpalaru2021-05-194-17/+36
* make strformat part of the prelude (#18046)Andreas Rumpf2021-05-192-1/+4
* fixes #17943 (#18045)Andreas Rumpf2021-05-193-16/+24
* ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040)Andreas Rumpf2021-05-183-1/+23
* disable pkg/fidget refs https://github.com/treeform/fidget/issues/155 (#18043)Timothee Cour2021-05-181-1/+1
* jsonutils: add customization for toJson via `ToJsonOptions`; generalize symbo...Timothee Cour2021-05-184-14/+112
* add sink and lent annotations for xmltree and streams (#18037)Antonis Geralis2021-05-182-16/+16
* Fix running testament c nimble-packages without batch arg (#18023)Clyybber2021-05-171-3/+4
* ./koch --nonexistant now fails (#18036)Timothee Cour2021-05-171-4/+5
* Add `checked` to dom (#18033)Joey2021-05-171-0/+3
* follow-up #17930 - inline syntax highlighting (#18013)Andrey Makarov2021-05-163-24/+57
* fix #18007: std/json now serializes nan,inf,-inf as strings instead of invali...Timothee Cour2021-05-165-51/+119
* Disable performance hints by default (verbosity 1) (#18024)Clyybber2021-05-161-1/+1
* more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...Timothee Cour2021-05-163-3/+55
* Revert "[std/re]fix terrible and strange interface" (#18027)flywind2021-05-161-6/+6
* [std/re]fix terrible and strange interfaceflywind2021-05-161-6/+6
* Rework DFA traversal (#18016)Clyybber2021-05-162-118/+142
* Escape `%00` / `\0` in `dbQuote` (#18015) [backport:1.4]Thomas T. Jarløv2021-05-151-1/+3
* RST opt.list to have priority over def.list (#17845)Andrey Makarov2021-05-152-2/+28
* docgen: escape special characters in titles (#18014)Andrey Makarov2021-05-151-2/+3
* Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)"...Andreas Rumpf2021-05-153-17/+14
* refs #18011 disable some newly failing tests on cpp windows; refs #17946 incr...Timothee Cour2021-05-145-8/+14
* `doc2tex`: generate docs to Latex (#17997)Andrey Makarov2021-05-1412-164/+174
* upgrade nodejs; add nimCiSystemInfo on azure/github CI (#18003)Timothee Cour2021-05-134-15/+27
* ORC: progress (#18000)Andreas Rumpf2021-05-1211-27/+50
* [ci skip] correctly explain how to use `[backport]` tagsnarimiran2021-05-121-3/+3
* docs: fix syntax error in hotCodeReloading example (#17999)gavr1234567892021-05-121-1/+1
* ORC: improvements (#17993)Andreas Rumpf2021-05-126-12/+18
* jsonutils: handle holey enum as regular enum, via ord (#17995)Timothee Cour2021-05-113-3/+9
* jsonutils: support set (#17994)Timothee Cour2021-05-113-5/+15
* improve std/tempfiles (#17920)Timothee Cour2021-05-113-33/+94
* ORC: critical bugfix for mixing acyclic refs with cyclic refs [backport:1.4] ...Andreas Rumpf2021-05-112-8/+12
* fix #17467 1st call to rand is now non-skewed; allow seed == 0 (#17468)Timothee Cour2021-05-114-67/+75
* make testament `isSuccess` more robust and allow tests with `--hints:off` to ...Timothee Cour2021-05-114-11/+35
* feature: the compiler can warn when you use the implicit 'result' variable (#...Andreas Rumpf2021-05-103-2/+7
* since we have now so many virtual registers, reduce memory consumption for th...Andreas Rumpf2021-05-103-50/+48
* Revert "Fix parseUri to sanitize urls containing ASCII newline or tab (#17967...Andreas Rumpf2021-05-093-42/+3
* close #9039: compiler does not hang anymore in 1 case involving static params...Timothee Cour2021-05-091-0/+24
* Fix parseUri to sanitize urls containing ASCII newline or tab (#17967)Beshr Kayali2021-05-093-3/+42
* fixes #17675 (#17981)Andreas Rumpf2021-05-091-1/+1
* fix #17960: honor `matrix` also for `action: compile, action: reject` (#17980)Timothee Cour2021-05-092-8/+9
* treetab: tiny cleanup (#17929)Clyybber2021-05-091-6/+4
* testament :show duration also for failed tests; improve `tshould_not_work`; m...Timothee Cour2021-05-0821-39/+64