summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes #22552 (#23014)Andreas Rumpf2023-12-026-10/+84
* related #22534; fixes documentation rendering of custom number literal routin...Erich Reitz2023-12-011-11/+12
* fixes #22852; real bugfix is tied to bug #22672 (#23013)Andreas Rumpf2023-11-301-1/+4
* fixes #23001; give a better warning for PtrToCstringConv (#23005)ringabout2023-11-301-1/+1
* fixes #23006; newSeqUninit -> CT Error; imitate `newStringUninit` (#23007)ringabout2023-11-301-1/+4
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-3015-24/+42
* Fix endsInNoReturn for case statements (#23009)SirOlaf2023-11-303-14/+64
* table.`mgetOrPut` without default val (#22994)inv20042023-11-303-4/+81
* Silence several Hint[Performance] warnings (#23003)c-blake2023-11-294-6/+5
* fixes #22926; Different type inferred when setting a default value for an arr...ringabout2023-11-293-6/+36
* fixes #22996; `typeAllowedCheck` for default fields (#22998)ringabout2023-11-293-2/+15
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-2828-197/+555
* Don't try and get enum value if its invalid (#22997)Jake Leahy2023-11-282-3/+12
* Register declaration of enum field has a use (#22990)Jake Leahy2023-11-272-0/+16
* fix: std/marshal unmarshaling of ref objects (#22983)John Viega2023-11-262-2/+43
* remove unnecessary side-effects from base64.encode(mime) (#22986)tersec2023-11-252-12/+8
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-2513-41/+84
* nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)Nikolay Nikolov2023-11-243-0/+42
* build nimble with ORC and bump nimble version (#22978)ringabout2023-11-241-2/+2
* progress: 'm' command line switch (#22976)Andreas Rumpf2023-11-223-2/+9
* fixes #22971; `inferGenericTypes` does not work with method call syntax (#22972)Pylgos2023-11-222-3/+25
* closes #12464; adds a test case (#22967)ringabout2023-11-201-0/+13
* Don't provide suggestions for enum fields (#22959)Jake Leahy2023-11-202-0/+20
* IC: progress and refactorings (#22961)Andreas Rumpf2023-11-2045-360/+456
* fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...ringabout2023-11-193-16/+26
* fixes #22913; fixes #12985 differently push-ing pragma exportc genera… (#22...ringabout2023-11-193-1/+46
* enable nimwc testing (#22960)ringabout2023-11-191-1/+1
* Introduced version 4 of the NimSuggest protocol. The InlayHints feature made ...Nikolay Nikolov2023-11-181-2/+8
* let `InotifyEvent` type `sizeof`-able (#22958)Derek2023-11-181-1/+2
* fixes #22947; static integers in quote do [backport] (#22948)ringabout2023-11-182-1/+14
* Fix OSError `errorCode` field is not assigned a value (#22954)握猫猫2023-11-176-54/+54
* 'j' format specifier docs (#22928)Angel Ezquerra2023-11-172-5/+11
* Minor documentation change (#22951)Marko Schütz-Schmuck2023-11-171-3/+2
* doc: update manual_experimental.md (#22949)Ikko Eltociear Ashimine2023-11-161-1/+1
* nimsuggest: Instead of checking for protocol version 3 exactly, check for ver...Nikolay Nikolov2023-11-152-5/+5
* Added new command line option `--info:X` to nimsuggest for obtaining informat...Nikolay Nikolov2023-11-151-0/+14
* minor fixes for changelog (#22938)ringabout2023-11-141-1/+1
* fixes #22932; treats closure iterators as pointers (#22934)ringabout2023-11-142-3/+9
* Add strformat support for Complex numbers (#22924)Angel Ezquerra2023-11-101-1/+36
* Fix using `--stdout` with `jsondoc` (#22925)Jake Leahy2023-11-092-1/+3
* IC: use better packed line information format (#22917)Andreas Rumpf2023-11-077-147/+135
* Inlay hints for types of consts (#22916)Nikolay Nikolov2023-11-074-6/+20
* fixes #22673; Cannot prove that result is initialized for a placehold… (#22...ringabout2023-11-063-2/+24
* NIR: C codegen additions (#22914)Andreas Rumpf2023-11-063-58/+121
* reserve `sysFatal` for `Defect` (#22158)Jacek Sieka2023-11-064-18/+15
* NIR: C codegen, WIP (#22903)Andreas Rumpf2023-11-0510-92/+1072
* fixes #22898; fix #22883 differently (#22900)ringabout2023-11-054-4/+10
* Add missing std prefix (#22910)Solitude2023-11-041-1/+1
* fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904)ringabout2023-11-041-1/+4
* Inlay hints support (#22896)Nikolay Nikolov2023-11-046-44/+149