about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/abi_test.rs
AgeCommit message (Expand)AuthorLines
2025-07-13Generalize TyCtxt::item_name.Camille GILLOT-2/+2
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-10/+10
2025-02-10compiler: die immediately instead of handling unknown target codegenJubilee Young-9/+0
2025-02-07compiler: remove rustc_target::abi entirelyJubilee Young-1/+1
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-17/+19
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-08-09Shrink `TyKind::FnPtr`.Nicholas Nethercote-6/+11
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-1/+1
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-8/+8
2023-09-26Don't store lazyness in DefKindMichael Goulet-1/+1
2023-09-11Disentangle `Debug` and `Display` for `Ty`.Nicholas Nethercote-0/+1
2023-09-09better spans for WF errorsRalf Jung-1/+1
2023-09-09use hir_crate_items(()).definitions() instead of hir().items()Ralf Jung-29/+14
2023-09-09rustc_layout, rustc_abi: make sure the types are well-formedRalf Jung-6/+7
2023-09-08turns out Layout has some more things to worry about -- move ABI comparison i...Ralf Jung-17/+3
2023-09-08also ensure that size and alignment are the sameRalf Jung-3/+7
2023-09-08accept some differences for rustc_abi(assert_eq), so that we can test more th...Ralf Jung-3/+1
2023-09-07add support for rustc_abi(assert_eq) and use it to test some repr(transparent...Ralf Jung-2/+76
2023-09-06rustc_layout/abi: error when attribute is applied to the wrong thingRalf Jung-13/+18
2023-09-06rustc_abi: also support debugging function pointersRalf Jung-37/+87
2023-08-27add rustc_abi debugging attributeRalf Jung-0/+93