Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #18411 (#18432) [backport:1.4] | Andreas Rumpf | 2021-07-05 | 1 | -3/+1 |
| | |||||
* | std/net: show addr+port on address already in use error; code-block => ↵ | Timothee Cour | 2021-07-05 | 1 | -43/+37 |
| | | | | | | | runnableExamples (#18428) * std/net: show addr+port on address already in use error; code-block => runnableExamples * var=>let | ||||
* | Add lent annotation to avoid extra copies in sample (#18404) | Antonis Geralis | 2021-07-02 | 1 | -1/+1 |
| | | | | | | | * Add lent annotation to avoid extra copies in sample * Remove lent * Update random.nim | ||||
* | [minor]remove unnecessary stringify (#18419) | flywind | 2021-07-02 | 1 | -4/+4 |
| | |||||
* | fixes #18030 (#18415) | Andreas Rumpf | 2021-07-01 | 2 | -1/+31 |
| | |||||
* | don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous ↵ | Timothee Cour | 2021-07-01 | 3 | -10/+13 |
| | | | | identifier` nimrtl error (#18406) | ||||
* | fixes #18130 (#18407) | Andreas Rumpf | 2021-07-01 | 2 | -17/+72 |
| | |||||
* | Removed hard coded ports from thttpclient_standalone.nim. (#18374) | Mark Pointing | 2021-06-30 | 1 | -23/+26 |
| | | | | | | Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> Co-authored-by: Mark Pointing <mark@futurepoint.com.au> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | Missing spaces when compiling testament and nim_dbg. (#18403) | Endeg | 2021-06-30 | 2 | -4/+4 |
| | |||||
* | fixes #18400 (#18402) | Andreas Rumpf | 2021-06-30 | 2 | -1/+7 |
| | |||||
* | genDepend: fix for module names that are reserved DOT keywords (#18392) | Ștefan Talpalaru | 2021-06-30 | 1 | -1/+1 |
| | | | (like "node" and "edge") | ||||
* | remove isKeywordIgnoreCase from highlite, not used , can't even compile with ↵ | Bung | 2021-06-30 | 1 | -3/+0 |
| | | | | -d:useNimRtl (#18399) | ||||
* | improvements to hint:processing: show import stack, distinguish nims, show ↵ | Timothee Cour | 2021-06-30 | 8 | -19/+29 |
| | | | | | | | | includes etc (#18372) * improvements to hint:processing * fix tests; do not show hintProcessing for nimscript unless given -d:nimHintProcessingNims * fix trunner and avoid need for -d:nimHintProcessingNims * fix some tests | ||||
* | Add commas to docs for clarity (#18398) | Elliot Waite | 2021-06-29 | 2 | -3/+3 |
| | |||||
* | typo: enmRange => enumElementsAsSet (#18394) | Timothee Cour | 2021-06-29 | 1 | -2/+2 |
| | |||||
* | fixes #16270 (#18388) | Andreas Rumpf | 2021-06-29 | 3 | -3/+10 |
| | |||||
* | simplify rdstdin (#18382) | Timothee Cour | 2021-06-28 | 1 | -10/+4 |
| | |||||
* | Fix unused warning for $ on empty object (#18381) | Clyybber | 2021-06-28 | 1 | -1/+1 |
| | |||||
* | Cleanup lookups.nim again.. (#18379) | Clyybber | 2021-06-28 | 1 | -4/+4 |
| | |||||
* | Fix #16426 (#18377) | Clyybber | 2021-06-28 | 2 | -5/+23 |
| | |||||
* | `./koch tools` now builds bin/nim_dbg, a debug version of nim (#18289) | Timothee Cour | 2021-06-28 | 2 | -4/+11 |
| | |||||
* | fixes #18319 (#18375) | Andreas Rumpf | 2021-06-28 | 1 | -2/+12 |
| | |||||
* | Simplify addInt, remove digits10 (#18356) | Clyybber | 2021-06-28 | 4 | -68/+27 |
| | | | | | | | | | | | | | * Simplify addInt, remove digits10 Co-authored-by: Charles Blake <charlechaud@gmail.com> * Fix bootstrapping * Add noInit to tmp array * noInit -> noinit Co-authored-by: Charles Blake <charlechaud@gmail.com> | ||||
* | Peg captures get stack-like behavior (#18369) | gemath | 2021-06-28 | 3 | -34/+94 |
| | | | | | * Implements reverse capture indexing. * Now works for modified backrefs too. * Changed reverse indexing syntax prefix for back-references to '$^'. | ||||
* | Switch IRC links to Libera Chat (#18370) | Federico Ceratto | 2021-06-27 | 2 | -3/+3 |
| | |||||
* | Switch packaging.rst to use makefile | Federico Ceratto | 2021-06-27 | 1 | -3/+4 |
| | | | Minor cleanup | ||||
* | followup #18362: make `UnusedImport` work robustly (#18366) | Timothee Cour | 2021-06-27 | 14 | -25/+186 |
| | | | | * warnDuplicateModuleImport => hintDuplicateModuleImport * improve DuplicateModuleImport msg, add test | ||||
* | rst: fix bug 20 from #17340 (#18360) | Andrey Makarov | 2021-06-26 | 2 | -1/+50 |
| | | | and a leftover bug: priority of option list inside definition list | ||||
* | even lighter version of #17938: fix most issues with UnusedImport, ↵ | Timothee Cour | 2021-06-26 | 13 | -60/+155 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XDeclaredButNotUsed, etc; fix #17511, #17510, #14246 (without realModule) (#18362) * {.used: symbol} * add tests * fix tests with --import * --import works without giving spurious unused warnings * new warning warnDuplicateModuleImport for `import foo; import foo` * fix test, add resolveModuleAlias, use proper line info for module aliases * fix spurious warnings * fix deprecation msg for deprecated modules even with `import foo as bar` * disable a test for i386 pending sorting XDeclaredButNotUsed errors * UnusedImport now works with re-exported symbols * fix typo [skip ci] * ic support * add genPNode to allow writing PNode-based compiler code similarly to `genAst` * fix DuplicateModuleImport warning * adjust test * fixup * fixup * fixup * fix after rebase * fix for IC * keep the proc inline, move the const out * [skip ci] fix changelog * experiment: remove calls to resolveModuleAlias * followup * fixup * fix tests/modules/tselfimport.nim * workaround tests/deprecated/tmodule1.nim * fix properly * simplify | ||||
* | ensure 'koch boot --gc:orc' stays green (#18353) | Andreas Rumpf | 2021-06-25 | 1 | -0/+5 |
| | | | | | * ensure 'koch boot --gc:orc' stays green * disable for C++ code generator for now | ||||
* | Add sink annotation to option some() (#18358) | tomc1998 | 2021-06-25 | 1 | -2/+2 |
| | |||||
* | docs now show nimExperimentalX APIs (#18345) | Timothee Cour | 2021-06-25 | 4 | -8/+12 |
| | | | | | * docs now show nimExperimentalX APIs * fix for windows | ||||
* | fixes #18240 (#18354) | Andreas Rumpf | 2021-06-25 | 2 | -12/+57 |
| | | | | | * ORC: track escaping parameters properly * fixes #18240 | ||||
* | fixes #18287 (#18346) | Andreas Rumpf | 2021-06-25 | 2 | -25/+74 |
| | |||||
* | couple tiny typo fixes (#18344) | Smooth Operator | 2021-06-24 | 1 | -2/+2 |
| | |||||
* | float parsing: Add test for a fixed issue (#18232) | Kaushal Modi | 2021-06-24 | 1 | -11/+18 |
| | | | | | Fixes https://github.com/nim-lang/Nim/issues/14407 . This issue was fixed by https://github.com/nim-lang/Nim/pull/18139. | ||||
* | fixes #18320 (#18343) | Andreas Rumpf | 2021-06-24 | 2 | -4/+6 |
| | | | | | * TSymFlag has 47 flags already * fixes #18320 | ||||
* | enable VM tracing in user code via `{.define(nimVmTrace).}` (#18244) | Timothee Cour | 2021-06-24 | 6 | -2/+53 |
| | | | | | | | * enable VM tracing in user code via `{.define(nimVmTrace).}` * add vmutils.vmTrace * add vmTrace | ||||
* | rst: allow comment to continue on second line (#18338) | Andrey Makarov | 2021-06-24 | 2 | -18/+76 |
| | |||||
* | fix #18334: handle path with spaces on windows during bootstrap (#18337) | Timothee Cour | 2021-06-24 | 2 | -13/+16 |
| | |||||
* | fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336) | Timothee Cour | 2021-06-24 | 2 | -15/+19 |
| | |||||
* | fixes #18326 (#18335) | Andreas Rumpf | 2021-06-23 | 2 | -4/+9 |
| | | | | | * fixes #18326 * make tests green again | ||||
* | [std/times]getTime now uses high resolution API on windows (#17901) | flywind | 2021-06-23 | 2 | -2/+6 |
| | |||||
* | Add some tests (#18333) | Antonis Geralis | 2021-06-23 | 1 | -2/+70 |
| | |||||
* | OS.nim: style changes (#18331) | Andreas Rumpf | 2021-06-23 | 1 | -30/+28 |
| | |||||
* | Markdown: allow to end URL with balanced parenthesis (#18321) | Andrey Makarov | 2021-06-23 | 2 | -2/+75 |
| | | | | | | | | | | | | | * Markdown: allow to end URL with balanced parenthesis * Update lib/packages/docutils/rst.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * apply suggestion * remove unnecessary if Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | followup #18318: simplify `dollarImpl` and add a test (#18330) | Timothee Cour | 2021-06-22 | 2 | -7/+23 |
| | |||||
* | merge similar procs regarding digits (#18318) | flywind | 2021-06-22 | 5 | -135/+107 |
| | |||||
* | fix #18327 (#18328) | flywind | 2021-06-22 | 2 | -1/+6 |
| | |||||
* | readAsText supports both Blob and File (fixes #18187) (#18189) | mantielero | 2021-06-21 | 1 | -2/+2 |
| |