summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* `varargs[typed]` should behave more like `typed` (#23303)Ryan McConnell2024-02-202-2/+31
* Fixes a nimsuggest crash when using chronos (#23293)Juan M Gómez2024-02-202-2/+5
* fixes #23295; don't expand constants for complex structures (#23297)ringabout2024-02-202-2/+19
* Remove count field from Deque (#23318)Tomohiro2024-02-201-51/+46
* fixes #23304; uses `snprintf` instead of `sprintf` (#23322)ringabout2024-02-204-9/+12
* assume a module's usage if it contains a passC/passL/compile pragma w… (#23...heterodoxic2024-02-191-1/+8
* fixes nimsuggest sug doesnt return anything on first pass #23283 (#23288)Juan M Gómez2024-02-151-8/+6
* fixes refc with non-var destructor; cancel warnings (#23156)ringabout2024-02-134-7/+23
* fixes #18104; tranform one liner var decl before templates expansion (#23294)ringabout2024-02-132-0/+25
* fixes a nimsuggest crash on init (#23300)Juan M Gómez2024-02-111-1/+1
* Remove mask field from Deque (#23299)Tomohiro2024-02-111-5/+6
* nimsuggest --ic:on compiles (#23298)Juan M Gómez2024-02-092-0/+21
* MangleProcs following the Itanium spec so they are demangled in the debugger ...Juan M Gómez2024-02-094-6/+276
* Add items and contains to heapqueue (#23296)Antonis Geralis2024-02-091-0/+15
* fixes #23275; Add `==` for Deque (#23276)Tomohiro2024-02-082-1/+77
* fixes regression #23280; Operations on inline toOpenArray len return a wrong ...ringabout2024-02-062-3/+13
* closes #14710; adds a test case (#23277)ringabout2024-02-051-0/+10
* [fix] nimsuggest `con` sometimes doesnt return anything on first pass fixes #...Juan M Gómez2024-02-051-2/+3
* follow up #22380; fixes incorrect usages of `newWideCString` (#23278)ringabout2024-02-054-5/+6
* Docs-improve: os.getCurrentCompilerExe replace with clearer short-desc (#23270)litlighilit2024-02-021-1/+1
* fixes regression #22909; don't optimize result init if statements can raise w...ringabout2024-02-012-10/+31
* compute checksum of nim files early in the pipelines (#23268)ringabout2024-01-315-8/+25
* minor fixes for std prefix in the compiler (#23269)ringabout2024-01-301-2/+2
* Additional speed ups of complex.pow (#23264)Angel Ezquerra2024-01-291-8/+25
* Update cmdline.nim, fix broken (dragged) doc-reference for getAppFile… (#23...litlighilit2024-01-281-4/+4
* clean up goto exceptions; remove the setjmp.h dep (#23259)ringabout2024-01-273-35/+53
* fixes #19977; rework inlining of 'var openarray' iterators for C++ (#23258)ringabout2024-01-262-2/+3
* fixes #23247; don't destroy openarray since it doesn't own the data (#23254)ringabout2024-01-262-2/+59
* Fixes #23085: update grammars for 'concept' (#23256)Silly Carbon2024-01-262-3/+4
* fixes #22597; avoid side effects for call returning openArray types (#23257)ringabout2024-01-264-6/+37
* fixes broken doc links (#23255)ringabout2024-01-252-2/+2
* Fix system.currentSourcePath() documentation [backport 2.0] (#23243)rockcavera2024-01-231-4/+5
* Show error when trying to run in folder that doesn't exist instead of asserti...Jake Leahy2024-01-232-1/+8
* account for nil return type in tyProc sumGeneric (#23250)metagn2024-01-232-1/+19
* closes #15176; adds a test case (#23248)ringabout2024-01-223-68/+90
* remove unreachable code (#23244)ringabout2024-01-221-1/+0
* fixes a broken link in `std/algorithm` (#23246)ringabout2024-01-221-1/+1
* Speed up complex.pow when the exponent is 2.0 or 0.5 (#23237)Angel Ezquerra2024-01-201-1/+5
* fixes #23233; Regression when using generic type with Table/OrderedTable (#23...ringabout2024-01-192-2/+22
* Make `data-theme` default to "auto" in HTML (#23222)Jake Leahy2024-01-1913-13/+13
* Fixing overload resolution documentation (#23171)Ryan McConnell2024-01-191-22/+64
* fix mime types data (#23226)Bung2024-01-192-1725/+854
* Make std/math classify work without `--passc:-fast-math`. (#23211)Angel Ezquerra2024-01-181-3/+2
* fixes #22218; avoids cursor when copy is disabled (#23209)ringabout2024-01-182-1/+28
* fixes #12334; keeps `nkHiddenStdConv` for cstring conversions (#23216)ringabout2024-01-182-0/+12
* Nim Compiler User Guide: Add explanations about lto and strip (#23227)Tomohiro2024-01-181-3/+10
* fix wrong subtype relation in tuples & infer some conversions (#23228)metagn2024-01-184-3/+55
* error on large integer types as array index range (#23229)metagn2024-01-182-3/+24
* workaround arrayWith issues (#23230)ringabout2024-01-181-1/+2
* fix(#23231): add nimdoc.cls to installer script (#23232)daylin2024-01-181-1/+1