summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* + 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
* retain postfix node in type section typed AST, with docgen fix (#23101)metagn2023-12-236-25/+65
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-228-6/+176
* makes nimsuggest `con` work under v3 (#23113)Juan M Gómez2023-12-222-3/+19
* document `--experimental:vtables` (#23111)ringabout2023-12-211-0/+35
* fixes nimdoc warnings (#23110)ringabout2023-12-211-1/+1
* update action versions (#23109)ringabout2023-12-213-4/+4
* update mac CI to macos 12 (#23108)metagn2023-12-212-3/+3
* Don't crash for invalid toplevel parseStmt/Expr calls (#23089)Jake Leahy2023-12-193-4/+27
* fixes strictnotnil for func, method, converter (#23083)ringabout2023-12-191-1/+1
* fixes #18073; fixes #14730; document notnil is only applied to local … (#23...ringabout2023-12-191-3/+7
* allow non var deinit for locks and conds: alternative way (#23099)ringabout2023-12-193-17/+17
* Revert "retain postfix node in type section typed AST" (#23098)metagn2023-12-194-29/+5
* retain postfix node in type section typed AST (#23096)metagn2023-12-184-5/+29
* add tuple unpacking changes to changelog (#23093)metagn2023-12-181-0/+19
* allow replacing captured syms in macro calls in generics (#23091)metagn2023-12-185-7/+126
* Fix grammar (#23090)Stephen2023-12-181-1/+1