summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* trigger range check with new type inference on nkIntLit [backport:1.6] (#23179)metagn2024-01-081-2/+1
* don't transform typed bracket exprs to `[]` calls in templates (#23175)metagn2024-01-071-14/+25
* Fixes #23172 (#23173)Ryan McConnell2024-01-061-1/+1
* Changing generic weight of `tyGenericParam` (#22143)Ryan McConnell2024-01-051-27/+36
* fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [...ringabout2024-01-051-6/+10
* Deprecate asm stmt for js target (#23149)ASVIEST2024-01-021-3/+9
* fixes #23148; restricts infix path concatenation to what starts with `/` (#23...ringabout2024-01-021-5/+8
* ambiguous identifier resolution (#23123)metagn2024-01-013-63/+114
* `typRel` and `sumGeneric` adjustments (#23137)Ryan McConnell2023-12-311-54/+46
* Update copyright year 2024 (#23144)ringabout2023-12-311-1/+1
* Asm syntax pragma (#23119)ASVIEST2023-12-253-15/+34
* fix spurious indent and newlines in rendering of nkRecList (#23121)metagn2023-12-241-3/+2
* retain postfix node in type section typed AST, with docgen fix (#23101)metagn2023-12-233-23/+55
* add switch, warning, and `bind` support for new generic injection behavior (#...metagn2023-12-224-6/+22
* Don't crash for invalid toplevel parseStmt/Expr calls (#23089)Jake Leahy2023-12-191-0/+3
* fixes strictnotnil for func, method, converter (#23083)ringabout2023-12-191-1/+1
* Revert "retain postfix node in type section typed AST" (#23098)metagn2023-12-191-19/+3
* retain postfix node in type section typed AST (#23096)metagn2023-12-181-3/+19
* allow replacing captured syms in macro calls in generics (#23091)metagn2023-12-184-7/+40
* types refactoring; WIP (#23086)Andreas Rumpf2023-12-1711-97/+81
* Mark `macros.error` as `.noreturn.` (#23081)Jake Leahy2023-12-172-0/+6
* Allow `parseAll` to parse statements separated by semicolons (#23088)Jake Leahy2023-12-171-16/+10
* fixes #22637; now `--experimental:strictNotNil` can be enabled globally (#23079)ringabout2023-12-161-2/+2
* make treeToYaml print yaml (and not json) (#23082)Jacek Sieka2023-12-152-170/+203
* type refactor: part 4 (#23077)Andreas Rumpf2023-12-1525-194/+197
* fixes yet another strictdefs bug (#23069)ringabout2023-12-1528-117/+135
* Param match relax (#23033)Ryan McConnell2023-12-153-64/+91
* fixes #23051; don't generate documentation for exported symbols again (#23074)ringabout2023-12-141-1/+2
* Overloads passed to static proc parameters now convert to the desired… (#23...Jason Beetham2023-12-143-7/+24
* fixes #23065; DocLike command defaults to ORC (#23075)ringabout2023-12-141-1/+2
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-1416-254/+257
* fixes #9381; Fix double evaluation of types in generic objects (#23072)Pylgos2023-12-141-5/+14
* Skip trailing asterisk when placing inlay type hints. Fixes #23067 (#23068)Nikolay Nikolov2023-12-131-2/+13
* nimpretty: check the rendered AST for wrong output (#23057)Andreas Rumpf2023-12-132-12/+15
* type refactoring: part 2 (#23059)Andreas Rumpf2023-12-1335-430/+422
* Typrel whitespace (#23061)Ryan McConnell2023-12-131-24/+1
* Types: Refactorings; step 1 (#23055)Andreas Rumpf2023-12-1257-658/+713
* Look up generic parameters when found inside semOverloadedCall, fixin… (#23...Jason Beetham2023-12-121-0/+13
* Ast stmt now saves its ast structure in the compiler (#23053)ASVIEST2023-12-122-1/+8
* Only suggest symbols that could be pragmas when typing a pragma (#23040)Jake Leahy2023-12-074-3/+45
* Don't process a user pragma if its invalid (#23041)Jake Leahy2023-12-071-1/+4
* lexer cleanups (#23037)Jacek Sieka2023-12-066-75/+20
* fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...ringabout2023-12-051-1/+1
* forbides adding sons for `PType` (#23030)ringabout2023-12-044-16/+7
* Also show the `raises` pragma when converting proc types to string (#23026)Nikolay Nikolov2023-12-041-1/+9
* Fix nimsuggest `def` being different on proc definition/use (#23025)Jake Leahy2023-12-041-2/+12
* Show proper error message if trying to run a Nim file in a directory that doe...Jake Leahy2023-12-021-1/+4
* fixes #22552 (#23014)Andreas Rumpf2023-12-025-10/+28
* fixes #23001; give a better warning for PtrToCstringConv (#23005)ringabout2023-11-301-1/+1
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-307-15/+26