summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fix grammar (#23090)Stephen2023-12-181-1/+1
* types refactoring; WIP (#23086)Andreas Rumpf2023-12-1711-97/+81
* Show the name of the unexpected exception that was thrown in `std/unittest` (...Jake Leahy2023-12-171-1/+2
* Mark `macros.error` as `.noreturn.` (#23081)Jake Leahy2023-12-175-1/+30
* Allow `parseAll` to parse statements separated by semicolons (#23088)Jake Leahy2023-12-172-16/+14
* fixes #22637; now `--experimental:strictNotNil` can be enabled globally (#23079)ringabout2023-12-161-2/+2
* fixes not nil examples (#23080)ringabout2023-12-151-0/+1
* 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-1529-117/+138
* rationals: support Rational[SomeUnsignedInt] (#23046)shirleyquirk2023-12-152-6/+15
* Param match relax (#23033)Ryan McConnell2023-12-1510-69/+154
* 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-144-8/+32
* fixes #23065; DocLike command defaults to ORC (#23075)ringabout2023-12-141-1/+2
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-1417-270/+257
* fixes #9381; Fix double evaluation of types in generic objects (#23072)Pylgos2023-12-142-5/+28
* 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-133-14/+55
* fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)ringabout2023-12-132-1/+6
* 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-122-0/+22
* 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-075-3/+85
* Don't process a user pragma if its invalid (#23041)Jake Leahy2023-12-072-1/+13
* lexer cleanups (#23037)Jacek Sieka2023-12-067-76/+20
* Don't recurse into inner functions during asyncjs transform (#23036)Jake Leahy2023-12-062-0/+7
* fixes #23019; Regression from 2.0 to devel with raise an unlisted exc… (#23...ringabout2023-12-052-1/+23
* 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-042-2/+10
* Fix nimsuggest `def` being different on proc definition/use (#23025)Jake Leahy2023-12-043-6/+26
* strutils.multiReplace: Making order of replacement explicit (#23022)Joachim Hereth2023-12-021-2/+3
* 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-026-10/+84
* related #22534; fixes documentation rendering of custom number literal routin...Erich Reitz2023-12-011-11/+12
* fixes #22852; real bugfix is tied to bug #22672 (#23013)Andreas Rumpf2023-11-301-1/+4
* fixes #23001; give a better warning for PtrToCstringConv (#23005)ringabout2023-11-301-1/+1
* fixes #23006; newSeqUninit -> CT Error; imitate `newStringUninit` (#23007)ringabout2023-11-301-1/+4
* enable vtable implementation for C++ and make it an experimental feature (#23...ringabout2023-11-3015-24/+42
* Fix endsInNoReturn for case statements (#23009)SirOlaf2023-11-303-14/+64
* table.`mgetOrPut` without default val (#22994)inv20042023-11-303-4/+81
* Silence several Hint[Performance] warnings (#23003)c-blake2023-11-294-6/+5
* fixes #22926; Different type inferred when setting a default value for an arr...ringabout2023-11-293-6/+36
* fixes #22996; `typeAllowedCheck` for default fields (#22998)ringabout2023-11-293-2/+15
* rework the vtable implementation embedding the vtable array directly with new...ringabout2023-11-2828-197/+555
* Don't try and get enum value if its invalid (#22997)Jake Leahy2023-11-282-3/+12
* Register declaration of enum field has a use (#22990)Jake Leahy2023-11-272-0/+16
* fix: std/marshal unmarshaling of ref objects (#22983)John Viega2023-11-262-2/+43