Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve httpClient docs on SSL cert verification (#15201) | Federico Ceratto | 2021-06-13 | 1 | -3/+16 |
| | | | | | | | | | * Improve httpClient docs on SSL cert verification Cert verification is enabled by default after CVE-2021-29495 * Update httpclient.nim Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | fix #7717 roundtrip float to string; fix `parseFloat` for js (#18248) | Timothee Cour | 2021-06-13 | 3 | -76/+125 |
| | | | | | | | * refs #7717 roundtrip float to string * make parseFloat more correct * improve float tests * improve float tests * cleanup | ||||
* | getType now works with tyInferred (arising from concepts); refs #18220 (#18241) | Timothee Cour | 2021-06-12 | 2 | -23/+79 |
| | | | | | | | * getType now works with tyInferred (concepts); refs #18220 * avoid cast * add more docs | ||||
* | added a test case ensuring exception inference continues to work | Araq | 2021-06-11 | 1 | -0/+32 |
| | |||||
* | use more meaningful name than "workaround14447" (#18237) | Miran | 2021-06-11 | 3 | -3/+3 |
| | |||||
* | handle tyUserTypeClassInst in addDeclaredLoc (#18236) | Timothee Cour | 2021-06-11 | 1 | -1/+1 |
| | |||||
* | fix #9437(fix `re.replace` wrong behaviour) (#17546) | flywind | 2021-06-10 | 2 | -5/+24 |
| | | | | | * fix nim js cmp fails at CT * fix | ||||
* | fixes #15884 (#18230) | Andreas Rumpf | 2021-06-10 | 5 | -3/+18 |
| | | | | | * fixes #15884 * micro optimization | ||||
* | view types: spec changes (#18226) | Andreas Rumpf | 2021-06-10 | 3 | -24/+21 |
| | | | | | | | | | | | | | * view types: spec changes * Update doc/manual_experimental.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/manual_experimental.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | Update nims.rst to reflect that -d:release is now allowed in config.nims ↵ | Kaushal Modi | 2021-06-10 | 1 | -6/+6 |
| | | | | | (#18221) `-d:release` and `-d:danger` started working in `config.nims` after https://github.com/nim-lang/Nim/commit/df429fa28772e077faa30dd6e3a701abf48c7669 . | ||||
* | #18216 make moveDir work across partitions on windows (#18223) | Fröhlich A | 2021-06-10 | 2 | -19/+70 |
| | | | | | | | * return false if AccessDeniedError in tryMoveFSObject - fixes #18216 * add moveDir & moveFile tests * rename `isMoveDir` parameter to `isDir` | ||||
* | update changelog for wrapnils (#18228) | Timothee Cour | 2021-06-10 | 1 | -3/+0 |
| | |||||
* | fixes #18220 (#18227) | Andreas Rumpf | 2021-06-10 | 1 | -1/+1 |
| | |||||
* | avoid re-exporting options from std/wrapnils (#18222) | Timothee Cour | 2021-06-10 | 2 | -1/+2 |
| | |||||
* | update .github/ISSUE_TEMPLATE/bug_report.md, mention PRs, contributing, ↵ | Timothee Cour | 2021-06-09 | 1 | -0/+2 |
| | | | | devel branch (#18224) | ||||
* | make strict funcs analysis smarter (#18219) | Andreas Rumpf | 2021-06-09 | 3 | -36/+95 |
| | | | | | | | * make strict funcs analysis smarter: varParam[i] = v is different from varParam[i][] = v * added a test case * Update compiler/varpartitions.nim Co-authored-by: Clyybber <darkmine956@gmail.com> | ||||
* | Fix JS error on index page and detect dark mode (#18191) | drtheuns | 2021-06-07 | 7 | -28/+63 |
| | | | | | | | | | | | | | | | | * Fix JS error on index page and detect dark mode The theindex.html page doesn't have a dark mode switch so the main function will error because `toggleSwitch` is not defined. Checks have been added to prevent this from happening. Also add automatic detection of system settings for dark-mode. This could also be done with pure css, but then the dark mode variable declarations would have to be duplicated to work with the switch so I went with this approach. * Fix nimdoc tests * Fix rst2html tests | ||||
* | fixes #18088 (#18209) | Andreas Rumpf | 2021-06-07 | 1 | -1/+1 |
| | |||||
* | alternative to #18185 (#18206) | flywind | 2021-06-07 | 1 | -1/+4 |
| | |||||
* | change mimedb stroe stringtable to orderedtable (#18065) | Bung | 2021-06-07 | 2 | -3/+5 |
| | | | | | | | * change mimedb stroe stringtable to orderedtable * Update lib/pure/mimetypes.nim Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | koch: print help if no command is given (#18199) | Federico Ceratto | 2021-06-07 | 1 | -1/+2 |
| | |||||
* | fix 18186 with adding importc _umul128 (#18200) | slangmgh | 2021-06-07 | 2 | -1/+3 |
| | |||||
* | update docgen documentation (#18192) | Andrey Makarov | 2021-06-06 | 3 | -48/+83 |
| | | | | | | | | | | | | | * update docgen documentation * --fullhelp * Update doc/docgen.rst Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * [skip ci] fix typos Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | make changeDetectedViaJsonBuildInstructions warning less verbose when json ↵ | Timothee Cour | 2021-06-06 | 1 | -1/+1 |
| | | | | file invalid (eg due to spec change) (#18197) | ||||
* | fix #18178, set a CI timeout for github action pipelines instead of the 6 ↵ | Timothee Cour | 2021-06-05 | 2 | -0/+2 |
| | | | | hour default (#18179) | ||||
* | up to 20x faster jsonutils deserialization (#18183) | Timothee Cour | 2021-06-05 | 1 | -6/+6 |
| | | | | | * up to 20x faster jsonutils deserialization * noinline | ||||
* | rst: remove `roSkipPounds` option (#18175) | Andrey Makarov | 2021-06-05 | 1 | -24/+4 |
| | |||||
* | add `dom.scrollIntoView` with options; refs #18093 (#18181) | Rainbow Asteroids | 2021-06-05 | 2 | -0/+8 |
| | |||||
* | macros.treeRepr + friends: collapse SymChoice (#18072) | Timothee Cour | 2021-06-05 | 4 | -50/+158 |
| | | | | | | | * macros.treeRepr + friends: collapse SymChoice * make repr+friends work with invalid symchoice nodes * address comment | ||||
* | Ref #18177 - lbgc.so.5.0 on OpenBSD 6.9 (#18180) | Euan | 2021-06-04 | 1 | -1/+1 |
| | |||||
* | fix #7295: use move(result) inside template to avoid copy with --gc:refc ↵ | Timothee Cour | 2021-06-04 | 1 | -10/+10 |
| | | | | (#18168) | ||||
* | workaround bug in sharedtables.withValue to unblock frozen CI on OSX (#18172) | flywind | 2021-06-04 | 1 | -0/+4 |
| | |||||
* | real bugfix for #17170 (#18171) | Andreas Rumpf | 2021-06-04 | 2 | -4/+8 |
| | | | | | * real bugfix for #17170 * better fix | ||||
* | follow-up #18013 - inline syntax highlighting (#18166) | Andrey Makarov | 2021-06-04 | 20 | -164/+183 |
| | |||||
* | simplify extccomp.nim json logic via jsonutils; fix #18084 (#18100) | Timothee Cour | 2021-06-03 | 4 | -190/+99 |
| | | | | | | * simplify extccomp.nim json logic via jsonutils * fix #18084 * simplify further * workaround for bootstrap that can be removed after updating csources_v1 >= 1.2 | ||||
* | changelog for --unitsep (#18167) | Timothee Cour | 2021-06-03 | 1 | -3/+3 |
| | |||||
* | fixes #18112 (#18165) | Andreas Rumpf | 2021-06-03 | 1 | -2/+4 |
| | |||||
* | fixes #18058 (#18162) | Andreas Rumpf | 2021-06-03 | 6 | -12/+13 |
| | |||||
* | Revert "add missing import to asynchttpserver's example" (#18164) | flywind | 2021-06-03 | 1 | -1/+1 |
| | | | This reverts commit 7ef364a402d3d827f10c893280f8dc7b9ef056f5. | ||||
* | clarify what a 'monotonic' timestamp is (#18163) | Andreas Rumpf | 2021-06-03 | 1 | -3/+2 |
| | |||||
* | add missing import to asynchttpserver's example | narimiran | 2021-06-03 | 1 | -1/+1 |
| | |||||
* | Improve db_postgres iterators (#18144) | Artem Klevtsov | 2021-06-03 | 1 | -62/+117 |
| | | | | | | | | | | | | | | | * Fix pqSetSingleRowMode case. Add links to the docs * Add missing PGContextVisibility enum * Remove unused PGContextVisibility enum * Improve db_postgres iterators * Fix instantRows with DbColumns. Cosmetics. * Reduce copy&paste in db_postgres * Move pqclear inside loop | ||||
* | reuse algorithm.fill while building SkipTable (#18138) | n5m | 2021-06-03 | 1 | -12/+2 |
| | | | | | | | | | * reuse algorithm.fill while building SkipTable * Update lib/pure/strutils.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | added lib/deps.txt | Araq | 2021-06-03 | 1 | -0/+14 |
| | |||||
* | added float32 schubfach algorithm; wip (#18155) | Andreas Rumpf | 2021-06-03 | 5 | -1/+478 |
| | | | | | * added float32 schubfach algorithm; wip * fixes #18418 | ||||
* | Ref #17697 improve withValue docs (#18154) | flywind | 2021-06-03 | 1 | -31/+50 |
| | | | | | * Ref #17697 improve withValue docs * address comments | ||||
* | [std/tables] remove unnecessary `do: ` (#18160) | flywind | 2021-06-02 | 1 | -10/+16 |
| | |||||
* | [std/hashcommon]improve docs a bit (#18153) | flywind | 2021-06-02 | 1 | -3/+3 |
| | | | | * reduce duplicated deprecated messages | ||||
* | fix #16993, #18054, #17835 runnableExamples now works with templates and ↵ | Timothee Cour | 2021-06-02 | 8 | -46/+108 |
| | | | | nested templates (#18082) | ||||
* | add string-string tests for find and rfind (#18137) | n5m | 2021-06-02 | 1 | -3/+98 |
| | | | | | | | * add string-string tests for find and rfind * remove duplicate test cases * remove more redundant test cases |