summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* 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
* give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115)metagn2024-01-183-3/+15
* Fix reset code gen for range types (#22462, #23214) (#23215)Giuliano Mega2024-01-182-2/+22
* Add `^` operator support for Rational numbers (#23219)Angel Ezquerra2024-01-181-0/+20
* fixes #23223; prevents `insert` self-assignment (#23225)ringabout2024-01-182-0/+9
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-1710-53/+91
* + show the inferred exception list (as part of the type) for functions that d...Nikolay Nikolov2024-01-1514-43/+59
* remove unnecessary workaround from `arrayWith` (#23208)ringabout2024-01-151-2/+1
* fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...ringabout2024-01-132-3/+6
* fixes #15924; Tuple destructuring is broken with closure iterators (#23205)ringabout2024-01-132-5/+26
* fix link to `jsfetch` stdlib (#23203)Ethosa2024-01-121-1/+1
* patches for #23129 (#23198)ringabout2024-01-111-1/+1
* document the new ambiguous identifier resolution (#23166)metagn2024-01-114-4/+59
* fixes #22923; fixes `=dup` issues (#23182)ringabout2024-01-115-2/+49
* fixes #23129; fixes generated hooks raise unlisted Exception, which never rai...ringabout2024-01-112-1/+22
* delay resolved procvar check for proc params + acknowledge unresolved statics...metagn2024-01-118-23/+196
* Nim manual: better byref pragma explanation (#23192)Tomohiro2024-01-091-2/+56
* Docs:strutils. Expand `multiReplace` docs, add runnableExamples (#23181)Zoom2024-01-081-7/+20
* trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)metagn2024-01-082-2/+11
* don't transform typed bracket exprs to `[]` calls in templates (#23175)metagn2024-01-072-14/+63
* Fixes #23172 (#23173)Ryan McConnell2024-01-063-1/+16
* fixes #23139; Cannot get repr of range type of enum (#23164)ringabout2024-01-052-1/+6
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-0511-89/+237
* fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [...ringabout2024-01-052-6/+15
* Recommend hanging indent in NEP1 (#23105)Jacek Sieka2024-01-031-15/+25
* Deprecate asm stmt for js target (#23149)ASVIEST2024-01-0211-114/+121
* fixes #23148; restricts infix path concatenation to what starts with `/` (#23...ringabout2024-01-021-5/+8
* ambiguous identifier resolution (#23123)metagn2024-01-0113-71/+146
* `typRel` and `sumGeneric` adjustments (#23137)Ryan McConnell2023-12-311-54/+46
* fixes wrong indentation (#23145)ringabout2023-12-311-104/+104
* Update copyright year 2024 (#23144)ringabout2023-12-313-3/+3
* Fix typo in pegs.nim (#23143)Ikko Eltociear Ashimine2023-12-301-3/+3
* Adds info:capabilities to NimSuggest (#23134)Juan M Gómez2023-12-291-0/+8
* fixes a typo in the test (#23140)ringabout2023-12-291-1/+1
* Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138)Gianmarco2023-12-281-1/+6
* Asm syntax pragma (#23119)ASVIEST2023-12-254-15/+51
* CI entry may be reset to default (#23127)Ryan McConnell2023-12-251-1/+1
* make `-d:debugHeapLinks` compile again (#23126)ringabout2023-12-241-4/+6
* fix spurious indent and newlines in rendering of nkRecList (#23121)metagn2023-12-245-20/+10
* Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)Eric N. Vander Weele2023-12-242-0/+23