summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* merge `initUri()` overloads, improve uri examples (#17970)Timothee Cour2021-05-081-30/+11
* ORC: cursor inference bugfix (#17973)Andreas Rumpf2021-05-083-5/+50
* fix #17941: UnusedImport works for var/let/const/type invoked inside a generi...Timothee Cour2021-05-084-4/+6
* add astmsgs; add `declared in` msg for usage lint errors (#17961)Timothee Cour2021-05-089-39/+43
* fix `tsortoutput` (it was failing for the wrong reasons, irrespective of `sor...Timothee Cour2021-05-071-3/+3
* improve tbase64.nim (#17964)Timothee Cour2021-05-071-12/+6
* fix tests/vm/tcastint.nim which used non-sensical `when defined nimVM` (and c...Timothee Cour2021-05-081-11/+21
* fix #17952: fix both false positives and false negatives for reInvalidSpec (#...Timothee Cour2021-05-086-43/+69
* refs #17325 disable i386 again until we figure out how to fix it (#17963)Timothee Cour2021-05-071-5/+6
* fix #14873 properly by skipping `abi` field in importc type (#17944)Timothee Cour2021-05-073-14/+17
* fixes #15848 [backport:1.2] (#17959)Andreas Rumpf2021-05-076-2/+34
* tiny cleanup (#17957)Andreas Rumpf2021-05-072-13/+11
* remove unsused OsPlatform.nimVM (#17953)Timothee Cour2021-05-071-2/+1
* Export sslHandle in `net` and `asyncnet`. (#17573)Ardek Romak2021-05-063-0/+12
* Fix C++ compilation error in excpt.nim (#17951)Danil Yarantsev2021-05-061-1/+1
* disable tmacro_highlight on i386, refs #17945 (#17949)Timothee Cour2021-05-061-0/+4
* minor cleanups (#17948)Andreas Rumpf2021-05-063-5/+1
* follow-up #17837: add `Console` for interactive sessions (#17930)Andrey Makarov2021-05-0614-155/+252
* docgen: get rid of ropes (#17939)Andrey Makarov2021-05-051-190/+146
* fix https://github.com/timotheecour/Nim/issues/718: CompileTime is not cached...Timothee Cour2021-05-051-2/+5
* Add copyWithin for JavaScript (#17937)Juan Carlos2021-05-052-0/+15