rust/crates
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
..
base-db
cfg
flycheck
hir Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi 2023-05-18 09:44:26 +00:00
hir-def Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi 2023-05-18 09:44:26 +00:00
hir-expand Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi 2023-05-18 09:44:26 +00:00
hir-ty Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi 2023-05-18 09:44:26 +00:00
ide Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi 2023-05-18 09:44:26 +00:00
ide-assists
ide-completion Process macro_use prelude in semantic scope resolver 2023-05-17 17:45:44 +09:00
ide-db fix: Fix perf regression from symbol index refactor 2023-05-13 17:41:09 +02:00
ide-diagnostics fix: Diagnose non-value return and break type mismatches 2023-05-16 22:47:27 +02:00
ide-ssr
intern
limit
mbe
parser internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
paths Add AbsPath::absolutize 2023-05-13 11:51:28 +02:00
proc-macro-api
proc-macro-srv
proc-macro-srv-cli
proc-macro-test
profile
project-model Add AbsPath::absolutize 2023-05-13 11:51:28 +02:00
rust-analyzer Fix layout for hir_ty::Ty and friends 2023-05-18 11:29:03 +03:30
sourcegen
stdx
syntax internal: Bump rustc_lexer 2023-05-18 10:17:40 +02:00
test-utils Auto merge of #14787 - HKalbasi:mir2, r=HKalbasi 2023-05-18 09:44:26 +00:00
text-edit
toolchain
tt
vfs
vfs-notify