artiq/conda
whitequark 5da45f9486 firmware: migrate to Rust 1.28.0.
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.
2018-08-12 18:40:08 +00:00
..
artiq conda: override --install-lib, not --prefix. 2018-05-25 06:45:46 +00:00
artiq-board conda: fix installation path in artiq-board. 2018-05-25 08:41:55 +00:00
artiq-dev firmware: migrate to Rust 1.28.0. 2018-08-12 18:40:08 +00:00
artiq-sayma_rtm conda: error out if command in build.sh fails 2018-04-03 19:36:31 +08:00
artiq-dev.yaml conda/artiq-dev: fix channel list 2017-12-07 12:31:30 +01:00
artiq-doc.yaml conda/artiq-dev: fix channel list 2017-12-07 12:31:30 +01:00