Commit Graph

  • 3ab8b6b2cf error on large integer types as array index range (#23229) metagn 2024-01-18 23:14:27 +03:00
  • 8a38880ef7 workaround arrayWith issues (#23230) ringabout 2024-01-19 04:13:39 +08:00
  • fe98032d3d fix(#23231): add nimdoc.cls to installer script (#23232) daylin 2024-01-18 14:12:13 -06:00
  • 3224337550 give typedesc param nodes type T not typedesc[T] [backport:2.0] (#23115) metagn 2024-01-18 16:50:36 +03:00
  • 473f259268 Fix reset code gen for range types (#22462, #23214) (#23215) Giuliano Mega 2024-01-18 10:40:22 -03:00
  • 2425f4559c Add ^ operator support for Rational numbers (#23219) Angel Ezquerra 2024-01-18 14:32:22 +01:00
  • 3379d26629 fixes #23223; prevents insert self-assignment (#23225) ringabout 2024-01-18 21:20:54 +08:00
  • f46f26e79a don't use previous bindings of auto for routine return types (#23207) metagn 2024-01-17 13:59:54 +03:00
  • bb930aef2d don't render underscore identifiers with id (#22538) metagn 2023-08-23 14:43:02 +03:00
  • e8fe9275b5 + show the inferred exception list (as part of the type) for functions that don't have an explicit .raises pragma (#23193) (#23213) Nikolay Nikolov 2024-01-16 09:36:36 +02:00
  • be66aedb9e + show the inferred exception list (as part of the type) for functions that don't have an explicit .raises pragma (#23193) (#23210) Nikolay Nikolov 2024-01-16 09:36:03 +02:00
  • 18b5fb256d + show the inferred exception list (as part of the type) for functions that don't have an explicit .raises pragma (#23193) Nikolay Nikolov 2024-01-15 19:36:03 +02:00
  • bd72c4c729 remove unnecessary workaround from arrayWith (#23208) ringabout 2024-01-15 17:06:43 +08:00
  • ab4278d217 fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loop (#23185) ringabout 2024-01-13 21:09:34 +08:00
  • 8484abc2e4 fixes #15924; Tuple destructuring is broken with closure iterators (#23205) ringabout 2024-01-13 19:00:55 +08:00
  • ade5295fd5 fix link to jsfetch stdlib (#23203) Ethosa 2024-01-12 19:50:20 +07:00
  • 30cb6826c0 patches for #23129 (#23198) ringabout 2024-01-11 22:38:23 +08:00
  • 6650b41777 document the new ambiguous identifier resolution (#23166) metagn 2024-01-11 14:39:51 +03:00
  • 29ac3c9986 fixes #22923; fixes =dup issues (#23182) ringabout 2024-01-11 18:23:42 +08:00
  • 62c5b8b287 fixes #23129; fixes generated hooks raise unlisted Exception, which never raise (#23195) ringabout 2024-01-11 14:47:33 +08:00
  • e8092a5470 delay resolved procvar check for proc params + acknowledge unresolved statics (#23188) metagn 2024-01-11 09:45:11 +03:00
  • e20a2b1f2b Nim manual: better byref pragma explanation (#23192) Tomohiro 2024-01-10 01:37:41 +09:00
  • 0f97dd6fb3 backport nimsuggest info:capabilities (#23190) Juan M Gómez 2024-01-09 14:48:24 +00:00
  • 4bc305db1e backport nimsuggest capabilities to 2.0 (#23191) Juan M Gómez 2024-01-09 14:48:18 +00:00
  • fdb1f4451d makes nimsuggest con work under v3 [backport 2.0.2] (#23159) Juan M Gómez 2024-01-08 19:30:59 +00:00
  • e3bcbf5f15 makes nimsuggest con work under v3 [Backport_1.6.18] (#23158) Juan M Gómez 2024-01-08 19:30:46 +00:00
  • 02497c9533 2.0 branch fixes: no LineTooLong, update macos CI (#23184) metagn 2024-01-08 15:49:20 +03:00
  • d84e2d3f63 update macOS to 12, remove one package from testing narimiran 2024-01-08 13:35:26 +01:00
  • 8d1c722d2d Docs:strutils. Expand multiReplace docs, add runnableExamples (#23181) Zoom 2024-01-08 10:23:24 +03:00
  • 00be8f287a trigger range check with new type inference on nkIntLit [backport:1.6] (#23179) metagn 2024-01-08 05:44:04 +03:00
  • 62d8ca4306 don't transform typed bracket exprs to [] calls in templates (#23175) metagn 2024-01-07 09:48:32 +03:00
  • a4f3bf3742 Fixes #23172 (#23173) Ryan McConnell 2024-01-06 05:50:09 +00:00
  • 3dee1a3e4c fixes #23139; Cannot get repr of range type of enum (#23164) ringabout 2024-01-05 18:07:27 +08:00
  • 74fa8ed59a Changing generic weight of tyGenericParam (#22143) Ryan McConnell 2024-01-05 08:42:21 +00:00
  • 4eaa3b028c fixes #23167; take nkOpenSymChoice into consideration caused by templates [backport] (#23168) ringabout 2024-01-05 15:17:08 +08:00
  • c4f98b7696 Recommend hanging indent in NEP1 (#23105) Jacek Sieka 2024-01-03 14:06:39 +01:00
  • 0acdce502c fixes #23148; restricts infix path concatenation to what starts with / (#23150) ringabout 2024-01-02 14:49:16 +08:00
  • fe1d4a6232 bump NimVersion to 2.0.3 narimiran 2024-01-03 10:57:30 +01:00
  • 7912685905 fixes #23148; restricts infix path concatenation to what starts with / (#23150) ringabout 2024-01-02 14:49:16 +08:00
  • 2cc4da8fd4 bump NimVersion to 1.6.19 narimiran 2024-01-03 10:56:24 +01:00
  • 20d79c9fb0 Deprecate asm stmt for js target (#23149) ASVIEST 2024-01-02 09:49:54 +03:00
  • c7d742e484 fixes #23148; restricts infix path concatenation to what starts with / (#23150) ringabout 2024-01-02 14:49:16 +08:00
  • b280100499 ambiguous identifier resolution (#23123) metagn 2024-01-01 14:21:19 +03:00
  • ccc7c45d71 typRel and sumGeneric adjustments (#23137) Ryan McConnell 2023-12-31 16:52:52 +00:00
  • 9659da903f fixes wrong indentation (#23145) ringabout 2024-01-01 00:25:14 +08:00
  • 9483b11267 Update copyright year 2024 (#23144) ringabout 2023-12-31 22:56:48 +08:00
  • b92163180d Fix typo in pegs.nim (#23143) Ikko Eltociear Ashimine 2023-12-30 18:05:55 +09:00
  • fd253a08b1 Adds info:capabilities to NimSuggest (#23134) Juan M Gómez 2023-12-29 12:47:08 +00:00
  • d8a5cf4227 fixes a typo in the test (#23140) ringabout 2023-12-29 13:36:03 +08:00
  • 15c7b76c66 Fix cmpRunesIgnoreCase on system where sizeof(int) < 4. Fixes #23125. (#23138) Gianmarco 2023-12-28 23:41:58 +01:00
  • 1324d2e04c Asm syntax pragma (#23119) ASVIEST 2023-12-25 09:12:54 +03:00
  • 6f3d3fdf9f CI entry may be reset to default (#23127) Ryan McConnell 2023-12-25 03:25:05 +00:00
  • 53855a9fa3 make -d:debugHeapLinks compile again (#23126) ringabout 2023-12-24 22:30:35 +08:00
  • fc49c6e3ba fix spurious indent and newlines in rendering of nkRecList (#23121) metagn 2023-12-24 17:22:10 +03:00
  • 6fee2240cd Add toSinglyLinkedRing and toDoublyLinkedRing to std/lists (#22952) Eric N. Vander Weele 2023-12-24 09:21:22 -05:00
  • c0acf3ce28 retain postfix node in type section typed AST, with docgen fix (#23101) metagn 2023-12-23 11:22:49 +03:00
  • 4b1a841707 add switch, warning, and bind support for new generic injection behavior (#23102) metagn 2023-12-22 10:49:51 +03:00
  • df3c95d8af makes nimsuggest con work under v3 (#23113) Juan M Gómez 2023-12-22 04:38:40 +00:00
  • b15463948c document --experimental:vtables (#23111) ringabout 2023-12-21 15:56:02 +08:00
  • 4321ce2635 fixes nimdoc warnings (#23110) ringabout 2023-12-21 14:58:17 +08:00
  • 02a1a083ed update action versions (#23109) ringabout 2023-12-21 11:15:44 +08:00
  • 12d847550a update mac CI to macos 12 (#23108) metagn 2023-12-21 02:12:05 +03:00
  • db9d8003b0 Don't crash for invalid toplevel parseStmt/Expr calls (#23089) Jake Leahy 2023-12-20 03:27:24 +11:00
  • 6618448ced fixes strictnotnil for func, method, converter (#23083) ringabout 2023-12-19 17:24:36 +08:00
  • 434e062e82 fixes #18073; fixes #14730; document notnil is only applied to local … (#23084) ringabout 2023-12-19 17:24:22 +08:00
  • 0f54554213 allow non var deinit for locks and conds: alternative way (#23099) ringabout 2023-12-19 16:47:39 +08:00
  • 8614f35dc2 Revert "retain postfix node in type section typed AST" (#23098) metagn 2023-12-19 02:07:20 +03:00
  • d3b9711c5e retain postfix node in type section typed AST (#23096) metagn 2023-12-18 22:38:34 +03:00
  • 0613537ca0 add tuple unpacking changes to changelog (#23093) metagn 2023-12-18 22:34:21 +03:00
  • 941659581a allow replacing captured syms in macro calls in generics (#23091) metagn 2023-12-18 19:40:30 +03:00
  • 080a072336 Fix grammar (#23090) Stephen 2023-12-17 23:25:49 -06:00
  • fe18ec5dc0 types refactoring; WIP (#23086) Andreas Rumpf 2023-12-17 18:43:52 +01:00
  • 9b08abaa05 Show the name of the unexpected exception that was thrown in std/unittest (#23087) Jake Leahy 2023-12-17 22:30:11 +11:00
  • b3b87f0f8a Mark macros.error as .noreturn. (#23081) Jake Leahy 2023-12-17 22:29:46 +11:00
  • 0bd4d80238 Allow parseAll to parse statements separated by semicolons (#23088) Jake Leahy 2023-12-17 19:01:00 +11:00
  • 9648d97a8d fixes #22637; now --experimental:strictNotNil can be enabled globally (#23079) ringabout 2023-12-16 14:05:57 +08:00
  • 0c3e703960 fixes not nil examples (#23080) ringabout 2023-12-15 21:12:28 +08:00
  • 315b59e824 make treeToYaml print yaml (and not json) (#23082) Jacek Sieka 2023-12-15 12:59:56 +01:00
  • 91ad6a740b type refactor: part 4 (#23077) Andreas Rumpf 2023-12-15 10:20:57 +01:00
  • cca5684a17 fixes yet another strictdefs bug (#23069) ringabout 2023-12-15 15:13:25 +08:00
  • a4628532b2 rationals: support Rational[SomeUnsignedInt] (#23046) shirleyquirk 2023-12-15 06:49:07 +00:00
  • 94f7e9683f Param match relax (#23033) Ryan McConnell 2023-12-15 06:48:34 +00:00
  • a749a8b742 bump NimVersion to 1.6.18 v1.6.18 narimiran 2023-12-14 17:52:25 +01:00
  • c4c44d10df bump NimVersion to 2.0.2 v2.0.2 narimiran 2023-12-14 17:51:05 +01:00
  • 55bb60a56b fixes #22947; static integers in quote do [backport] (#22948) ringabout 2023-11-18 16:40:28 +08:00
  • ef8b8317ff Fix capacity for const and shallow [backport] (#22705) Amjad Ben Hedhili 2023-09-18 21:57:30 +01:00
  • 3a5b729034 fixes #23051; don't generate documentation for exported symbols again (#23074) ringabout 2023-12-15 00:27:16 +08:00
  • 91efa49550 Overloads passed to static proc parameters now convert to the desired… (#23063) Jason Beetham 2023-12-14 09:05:14 -07:00
  • 7e4060cb4a fixes #23065; DocLike command defaults to ORC (#23075) ringabout 2023-12-15 00:04:09 +08:00
  • 6ed33b6d61 type graph refactor; part 3 (#23064) Andreas Rumpf 2023-12-14 16:25:34 +01:00
  • 1b7b0d69db fixes #9381; Fix double evaluation of types in generic objects (#23072) Pylgos 2023-12-14 17:55:04 +09:00
  • 9a87057f0b Skip trailing asterisk when placing inlay type hints. Fixes #23067 (backport of #23068) (#23071) Nikolay Nikolov 2023-12-14 03:26:12 +02:00
  • fff127bec7 Skip trailing asterisk when placing inlay type hints. Fixes #23067 (backport of #23068) (#23070) Nikolay Nikolov 2023-12-14 03:26:01 +02:00
  • a3739751a8 Skip trailing asterisk when placing inlay type hints. Fixes #23067 (#23068) Nikolay Nikolov 2023-12-13 22:13:36 +02:00
  • cd4ecddb30 nimpretty: check the rendered AST for wrong output (#23057) Andreas Rumpf 2023-12-13 10:39:10 +01:00
  • 7e1ea50bc3 fixes #23060; editDistance wrongly compare the length of rune strings (#23062) ringabout 2023-12-13 17:34:41 +08:00
  • e51e98997b type refactoring: part 2 (#23059) Andreas Rumpf 2023-12-13 10:29:58 +01:00
  • df6cb645f7 Typrel whitespace (#23061) Ryan McConnell 2023-12-13 01:16:34 +00:00
  • db603237c6 Types: Refactorings; step 1 (#23055) Andreas Rumpf 2023-12-12 16:54:50 +01:00
  • efd5ed7328 backport to version 1.6: Also show the raises pragma when converting proc types to string (#23026) (#23029) Nikolay Nikolov 2023-12-12 11:36:58 +02:00