bors 034d7c8537 Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi
MIR episode 5

This PR inits drop support (it is very broken at this stage, some things are dropped multiple time, drop scopes are wrong, ...) and adds stdout support (`println!` doesn't work since its expansion is dummy, but `stdout().write(b"hello world\n")` works if you use `RA_SYSROOT_HACK`) for interpreting. There is no useful unit test that it can interpret yet, but it is a good sign that it didn't hit a major road block yet.

In MIR lowering, it adds support for slice pattern and anonymous const blocks, and some fixes so that we can evaluate `SmolStr::new_inline` in const eval. With these changes, 57 failed mir body remains.
2023-05-18 09:44:26 +00:00
..
2023-05-02 12:11:42 +02:00
2023-05-08 21:27:35 +03:00
2023-04-19 09:45:55 -04:00
2023-04-19 09:45:55 -04:00
2023-03-14 19:55:20 +01:00
2023-05-08 21:27:43 +03:00
2023-05-12 18:17:15 +03:30
2023-01-10 20:40:08 +00:00
2023-05-02 12:11:42 +02:00
2023-05-02 20:02:43 +03:00
2023-04-10 23:04:34 +03:30
2023-05-02 20:02:43 +03:00
2023-05-02 20:02:43 +03:00
2023-05-02 20:02:43 +03:00