summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fixes #22902; borrow from proc return type mismatch (#22908)ringabout2023-11-043-2/+11
* adds C++ features to change log (#22906)Juan M Gómez2023-11-031-0/+3
* fixes #22866; fixes #19998; ensure destruction for Object construction with c...ringabout2023-11-023-11/+19
* Fix `IndexDefect` errors in httpclient on invalid/weird headers (#22886)Yardanico2023-11-012-11/+26
* fixes #22883; replace `default(typeof(` with `reset`; suppress `Unsaf… (#22...ringabout2023-11-014-7/+11
* so close... (#22885)Andreas Rumpf2023-10-317-159/+255
* minor fixes for node20 (#22894)ringabout2023-10-312-3/+3
* bump node to 20.x; since 16.x is End-of-Life (#22892)ringabout2023-10-303-9/+9
* fixes nightlies; fixes incompatible types with csource_v2 (#22889)ringabout2023-10-301-3/+3
* complete std prefixes for stdlib (#22887)ringabout2023-10-30142-275/+277
* NIR: progress (#22884)Andreas Rumpf2023-10-293-19/+96
* prepare for the enforcement of `std` prefix (#22873)ringabout2023-10-2988-149/+244
* NIR: VM + refactorings (#22835)Andreas Rumpf2023-10-2911-649/+1538
* Fix #22862 - change the httpclient user-agent to be valid spec-wise (#22882)Yardanico2023-10-292-1/+2
* build documentation for `htmlparser` (#22879)ringabout2023-10-271-1/+4
* fixes #22868; fixes `std/nre` leaks under ARC/ORC (#22872)ringabout2023-10-271-0/+2
* deprecate htmlparser (#22870)ringabout2023-10-262-0/+3
* fixes #22867; fixes cstring modification example on Nim Manual (#22871)ringabout2023-10-261-1/+2
* doc: fix typos (#22869)shuoer862023-10-254-5/+5
* fixes #22856; enables `-d:nimStrictDelete` (#22858)ringabout2023-10-242-5/+2
* fixes `system.delete` that raises defects (#22857)ringabout2023-10-231-1/+1
* fix use after free (#22854)握猫猫2023-10-231-2/+2
* C++: ptr fields now pulls the whole type if it's a member in nkDotExpr (#22855)Juan M Gómez2023-10-233-1/+24
* Fix #22826: Don't skip generic instances in type comparison (#22828)SirOlaf2023-10-212-4/+12
* explicitly import using `std/` in `tempfiles.nim` (#22851)Vindaar2023-10-201-1/+1
* fixes #22844; uses arrays to store holeyenums for iterations; much more effic...ringabout2023-10-202-1/+17
* fix #22834 (#22843)rockcavera2023-10-201-9/+38
* Bisect default Linux (#22840)Juan Carlos2023-10-181-0/+5
* fixes #22836; Unnecessary warning on 'options.none' with 'strictDefs'… (#22...ringabout2023-10-181-1/+1
* NIR: temporary ID generation bugfix (#22830)Andreas Rumpf2023-10-165-44/+61
* the compiler can be compiled with vcc (#22832)Juan M Gómez2023-10-161-1/+1
* closes #16919; followup #16820, test tsugar on all backends (#22829)ringabout2023-10-161-8/+8
* NIR: store sizes, alignments and offsets in the type graph; beginning… (#22...Andreas Rumpf2023-10-1622-387/+1389
* Update readme.md (#22827)Himaj Patil2023-10-151-3/+5
* fixes #19250; fixes #22259; ORC AssertionDefect not containsManagedMemory(n.t...ringabout2023-10-132-0/+55
* fixes #22354; Wrong C++ codegen for default parameter values in ORC (#22819)ringabout2023-10-132-30/+49
* NIR: progress (#22817)Andreas Rumpf2023-10-1216-101/+281
* update nimble (#22814)ringabout2023-10-111-1/+1
* Import std/stackframes in ast2ir.nim (#22815)SirOlaf2023-10-111-0/+3
* NIR: Nim intermediate representation (#22777)Andreas Rumpf2023-10-1135-122/+4009
* fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22...ringabout2023-10-113-4/+16
* use lent for the return value of index accesses of tables (#22812)ringabout2023-10-111-2/+2