about summary refs log tree commit diff
path: root/compiler/rustc_smir
AgeCommit message (Expand)AuthorLines
2025-06-02add `body` to `ClosureDef`b-naber-0/+6
2025-05-27Rename unpack to kindMichael Goulet-6/+6
2025-05-26extend allocbytes with associated typeNia Espera-0/+2
2025-05-05Rename Instance::new to Instance::new_raw and add a note that it is rawMichael Goulet-1/+1
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-0/+1
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-2/+2
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-2/+2
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-25/+40
2025-04-28Add or-patterns to pattern typesOli Scherer-0/+1
2025-04-26convert some `GenericArg` to `Term`lcnr-3/+3
2025-04-24Remove `weak` alias terminologyBoxy-2/+2
2025-04-24Rollup merge of #140232 - nnethercote:rm-unnecessary-clones, r=SparrowLiiMatthias Krüger-8/+7
2025-04-24Rollup merge of #139852 - makai410:smir-refactor, r=celinvalMatthias Krüger-211/+511
2025-04-24Refactor `StableMir` to avoid some clones.Nicholas Nethercote-8/+7
2025-04-23Make `SmirInterface` pub(crate) and rename `Context` to `SmirContext`Makai-102/+114
2025-04-18Implement `SmirInterface`Makai-207/+495
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-25/+31
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-21/+28
2025-04-15Move `opt_rpitit_info` field to `hir::AssocKind::Type`.Nicholas Nethercote-12/+15
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-9/+5
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-1/+0
2025-04-13import rustc_smir::rustc_internal in run_driver!zjp-0/+1
2025-04-13add missing `extern crate rustc_middle` in rustc_smir::run! docstringzjp-0/+2
2025-04-06remove compiler support for `extern "rust-intrinsic"` blocksSkgland-3/+0
2025-04-05Rollup merge of #139404 - yotamofek:pr/smir/cleanup, r=compiler-errorsMatthias Krüger-26/+12
2025-04-05let `rustc_smir` host `stable_mir` for refactoringMakai-1/+5733
2025-04-05Dedup call to layout queryYotam Ofek-25/+11
2025-04-05Only `format!` error message on failureYotam Ofek-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-04-01Implement `associated_items` api.makai410-0/+83
2025-03-20Use `-Wunused_crate_dependencies` for compiler crates.Nicholas Nethercote-1/+0
2025-03-13Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearthbors-1/+1
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-12Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan...Manish Goregaokar-1/+0
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-3/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-08Specify rust lints for `compiler/` crates via Cargo.Nicholas Nethercote-0/+3
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-03-06Remove the `Option` part of range ends in the HIROli Scherer-5/+3
2025-03-06Avoid having to handle an `Option` in the type systemOli Scherer-4/+5
2025-03-06Prefer a two value enum over boolOli Scherer-2/+3
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-1/+1
2025-02-24change smir attributes getters to only support tool attributesJana Dönszelmann-14/+25
2025-02-24Change span field accesses to method callsJana Dönszelmann-4/+3
2025-02-22Upgrade the compiler to edition 2024Michael Goulet-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-1/+0
2025-02-13Auto merge of #136593 - lukas-code:ty-value-perf, r=oli-obkbors-1/+1
2025-02-13intern valtreesLukas Markeffsky-1/+1