rust/tests/ui-fulldeps
Yuki Okushi 425913367b
Rollup merge of #110315 - oli-obk:mor_smir, r=WaffleLapkin
Add a stable MIR way to get the main function

This is useful for analysis tools that only analyze the code paths that a specific program actually goes through. Or for code generators built on top of stable MIR.
2023-04-14 23:00:36 +09:00
..
auxiliary Move most ui-fulldeps tests to ui 2023-04-13 22:08:07 -05:00
fluent-messages Don't emit the OS error in a note 2023-03-31 03:49:21 +02:00
internal-lints Move most ui-fulldeps tests to ui 2023-04-13 22:08:07 -05:00
mod_dir_simple
session-diagnostic Migrate most of rustc_builtin_macros to diagnostic impls 2023-04-10 21:16:53 +01:00
stable-mir Add a stable MIR way to get the main function 2023-04-14 07:28:56 +00:00
compiler-calls.rs
deriving-encodable-decodable-box.rs
deriving-encodable-decodable-cell-refcell.rs
deriving-global.rs
deriving-hygiene.rs
dropck_tarena_sound_drop.rs
dropck-tarena-cycle-checked.rs
dropck-tarena-cycle-checked.stderr Fix fulldeps-ui tests 2023-01-15 19:57:32 +00:00
dropck-tarena-unsound-drop.rs
dropck-tarena-unsound-drop.stderr Fix fulldeps-ui tests 2023-01-15 19:57:32 +00:00
empty-struct-braces-derive.rs
feature-gate-plugin.rs
feature-gate-plugin.stderr
gated-plugin.rs
gated-plugin.stderr
hash-stable-is-unstable.rs
hash-stable-is-unstable.stderr
issue-14021.rs
issue-15778-fail.rs
issue-15778-fail.stderr
issue-40001.rs
issue-40001.stderr
lint-group-denied-lint-allowed.rs
lint-group-forbid-always-trumps-cli.rs
lint-group-forbid-always-trumps-cli.stderr
lint-group-plugin-deny-cmdline.rs
lint-group-plugin-deny-cmdline.stderr
lint-group-plugin.rs
lint-group-plugin.stderr
lint-pass-macros.rs
lint-plugin-cmdline-allow.rs
lint-plugin-cmdline-allow.stderr
lint-plugin-cmdline-load.rs
lint-plugin-cmdline-load.stderr
lint-plugin-deny-attr.rs
lint-plugin-deny-attr.stderr
lint-plugin-deny-cmdline.rs
lint-plugin-deny-cmdline.stderr
lint-plugin-forbid-attrs.rs
lint-plugin-forbid-attrs.stderr
lint-plugin-forbid-cmdline.rs
lint-plugin-forbid-cmdline.stderr
lint-plugin.rs
lint-plugin.stderr
lint-tool-cmdline-allow.rs
lint-tool-cmdline-allow.stderr
lint-tool-test.rs
lint-tool-test.stderr
lto-syntax-extension.rs
lto-syntax-extension.stderr
macro-crate-rlib.rs
macro-crate-rlib.stderr
missing-rustc-driver-error.rs
missing-rustc-driver-error.stderr
mod_dir_path_canonicalized.rs various: translation resources from cg backend 2023-02-22 09:15:54 +00:00
multiple-plugins.rs
multiple-plugins.stderr
outlive-expansion-phase.rs
outlive-expansion-phase.stderr
pathless-extern-unstable.rs
pathless-extern-unstable.stderr
plugin-args.rs
plugin-args.stderr
plugin-as-extern-crate.rs
pprust-expr-roundtrip.rs Remove uses of box_syntax in rustc and tools 2023-03-12 13:19:46 +00:00
regions-mock-tcx.rs
rustc_encodable_hygiene.rs