summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix endsInNoReturn for case statements (#23009)SirOlaf2023-11-302-10/+23
* fixes #22926; Different type inferred when setting a default value for an arr...ringabout2023-11-291-0/+6
* fixes #22996; `typeAllowedCheck` for default fields (#22998)ringabout2023-11-292-2/+8
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-2815-51/+350
* Don't try and get enum value if its invalid (#22997)Jake Leahy2023-11-281-3/+4
* Register declaration of enum field has a use (#22990)Jake Leahy2023-11-271-0/+1
* fixes #22286; enforce Non-var T destructors by `nimPreviewNonVarDestructor` (...ringabout2023-11-252-3/+6
* nimsuggest: Added optional command line option '--clientProcessId:XXX' (#22969)Nikolay Nikolov2023-11-241-0/+1
* progress: 'm' command line switch (#22976)Andreas Rumpf2023-11-223-2/+9