| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
Update syncio.nim
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes #20856; store defaults directly
* fixes
* fixes
* check
* fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* test azure
* use exit 1
* try again
* use useSysAssert
* disable i386
* use refc for tlsEmulation on i386
* use refc
* disable i386
Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
| |
* rename `std/threads` to `std/oldthreads`
* fixes tests
* rename to `typedthreads`
* changelog
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix =#13790 ptr char (+friends) should not implicitly convert to cstring
* Apply suggestions from code review
* first round; compiles on windows
* nimPreviewSlimSystem
* conversion is unsafe, cast needed
* fixes more tests
* fixes asyncnet
* another try another error
* last one
* true
* one more
* why bugs didn't show at once
* add `nimPreviewCstringConversion` switch
* typo
* fixes ptr to cstring warnings[backport]
* add fixes
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
|
|
|
|
|
| |
* fixes an ARC bug
* add a testcase
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes object default fields bugs and add tests
* Update compiler/semmagic.nim
* Update compiler/sem.nim
* Update compiler/sem.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
|
|
|
|
|
|
|
|
|
|
|
| |
* Add flushThreshold to std/logging loggers
* Remove duplicate field
* Add -d:nimFlushAllLogs for changing default flush behavior globally
* Add changelog entry for log flushing change
* Flush all log levels by default in Nim v2
|
|
|
|
|
| |
* fixes #20836; fixes `unsafeNew`
* fixes #20833
|
| |
|
| |
|
|
|
|
|
| |
fixes flasky CI with channels
channels doesn't seem to work well with arc/orc
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fix #3505 wrong var {.global.} initialization, asign variable to it
* fix #5132 as well
* follow suggestions
* handle all call kinds
* Update tests/global/t3505.nim
* Update compiler/semstmts.nim
* Update compiler/semstmts.nim
* Update compiler/semstmts.nim
* follow suggestion
* Update compiler/semstmts.nim
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
|
|
|
|
|
|
|
| |
* Revert "fixes #20699; generate an empty struct for void type (#20790)"
This reverts commit 8fcb9380f076e55bde29e365d395bd0603fc6229.
* better fix [backport]
|
|
|
| |
[minor] documentation improvament
|
|
|
| |
ignores directories such as nimcache19994
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* issue a warning for ptr to cstring conversion[backport]
* add a changelog
|
| |
|
| |
|
|
|
| |
Co-authored-by: xflywind <43030857+xflywind@users.noreply.github.com>
|
|
|
|
|
| |
[backport] (#20758)
revert https://github.com/nim-lang/Nim/pull/19891
|
|
|
| |
follow up https://github.com/flyx/NimYAML/commit/7dd8e88639b86f43d0a76f7c3763234c68741026
|
|
|
|
|
|
|
|
|
|
|
|
| |
* [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk
Instead of running into trouble of the `.strVal` access failing, it's
better to error at CT.
* [tests] remove unnecessary import in test case
* improve ident extraction & extend test cases
* [tests] improve tests for `capture` of different types & act. check
|
|
|
| |
refactor strongSpaceB
|
|
|
|
|
| |
* add `taskpools` to important packages
* Update testament/important_packages.nim
|
|
|
| |
ref https://github.com/status-im/nim-stew/pull/148
|
|
|
|
|
| |
* add acyclic pragmas to FlowVar
* add testcases
|
| |
|
| |
|
|
|
|
|
| |
* fixes #20699; generate an empty struct for void type
* Add docs and test case.
|
| |
|
|
|
|
|
|
|
|
|
| |
* fixes documentation regression and a bit clean up
follow up https://github.com/nim-lang/Nim/pull/20371
* Apply suggestions from code review
* Apply suggestions from code review
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* remove name field for ARC
* mistake
* improvement
* better
* typo
* fixes a pre-existing bug
|
| |
|
|
|
|
|
| |
* Use same defaults as JS for fetch options
* Add changelog entry
|
| |
|
|
|
|
|
|
| |
nicer names (#20789)
Co-authored-by: Araq <rumpf_a@web.de>
|
|
|
|
|
|
|
|
| |
faster with threads) (#20781)
* WIP: fast 'of' operator based on the literature
* implement display based subtype checking
Co-authored-by: Araq <rumpf_a@web.de>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* fixes #20746; remove string copies for ORC booted compiler
* add a test case
* use `cursor` thanks to @beef331
* for old compilers
* change file extension
* change test cases
|
| |
|