rust/tests/ui-fulldeps
Jubilee 4036472749
Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors
[StableMIR] API to retrieve definitions from crates

Add functions to retrieve function definitions and static items from all crates (local and external).

For external crates, we're still missing items from trait implementation and primitives.

r? ````@compiler-errors:```` Do you know what is the best way to retrieve the associated items for primitives and trait implementations for external crates? Thanks!
2024-11-07 18:48:22 -08:00
..
auxiliary Port tests/run-make-fulldeps/obtain-borrowck to ui-fulldeps 2024-06-07 00:41:31 +10:00
codegen-backend Port tests/run-make-fulldeps/hotplug_codegen_backend to ui-fulldeps 2024-06-07 22:28:00 +10:00
fluent-messages fluent_macro: fix diagnostics for fluent parse failures 2024-09-17 14:49:33 +00:00
internal-lints Do not run lints that cannot emit 2024-10-19 16:19:44 +02:00
mod_dir_simple
session-diagnostic give a better error for tuple structs in derive(Diagnostic) 2024-10-27 21:23:28 -04:00
stable-mir [StableMIR] API to retrieve definitions from crates 2024-11-07 13:11:46 -08:00
try-from-u32 Add a macro that derives TryFrom<u32> for fieldless enums 2024-10-26 20:19:53 +11:00
compiler-calls.rs
deriving-global.rs Improve dead code analysis 2024-07-04 22:05:00 +08:00
deriving-hygiene.rs Improve dead code analysis 2024-07-04 22:05:00 +08:00
dropck_tarena_sound_drop.rs
dropck-tarena-cycle-checked.rs
dropck-tarena-cycle-checked.stderr
dropck-tarena-unsound-drop.rs
dropck-tarena-unsound-drop.stderr
empty-struct-braces-derive.rs
hash-stable-is-unstable.rs Don't test new error messages with the stage 0 compiler 2024-11-03 14:32:25 -08:00
hash-stable-is-unstable.stderr Don't test new error messages with the stage 0 compiler 2024-11-03 14:32:25 -08:00
lint-pass-macros.rs
missing-rustc-driver-error.rs Always use a colon in //@ normalize-*: headers 2024-07-11 12:23:44 +10:00
missing-rustc-driver-error.stderr
mod_dir_path_canonicalized.rs
obtain-borrowck.rs Port tests/run-make-fulldeps/obtain-borrowck to ui-fulldeps 2024-06-07 00:41:31 +10:00
obtain-borrowck.run.stdout Port tests/run-make-fulldeps/obtain-borrowck to ui-fulldeps 2024-06-07 00:41:31 +10:00
pathless-extern-unstable.rs Don't test new error messages with the stage 0 compiler 2024-11-03 14:32:25 -08:00
pathless-extern-unstable.stderr Don't test new error messages with the stage 0 compiler 2024-11-03 14:32:25 -08:00
pprust-expr-roundtrip.rs Always pass the visitor as the first argument to walk* functions 2024-07-22 14:01:24 +00:00
regions-mock-tcx.rs
run-compiler-twice.rs Use a Vec in rustc_interface::Config::locale_resources 2024-09-05 16:49:38 +02:00
rustc_encodable_hygiene.rs