You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
complete-c x.py -n"__fish_seen_subcommand_from test"-s h -lhelp-d'Print help (see more with \'--help\')'
312
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-ltest-args -d'extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)'-r
313
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l rustc-args -d'extra options to pass the compiler when running tests'-r
314
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l config -d'TOML configuration file for build'-r-F
complete-c x.py -n"__fish_seen_subcommand_from miri"-l on-fail -d'command to run on failure'-r-f-a"(__fish_complete_command)"
323
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l stage -d'stage to build (indicates compiler to use/test, e.g., stage 0 uses the bootstrap compiler, stage 1 the stage 0 rustc artifacts, etc.)'-r-f
324
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l keep-stage -d'stage(s) to keep without recompiling (pass multiple times to keep e.g., both stages 0 and 1)'-r-f
325
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l keep-stage-std -d'stage(s) of the standard library to keep without recompiling (pass multiple times to keep e.g., both stages 0 and 1)'-r-f
326
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l src -d'path to the root of the rust checkout'-r-f-a"(__fish_complete_directories)"
327
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-s j -ljobs-d'number of jobs to run in parallel'-r-f
328
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l warnings -d'if value is deny, will deny warnings if value is warn, will emit warnings otherwise, use the default configured behaviour'-r-f-a"{deny '',warn '',default ''}"
complete-c x.py -n"__fish_seen_subcommand_from miri"-l reproducible-artifact -d'Additional reproducible artifacts that should be added to the reproducible artifacts archive'-r
336
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-lset-d'override options in config.toml'-r-f
337
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l no-fail-fast -d'run all tests regardless of failure'
338
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l no-doc -d'do not run doc tests'
339
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l doc -d'only run doc tests'
340
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-s v -l verbose -d'use verbose output (-vv for very verbose)'
341
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-s i -l incremental -d'use incremental compilation'
342
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l include-default-paths -d'include default paths in addition to the provided ones'
complete-c x.py -n"__fish_seen_subcommand_from miri"-l bypass-bootstrap-lock -d'Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)'
347
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l llvm-profile-generate -d'generate PGO profile with llvm built for rustc'
348
+
complete-c x.py -n"__fish_seen_subcommand_from miri"-l enable-bolt-settings -d'Enable BOLT link flags'
0 commit comments