os-rust/tests/ui-fulldeps
León Orell Valerian Liehr 0cb12f9e84
Rollup merge of #134043 - ehuss:unicode-version, r=jieyouxu
Add test to check unicode identifier version

This adds a test to verify which version of Unicode is used for identifiers. This is part of the language, documented at https://doc.rust-lang.org/nightly/reference/identifiers.html#r-ident.unicode. The version here often changes implicitly due to dependency updates pulling in new versions, and thus we often don't notice it has changed leaving the documentation out of date. The intent here is to have a canary to give us a notification when it changes so that we can update the documentation.
2024-12-09 23:39:05 +01:00
..
auxiliary Port tests/run-make-fulldeps/obtain-borrowck to ui-fulldeps 2024-06-07 00:41:31 +10:00
codegen-backend Fix ui-fulldep tests 2024-12-06 18:42:31 +00:00
fluent-messages fluent_macro: fix diagnostics for fluent parse failures 2024-09-17 14:49:33 +00:00
internal-lints Fix error message for direct usage of sess.opts.crate_types 2024-11-10 10:37:53 +00:00
lexer Add test to check unicode identifier version 2024-12-09 06:23:59 -08:00
mod_dir_simple [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
session-diagnostic give a better error for tuple structs in derive(Diagnostic) 2024-10-27 21:23:28 -04:00
stable-mir Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot 2024-11-27 22:23:24 +01: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 Remove all threading through of ErrorGuaranteed from the driver 2024-12-06 18:42:31 +00:00
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-cycle-checked.rs Remove ignore-stage1 that was added when changing error count msg 2024-01-06 12:53:06 +01:00
dropck-tarena-cycle-checked.stderr Remove ignore-stage1 that was added when changing error count msg 2024-01-06 12:53:06 +01:00
dropck-tarena-unsound-drop.rs Remove ignore-stage1 that was added when changing error count msg 2024-01-06 12:53:06 +01:00
dropck-tarena-unsound-drop.stderr Remove ignore-stage1 that was added when changing error count msg 2024-01-06 12:53:06 +01:00
dropck_tarena_sound_drop.rs [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
empty-struct-braces-derive.rs [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
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 [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
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 Don't depend on crate names in tests/ui-fulldeps/missing-rustc-driver-error.rs 2023-07-11 22:30:28 -05:00
mod_dir_path_canonicalized.rs Make top-level rustc_parse functions fallible. 2024-06-05 10:38:03 +10:00
obtain-borrowck.rs Fix ui-fulldep tests 2024-12-06 18:42:31 +00: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
pprust-parenthesis-insertion.rs Visit Stmt span in MutVisitor::flat_map_stmt 2024-12-03 07:03:26 -08:00
regions-mock-tcx.rs Use the rustc_private libc less in tests 2024-04-15 08:54:11 -04:00
run-compiler-twice.rs Fix ui-fulldep tests 2024-12-06 18:42:31 +00:00
rustc_encodable_hygiene.rs [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00