• Joined on 2019-03-28
sb10q pushed to master at M-Labs/it-infra 2024-08-14 10:54:53 +08:00
18194be5c3 nixbld: deploy web2019 to the intl domain
sb10q merged pull request M-Labs/it-infra#40 2024-08-14 10:54:53 +08:00
Deploy web2019 to the intl domain
sb10q deleted branch fix/misc-fix from M-Labs/nac3 2024-08-14 09:30:11 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-14 09:30:11 +08:00
69320a6cf1 [artiq] Fix LLVM representation of strings
sb10q closed issue M-Labs/nac3#491 2024-08-14 09:30:09 +08:00
Cannot pass str into kernels from outside
sb10q merged pull request M-Labs/nac3#493 2024-08-14 09:30:09 +08:00
[artiq] Fix LLVM representation of strings
sb10q deleted branch enhance/buildtime-disable-escape-analysis from M-Labs/nac3 2024-08-14 09:29:50 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-14 09:29:50 +08:00
9e0601837a core: Add compile-time feature to disable escape analysis
sb10q merged pull request M-Labs/nac3#492 2024-08-14 09:29:48 +08:00
core: Add compile-time feature to disable escape analysis
sb10q deleted branch feature/core-rtio-log from M-Labs/nac3 2024-08-13 15:19:07 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-13 15:19:06 +08:00
6beff7a268 [artiq] Implement core_log and rtio_log in terms of polymorphic_print
6ca7aecd4a [artiq] Add core_log and rtio_log function declarations
8fd7216243 [core] toplevel/composer: Add lateinit_builtins
4f5e417012 [core] codegen: Add function to get format constants for integers
a0614bad83 [core] codegen/expr: Make gen_string return `StructValue`
Compare 8 commits »
sb10q closed issue M-Labs/nac3#297 2024-08-13 15:19:04 +08:00
support core_log and rtio_log
sb10q merged pull request M-Labs/nac3#488 2024-08-13 15:19:03 +08:00
Implement `core_log` and `rtio_log` to ARTIQ
sb10q pushed to master at M-Labs/thermostat 2024-08-13 15:13:20 +08:00
c6040899dd ItecPin -> ITecPin
sb10q merged pull request M-Labs/thermostat#125 2024-08-13 15:13:20 +08:00
ItecPin -> ITecPin
sb10q deleted branch feature/tuple-len from M-Labs/nac3 2024-08-13 15:03:00 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-13 15:03:00 +08:00
973dc5041a core/typecheck: Support tuple arg type in len()
d0da688aa7 standalone: Add tuple len test
12c4e1cf48 core/toplevel/builtins: Add support for len() on tuples
9b988647ed core/toplevel/builtins: Extract len() into builtin function
Compare 4 commits »
sb10q merged pull request M-Labs/nac3#489 2024-08-13 15:02:59 +08:00
core: Implement `len()` on tuples.
sb10q deleted branch np_array_bug from M-Labs/nac3 2024-08-13 15:02:23 +08:00
sb10q pushed to master at M-Labs/nac3 2024-08-13 15:02:21 +08:00
35a7cecc12 core/typecheck: fix np_array ndmin bug