Block a user
9808923258
core: improve comments in type_inferencer/mod.rs
5b11a1dbdd
core: support tuple and int32 input for np_empty, np_ones, and more
core: support tuple and int32 input for np_empty, np_ones, and more
b21df53e0d
core: fix comment typo in unify_call()
0ec967a468
core: improve function call errors
core: improve function call errors
core: improve function call errors
nac3's parser panics when duplicate keywords are found, which I think is appropriate since Python considers this as a SyntaxError. Probably this is not an issue.
It is not appropriate but not…
standalone: prettify TopLevelComposer error reporting
Use oxalica's rust-overlay
move/add protection relay to laser adapter
core/llvm_intrinsics: remove llvm.roundeven call from call_float_roundeven (issue 396)
musl libc provides an implementation for nearbyint
But the core device does not, please add it to the runtime (artiq and artiq-zynq).
Why was this not required with the legacy compiler?
b0b804051a
nac3artiq: allow class attribute access without init function
134af79fd6
core: add support for class attributes
7fe2c3496c
core: add attribute field to class definition
core: add support for class attributes (issue-102)