2024-01-28T13:37:03Z - 2024-04-28T13:37:03Z

Overview

16 Active Pull Requests
9 Active Issues
Excluding merges, 3 authors have pushed 74 commits to master and 87 commits to all branches. On master, 50 files have changed and there have been 9850 additions and 5454 deletions.

16 Pull requests merged by 1 user

Merged #398 ndarray: Implement 2D-2D matrix multiplication 2024-04-23 12:11:30 +08:00

Merged #395 Implement negative indices for ndarrays 2024-04-15 15:03:04 +08:00

Merged #394 Improvements to unary operators 2024-04-13 09:12:54 +08:00

Merged #393 Fix several internal errors 2024-04-05 18:46:57 +08:00

Merged #390 Implement ndarray binary, unary and compare operators 2024-04-03 12:19:28 +08:00

Merged #388 Use sequenced collection for VarMap 2024-03-25 12:44:43 +08:00

Merged #387 Add miscellaneous abstraction 2024-03-25 12:43:21 +08:00

Merged #386 Implement `ndarray.fill` and `ndarray.copy`, miscellaneous bugs 2024-03-08 14:35:11 +08:00

Merged #383 Use TObj to represent NDArrays and remove TNDArray 2024-03-01 15:54:51 +08:00

Merged #382 Update dependencies, apply clippy changes, and extract LLVM intrinsic functions 2024-02-23 15:43:21 +08:00

Merged #381 Implement indexing for ndarray 2024-02-19 17:36:10 +08:00

Merged #380 core: Fix typo in error message 2024-02-14 16:35:38 +08:00

Merged #379 core: Fix Literal use in variable type annotation 2024-02-06 18:16:16 +08:00

Merged #378 core: Use Display output for locations 2024-02-06 18:15:43 +08:00

Merged #377 Allow return of tuple of primitives 2024-02-06 15:59:13 +08:00

Merged #376 Disallow return of non-primitive values 2024-01-29 21:11:43 +08:00

3 Issues closed from 2 users

Closed #277 ndarray comparisons 2024-04-10 15:13:55 +08:00

Closed #391 Collapse all assertions into one fail block 2024-04-02 17:49:14 +08:00

Closed #342 NAC3 on OpenBSD 2024-03-01 15:57:11 +08:00

6 Issues created by 2 users

Opened #384 list might not need a specific type category 2024-03-01 15:56:04 +08:00

Opened #385 Refactor `PrimitiveDefinitionIds` into an enum 2024-03-01 22:46:06 +08:00

Opened #389 Make TObj::fields lazy 2024-03-25 10:14:53 +08:00

Opened #392 Chained Comparison Operators for ndarrays 2024-04-05 15:38:34 +08:00

Opened #396 do not use roundeven 2024-04-17 10:52:33 +08:00

Opened #397 ndarray 1D matrix multiplication 2024-04-23 10:31:12 +08:00