index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_passes
/
src
/
abi_test.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-13
Generalize TyCtxt::item_name.
Camille GILLOT
-2
/
+2
2025-04-17
Replace infallible `name_or_empty` methods with fallible `name` methods.
Nicholas Nethercote
-10
/
+10
2025-02-10
compiler: die immediately instead of handling unknown target codegen
Jubilee Young
-9
/
+0
2025-02-07
compiler: remove rustc_target::abi entirely
Jubilee Young
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-17
/
+19
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-6
/
+11
2024-07-02
Instance::resolve -> Instance::try_resolve, and other nits
Michael Goulet
-1
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-8
/
+8
2023-09-26
Don't store lazyness in DefKind
Michael Goulet
-1
/
+1
2023-09-11
Disentangle `Debug` and `Display` for `Ty`.
Nicholas Nethercote
-0
/
+1
2023-09-09
better spans for WF errors
Ralf Jung
-1
/
+1
2023-09-09
use hir_crate_items(()).definitions() instead of hir().items()
Ralf Jung
-29
/
+14
2023-09-09
rustc_layout, rustc_abi: make sure the types are well-formed
Ralf Jung
-6
/
+7
2023-09-08
turns out Layout has some more things to worry about -- move ABI comparison i...
Ralf Jung
-17
/
+3
2023-09-08
also ensure that size and alignment are the same
Ralf Jung
-3
/
+7
2023-09-08
accept some differences for rustc_abi(assert_eq), so that we can test more th...
Ralf Jung
-3
/
+1
2023-09-07
add support for rustc_abi(assert_eq) and use it to test some repr(transparent...
Ralf Jung
-2
/
+76
2023-09-06
rustc_layout/abi: error when attribute is applied to the wrong thing
Ralf Jung
-13
/
+18
2023-09-06
rustc_abi: also support debugging function pointers
Ralf Jung
-37
/
+87
2023-08-27
add rustc_abi debugging attribute
Ralf Jung
-0
/
+93