Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | followup custom literals (#17500) | Timothee Cour | 2021-03-27 | 7 | -33/+94 |
| | |||||
* | close #5792 with testcase (#17536) | flywind | 2021-03-27 | 1 | -0/+17 |
| | |||||
* | close #7012 add testcase (#17537) | flywind | 2021-03-27 | 1 | -0/+7 |
| | |||||
* | IC: bugfix (#17533) | Andreas Rumpf | 2021-03-27 | 2 | -6/+7 |
| | | | | * cleanups * IC: bugfix | ||||
* | Update security policy (#17522) | Federico Ceratto | 2021-03-27 | 1 | -4/+7 |
| | | | | | | | | | | * Update security policy * Update security.md Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Dominik Picheta <dominikpicheta@googlemail.com> | ||||
* | nnkArglist => nnkArgList + special case stylecheck:error (#17529) | Timothee Cour | 2021-03-27 | 10 | -15/+17 |
| | | | | | * nnkArglist => nnkArgList * special case stylecheck:error | ||||
* | fix flaky tnetconnect which sometimes failed with: No route to host ↵ | Timothee Cour | 2021-03-27 | 1 | -2/+3 |
| | | | | [OSError] (#17526) | ||||
* | close #17157 add testcase (#17531) | flywind | 2021-03-27 | 1 | -0/+6 |
| | |||||
* | cleaned up the internal documentation (#17524) | Andreas Rumpf | 2021-03-26 | 3 | -440/+193 |
| | |||||
* | disable package 'chronicles' until 'chronos' is fixed | narimiran | 2021-03-26 | 1 | -1/+1 |
| | |||||
* | Fix #17199 (#17348) | Clyybber | 2021-03-26 | 3 | -18/+63 |
| | | | | | | | | | | | | | | | | | | | | | | * don't zero out in a move in the VM * Add testcases for #17199 * Update tests/arc/tarcmisc.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Update tests/vm/tissues.nim Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> * Fix test failures * Fix test * Fix tests Co-authored-by: Andreas Rumpf <rumpf_a@web.de> Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | added a 'koch ic' command for easier adhoc testing of IC (#17508) | Andreas Rumpf | 2021-03-26 | 8 | -14/+96 |
| | | | | | | * added a 'koch ic' command for easier adhoc testing of IC * IC: progress * IC: enable generics test * make tests green | ||||
* | testament: remove unused tfile,tline,tcolumn (#17515) | Timothee Cour | 2021-03-26 | 2 | -36/+2 |
| | |||||
* | close #15696 (#17518) | flywind | 2021-03-25 | 1 | -0/+25 |
| | |||||
* | lent support for tables (#17505) | flywind | 2021-03-25 | 1 | -9/+9 |
| | |||||
* | re-enable fidget (#17229) | flywind | 2021-03-25 | 1 | -1/+2 |
| | |||||
* | fix RST parsing after option lists (#17442) | Andrey Makarov | 2021-03-25 | 2 | -1/+121 |
| | |||||
* | ref https://github.com/nim-lang/Nim/pull/17333 (#17495) | flywind | 2021-03-25 | 1 | -1/+2 |
| | |||||
* | remove unnecessary check (#17502) | flywind | 2021-03-25 | 1 | -2/+0 |
| | |||||
* | custom integer literals bugfixes (#17499) | Andreas Rumpf | 2021-03-24 | 4 | -6/+14 |
| | | | | | * custom integer literals bugfixes * make nimsuggest compile again | ||||
* | custom integer literals (#17489) | Andreas Rumpf | 2021-03-24 | 12 | -221/+412 |
| | | | | | | | * user defined integer literals; refs #17020 * updated renderer.nim * use mlexerutils helper * imported all test cases from https://github.com/nim-lang/Nim/pull/17020 * final grammar updated | ||||
* | potential fix for semgeneric formal params (#17494) | Saem Ghani | 2021-03-24 | 3 | -2/+8 |
| | | | | marked locations where analysis of return formal param is done prior to args. This might fix some subtle bugs. | ||||
* | fix #17260 render `\` properly in nim doc, rst2html (#17315) | Timothee Cour | 2021-03-24 | 4 | -10/+39 |
| | |||||
* | fix #17325 linux 32bit CI; fix #17085 flaky test (#17469) | Timothee Cour | 2021-03-24 | 4 | -10/+22 |
| | |||||
* | make unary minus part of number literals, refs #17020 (#17488) | Andreas Rumpf | 2021-03-24 | 5 | -39/+173 |
| | | | | * make unary minus part of number literals, refs #17020 * fixes regression | ||||
* | [isolation]fix empty ref object bug (#17471) | flywind | 2021-03-24 | 2 | -2/+14 |
| | | | | | | | | | | | | | * fix nim js cmp fails at CT * [Minor]fix empty ref object for isolation * Update compiler/isolation_check.nim * Update compiler/isolation_check.nim Co-authored-by: Clyybber <darkmine956@gmail.com> Co-authored-by: Clyybber <darkmine956@gmail.com> | ||||
* | follow up #17486 (#17492) | flywind | 2021-03-24 | 1 | -0/+45 |
| | | | | | | | | | * fix nim js cmp fails at CT * follow up #17486 * test more branches * better | ||||
* | fix #17490 (#17491) | flywind | 2021-03-24 | 2 | -4/+21 |
| | |||||
* | closes #17085; boehm has problems with large allocations, that is expected ↵ | Andreas Rumpf | 2021-03-24 | 1 | -1/+1 |
| | | | | and we don't care (#17487) | ||||
* | fixes #16076 (#17486) | Andreas Rumpf | 2021-03-23 | 1 | -1/+2 |
| | |||||
* | followup #16182 (#17472) | flywind | 2021-03-23 | 1 | -3/+3 |
| | | | | | * fix nim js cmp fails at CT * followup #16182 | ||||
* | update nimgrep documentation (#17415) | Andrey Makarov | 2021-03-23 | 3 | -124/+157 |
| | | | | | | | * update nimgrep documentation * Update doc/nimgrep_cmdline.txt Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Fixes #17450 (#17477) | Clyybber | 2021-03-23 | 3 | -1/+27 |
| | | | | | * Fixes #17450 * Add missing test output | ||||
* | Revert "Fixes #17450 (#17474)" (#17476) | Clyybber | 2021-03-23 | 3 | -27/+1 |
| | | | This reverts commit 5f0c52048970cb7449937bd19191638c9e9f0c8f. | ||||
* | Fixes #17450 (#17474) | Clyybber | 2021-03-23 | 3 | -1/+27 |
| | | | | | * Fixes #17450 * Add missing test output | ||||
* | remove {.compileTime.} for procs with NimNode: redundant because of ↵ | Timothee Cour | 2021-03-23 | 6 | -112/+106 |
| | | | | tfTriggersCompileTime (#17463) | ||||
* | add algorithm.merge (#16182) | flywind | 2021-03-23 | 3 | -1/+255 |
| | | | | | | | | | * add merge to algorithm * Apply suggestions from code review * Update lib/pure/algorithm.nim * Apply suggestions from code review * Update changelog.md Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com> | ||||
* | fix #16973 ; nim doc now shows correct, canonical import name in title (#16999) | Timothee Cour | 2021-03-23 | 3 | -20/+38 |
| | | | | * nim doc now shows correct import name in title | ||||
* | IC: backend: remember produced type information (#17440) | Andreas Rumpf | 2021-03-23 | 9 | -42/+93 |
| | |||||
* | fix #17458 tnetconnect.nim flaky (#17459) | Timothee Cour | 2021-03-23 | 1 | -12/+16 |
| | | | | | * fix tests * fix #17458 | ||||
* | refs #17292 fix `repr` with `do:` (#17449) | Timothee Cour | 2021-03-23 | 2 | -3/+90 |
| | | | | | * refs #17292 fix `repr` with `do:` * address comment | ||||
* | fix #17454 (#17461) | Timothee Cour | 2021-03-23 | 2 | -12/+13 |
| | |||||
* | refs #16338 make thttpclient_ssl_remotenetwork.nim less flaky (#17457) | Timothee Cour | 2021-03-23 | 1 | -3/+14 |
| | |||||
* | remove redundant void return in stdlib (#17464) | Timothee Cour | 2021-03-23 | 7 | -12/+11 |
| | |||||
* | hint:cc goes to stderr (like all other hints) instead of stdout (#17465) | Timothee Cour | 2021-03-22 | 2 | -8/+8 |
| | | | Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com> | ||||
* | semTemplateDef and t17433 clean-ups (#17448) | Saem Ghani | 2021-03-22 | 4 | -42/+44 |
| | | | | | - use `doAssert` in t17433 - use setGenericParamsMisc in semTemplateDef akin to semProcAux - pragma handling in semTemplateDef inline with semProcAux | ||||
* | close #11330 sets uses optimized countSetBits (#17334) | flywind | 2021-03-22 | 4 | -85/+98 |
| | | | | | | | * Update lib/pure/bitops.nim * Update lib/system/sets.nim * Apply suggestions from code review Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | Fixes #17433; gensym callDef return in templ body (#17445) | Saem Ghani | 2021-03-22 | 2 | -1/+17 |
| | |||||
* | added more modules to docs lib (#17430) | AFaurholt | 2021-03-21 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added more modules * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * listed alphabetically + link to json module * Added suggestion #17430 Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | prevent bitmasks double included in mmdist if -d:nimArcDebug added (#17436) | Derek 呆 | 2021-03-21 | 1 | -1/+2 |
| |