artiq/artiq/test/lit
whitequark 2648b1b7a1 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 19:17:45 +00:00
..
codegen compiler: reject reachable implicit return if not returning TNone. 2017-04-21 18:11:14 +00:00
constant_hoisting compiler: hoist loads of kernel invariants to function entry block. 2018-05-25 02:18:13 +00:00
devirtualization fold comm device into core device 2017-05-22 15:45:45 +08:00
embedding compiler: skip functional values in attribute writeback. 2018-08-10 12:02:49 +00:00
escape Fix ca254ec5. 2017-10-03 05:49:50 +00:00
exceptions transforms.artiq_ir_generator: split out finally→reraise control flow. 2016-06-22 00:57:32 +00:00
inferencer compiler: add test for int64(round(1.0)). 2018-05-14 15:57:27 +00:00
integration Commit missing part of b4e3c30d. 2018-04-20 15:27:27 +00:00
interleaving Rename 'with parallel' to 'with interleave' (#265). 2016-02-22 13:24:43 +00:00
iodelay compiler: print the builtin type int(width=...) as np.int... 2016-07-06 04:22:51 +00:00
local_access Rename 'with parallel' to 'with interleave' (#265). 2016-02-22 13:24:43 +00:00
local_demotion compiler: implement local variable demotion. 2018-05-19 17:05:34 +00:00
monomorphism compiler: fix monomorphization of coerced integer literals. 2017-04-12 04:11:47 +00:00
regression fold comm device into core device 2017-05-22 15:45:45 +08:00
time Move mu_to_seconds, seconds_to_mu to Core. 2016-11-21 05:37:30 +00:00
lit.cfg firmware: migrate to Rust 1.28.0. 2018-08-12 19:17:45 +00:00
not.py fix lit tests 2017-05-18 23:41:01 +08:00