forked from M-Labs/artiq
2648b1b7a1
This also updates / is a prerequisite for updating smoltcp. Rationale for changes made: * compiler_builtins is now shipped in the rust prefix. * rustc's libpanic_unwind no longer works for us because it has a hard dependency on Box (and it's a horrible hack); fortunately, we only ever needed a personality function from it. * panic and oom handlers are now set in a completely different way. * allocators are quite different (and finally stable). * NLL caused internal compiler errors in runtime, so code using NLL was rewritten to not rely on it and it was turned off. |
||
---|---|---|
.. | ||
compiler | ||
coredevice | ||
libartiq_support | ||
lit | ||
__init__.py | ||
hardware_testbench.py | ||
test_coefficients.py | ||
test_ctlmgr.py | ||
test_h5types.py | ||
test_korad_ka3005p.py | ||
test_lda.py | ||
test_novatech409b.py | ||
test_pc_rpc.py | ||
test_pipe_ipc.py | ||
test_rpctool.py | ||
test_scheduler.py | ||
test_serialization.py | ||
test_sync_struct.py | ||
test_thorlabs_tcube.py | ||
test_wavesynth.py | ||
test_worker.py |