summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #22065; do not search path for relative imports (#22073)ringabout2023-06-133-1/+13
* strictly typecheck expressions in bracketed `emit` (#22074)metagn2023-06-134-1/+15
* fixes #22058; invalid free with {.noSideEffect.} in template (#22088)ringabout2023-06-132-20/+35
* clean up nimfix leftover (#22087)ringabout2023-06-131-3/+0
* change it to the latest branch instead of head (#22086)ringabout2023-06-131-1/+1
* fix atlas nightlies regresion; fixes the hash value (#22080)ringabout2023-06-121-3/+5
* fix dot calls with resolved symbols in templates (#22076)metagn2023-06-126-25/+57
* make binary `not` not parse complex expressions on right side (#22078)metagn2023-06-123-7/+25
* more test cases for generic object impl AST (#22077)metagn2023-06-112-21/+49
* make borrow `.` work with aliases if not overriden (#22072)metagn2023-06-112-4/+18
* build atlas documentation (#22071)ringabout2023-06-111-1/+7
* Atlas: now in its own repository (#22066)Andreas Rumpf2023-06-1033-3010/+15
* avoid `AnyEnumConv` warning in `genEnumCaseStmt` (#22061)Etan Kissling2023-06-101-10/+11
* `BackwardsIndex` overload for `CacheSeq.[]` (#22043)Jake Leahy2023-06-102-0/+14
* Remove Deprecated Nimfix (#22062)Juan Carlos2023-06-1017-288/+25
* atlas: SAT based package solver, WIP (#22027)Andreas Rumpf2023-06-096-101/+857
* add const RLIMIT_STACK (#21772)Qinsi (James) ZHU2023-06-094-0/+27
* Update browsers.nim, fix openDefaultBrowser()'s bug (#22052)litlighilit2023-06-091-5/+10
* make `move` use `=wasMoved` internally (#22032)ringabout2023-06-095-11/+50
* clean up isNilConversion for seqs, strings (#22057)ringabout2023-06-091-7/+1
* Add nested `with` to changelog (#22053)awr12023-06-091-0/+1
* fixes stale bot (#22056)ringabout2023-06-091-0/+1
* fixes typos in the constructor docs (#22035)Juan M Gómez2023-06-091-3/+3
* Remove debug echo from with (#22047)Antonis Geralis2023-06-081-1/+0
* Fix: don't track Defect in proc effect compatibility (#22037)Tanguy2023-06-082-1/+19
* allow addressing elements of openArray[char] in VM (#22045)ringabout2023-06-082-0/+16
* Fix indentation in destructors.md (#22048)Antonis Geralis2023-06-081-1/+1
* fixes {.global.} ref typedesc regressions (#22046)ringabout2023-06-082-5/+8
* Nested `with` blocks (#22042)awr12023-06-083-6/+40
* fixes overriden typo (#22044)ringabout2023-06-0810-34/+34
* fixes #19086: Document exception and defect hierarchy (#22030)Raynei2023-06-081-0/+32
* Improve compiler messages (#22040)Juan Carlos2023-06-081-1/+1
* adds `rkInt` to the `opcCastPtrToInt` op (#22039)Juan M Gómez2023-06-081-0/+2
* fixes #21995: align C++ with C backend behavior for empty raise state… (#21...heterodoxic2023-06-072-5/+10
* fixes #21989; lift `=dup` from a custom `=copy` for objects to keep backward ...ringabout2023-06-071-1/+10
* switch to the official chronicles URL (#22033)ringabout2023-06-071-1/+1
* retain forced open undeclared ident information (#22019)metagn2023-06-073-5/+21
* fixes stale workflows; stale issues defaults to -1 instead of 7 days (#22031)ringabout2023-06-071-0/+1
* Improve compiler messages (#22028)Juan Carlos2023-06-071-3/+2
* add test case to close #7974 (#22023)metagn2023-06-061-0/+55
* make runnableExamples a special word (#22024)metagn2023-06-064-7/+7
* fixes #22025 vcc fails with The filename or extension is too long. when linki...Juan M Gómez2023-06-061-0/+5
* documents constructor (#22013)Juan M Gómez2023-06-061-0/+58
* small fixes for atomicArc (#22017)ringabout2023-06-067-12/+12
* close #12852; add a test case (#22016)ringabout2023-06-061-0/+55
* some test cleanups & category reorganization (#22010)metagn2023-06-06134-374/+189
* post expr blocks colon fix + correct grammar (#21983)metagn2023-06-068-29/+46
* properly disallow unresolved generic proc values (#22005)metagn2023-06-053-10/+15
* add test case for #7839 (#22006)Bung2023-06-051-0/+9
* infer error for `=dup` if there is a custom `=copy` error hook (#22004)ringabout2023-06-052-3/+12