Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | std/hashes: hash(ref|ptr|pointer) + other improvements (#17731) | Timothee Cour | 2021-04-16 | 1 | -0/+4 |
| | |||||
* | iterable[T] (#17196) | Timothee Cour | 2021-04-11 | 1 | -0/+6 |
| | | | | | | | | * fix failing test toSeq in manual which now works * changelog * reject proc fn(a: iterable) * add iterable to spec * remove MCS/UFCS limitation that now works | ||||
* | fix #16693: testament spec nimout too lax (#16698) | flywind | 2021-04-04 | 1 | -10/+23 |
| | | | Co-authored-by: Timothee Cour <timothee.cour2@gmail.com> | ||||
* | fix #17159 items(cstring) works in VM (#17160) | Timothee Cour | 2021-02-24 | 1 | -0/+24 |
| | | | | | | | | | * fix #17159 items(cstring) works in VM * improve test coverage tests/stdlib/tcstring.nim; add helpers: whenRuntimeJs, whenVMorJs * document items(cstring) * address comments | ||||
* | remove .github/workflows/ci_ssl.yml; instead run via trunner_thirdparty (#16221) | Timothee Cour | 2021-02-02 | 1 | -0/+8 |
| | |||||
* | nimout now consistently uses nimoutCheck (#16189) | Timothee Cour | 2020-12-01 | 1 | -0/+11 |
| | |||||
* | fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding ↵ | Timothee Cour | 2020-05-13 | 1 | -0/+25 |
service ports everywhere + flakyAssert (#14327) * hotfix #14320 tasyncawait.nim is recently very flaky * fix #14327 * add flakyAssert |