@@ -28,6 +28,7 @@ complete -c x.py -n "__fish_use_subcommand" -l dry-run -d 'dry run; don\'t build
28
28
complete -c x.py -n " __fish_use_subcommand" -l json-output -d ' use message-format=json'
29
29
complete -c x.py -n " __fish_use_subcommand" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
30
30
complete -c x.py -n " __fish_use_subcommand" -l enable-bolt-settings -d ' Enable BOLT link flags'
31
+ complete -c x.py -n " __fish_use_subcommand" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
31
32
complete -c x.py -n " __fish_use_subcommand" -s h -l help -d ' Print help'
32
33
complete -c x.py -n " __fish_use_subcommand" -f -a " build" -d ' Compile either the compiler or libraries'
33
34
complete -c x.py -n " __fish_use_subcommand" -f -a " check" -d ' Compile either the compiler or libraries, using cargo check'
@@ -73,6 +74,7 @@ complete -c x.py -n "__fish_seen_subcommand_from build" -l dry-run -d 'dry run;
73
74
complete -c x.py -n " __fish_seen_subcommand_from build" -l json-output -d ' use message-format=json'
74
75
complete -c x.py -n " __fish_seen_subcommand_from build" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
75
76
complete -c x.py -n " __fish_seen_subcommand_from build" -l enable-bolt-settings -d ' Enable BOLT link flags'
77
+ complete -c x.py -n " __fish_seen_subcommand_from build" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
76
78
complete -c x.py -n " __fish_seen_subcommand_from build" -s h -l help -d ' Print help (see more with \' --help\' )'
77
79
complete -c x.py -n " __fish_seen_subcommand_from check" -l config -d ' TOML configuration file for build' -r -F
78
80
complete -c x.py -n " __fish_seen_subcommand_from check" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -105,6 +107,7 @@ complete -c x.py -n "__fish_seen_subcommand_from check" -l dry-run -d 'dry run;
105
107
complete -c x.py -n " __fish_seen_subcommand_from check" -l json-output -d ' use message-format=json'
106
108
complete -c x.py -n " __fish_seen_subcommand_from check" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
107
109
complete -c x.py -n " __fish_seen_subcommand_from check" -l enable-bolt-settings -d ' Enable BOLT link flags'
110
+ complete -c x.py -n " __fish_seen_subcommand_from check" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
108
111
complete -c x.py -n " __fish_seen_subcommand_from check" -s h -l help -d ' Print help (see more with \' --help\' )'
109
112
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s A -d ' clippy lints to allow' -r
110
113
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s D -d ' clippy lints to deny' -r
@@ -141,6 +144,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clippy" -l dry-run -d 'dry run;
141
144
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l json-output -d ' use message-format=json'
142
145
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
143
146
complete -c x.py -n " __fish_seen_subcommand_from clippy" -l enable-bolt-settings -d ' Enable BOLT link flags'
147
+ complete -c x.py -n " __fish_seen_subcommand_from clippy" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
144
148
complete -c x.py -n " __fish_seen_subcommand_from clippy" -s h -l help -d ' Print help (see more with \' --help\' )'
145
149
complete -c x.py -n " __fish_seen_subcommand_from fix" -l config -d ' TOML configuration file for build' -r -F
146
150
complete -c x.py -n " __fish_seen_subcommand_from fix" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -172,6 +176,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fix" -l dry-run -d 'dry run; do
172
176
complete -c x.py -n " __fish_seen_subcommand_from fix" -l json-output -d ' use message-format=json'
173
177
complete -c x.py -n " __fish_seen_subcommand_from fix" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
174
178
complete -c x.py -n " __fish_seen_subcommand_from fix" -l enable-bolt-settings -d ' Enable BOLT link flags'
179
+ complete -c x.py -n " __fish_seen_subcommand_from fix" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
175
180
complete -c x.py -n " __fish_seen_subcommand_from fix" -s h -l help -d ' Print help (see more with \' --help\' )'
176
181
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l config -d ' TOML configuration file for build' -r -F
177
182
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -204,6 +209,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fmt" -l dry-run -d 'dry run; do
204
209
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l json-output -d ' use message-format=json'
205
210
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
206
211
complete -c x.py -n " __fish_seen_subcommand_from fmt" -l enable-bolt-settings -d ' Enable BOLT link flags'
212
+ complete -c x.py -n " __fish_seen_subcommand_from fmt" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
207
213
complete -c x.py -n " __fish_seen_subcommand_from fmt" -s h -l help -d ' Print help (see more with \' --help\' )'
208
214
complete -c x.py -n " __fish_seen_subcommand_from doc" -l config -d ' TOML configuration file for build' -r -F
209
215
complete -c x.py -n " __fish_seen_subcommand_from doc" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -237,6 +243,7 @@ complete -c x.py -n "__fish_seen_subcommand_from doc" -l dry-run -d 'dry run; do
237
243
complete -c x.py -n " __fish_seen_subcommand_from doc" -l json-output -d ' use message-format=json'
238
244
complete -c x.py -n " __fish_seen_subcommand_from doc" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
239
245
complete -c x.py -n " __fish_seen_subcommand_from doc" -l enable-bolt-settings -d ' Enable BOLT link flags'
246
+ complete -c x.py -n " __fish_seen_subcommand_from doc" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
240
247
complete -c x.py -n " __fish_seen_subcommand_from doc" -s h -l help -d ' Print help (see more with \' --help\' )'
241
248
complete -c x.py -n " __fish_seen_subcommand_from test" -l skip -d ' skips tests matching SUBSTRING, if supported by test tool. May be passed multiple times' -r -F
242
249
complete -c x.py -n " __fish_seen_subcommand_from test" -l test -args -d ' extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)' -r
@@ -281,6 +288,7 @@ complete -c x.py -n "__fish_seen_subcommand_from test" -l dry-run -d 'dry run; d
281
288
complete -c x.py -n " __fish_seen_subcommand_from test" -l json-output -d ' use message-format=json'
282
289
complete -c x.py -n " __fish_seen_subcommand_from test" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
283
290
complete -c x.py -n " __fish_seen_subcommand_from test" -l enable-bolt-settings -d ' Enable BOLT link flags'
291
+ complete -c x.py -n " __fish_seen_subcommand_from test" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
284
292
complete -c x.py -n " __fish_seen_subcommand_from test" -s h -l help -d ' Print help (see more with \' --help\' )'
285
293
complete -c x.py -n " __fish_seen_subcommand_from bench" -l test -args -r
286
294
complete -c x.py -n " __fish_seen_subcommand_from bench" -l config -d ' TOML configuration file for build' -r -F
@@ -313,6 +321,7 @@ complete -c x.py -n "__fish_seen_subcommand_from bench" -l dry-run -d 'dry run;
313
321
complete -c x.py -n " __fish_seen_subcommand_from bench" -l json-output -d ' use message-format=json'
314
322
complete -c x.py -n " __fish_seen_subcommand_from bench" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
315
323
complete -c x.py -n " __fish_seen_subcommand_from bench" -l enable-bolt-settings -d ' Enable BOLT link flags'
324
+ complete -c x.py -n " __fish_seen_subcommand_from bench" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
316
325
complete -c x.py -n " __fish_seen_subcommand_from bench" -s h -l help -d ' Print help'
317
326
complete -c x.py -n " __fish_seen_subcommand_from clean" -l stage -d ' Clean a specific stage without touching other artifacts. By default, every stage is cleaned if this option is not used' -r
318
327
complete -c x.py -n " __fish_seen_subcommand_from clean" -l config -d ' TOML configuration file for build' -r -F
@@ -345,6 +354,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clean" -l dry-run -d 'dry run;
345
354
complete -c x.py -n " __fish_seen_subcommand_from clean" -l json-output -d ' use message-format=json'
346
355
complete -c x.py -n " __fish_seen_subcommand_from clean" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
347
356
complete -c x.py -n " __fish_seen_subcommand_from clean" -l enable-bolt-settings -d ' Enable BOLT link flags'
357
+ complete -c x.py -n " __fish_seen_subcommand_from clean" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
348
358
complete -c x.py -n " __fish_seen_subcommand_from clean" -s h -l help -d ' Print help'
349
359
complete -c x.py -n " __fish_seen_subcommand_from dist" -l config -d ' TOML configuration file for build' -r -F
350
360
complete -c x.py -n " __fish_seen_subcommand_from dist" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -376,6 +386,7 @@ complete -c x.py -n "__fish_seen_subcommand_from dist" -l dry-run -d 'dry run; d
376
386
complete -c x.py -n " __fish_seen_subcommand_from dist" -l json-output -d ' use message-format=json'
377
387
complete -c x.py -n " __fish_seen_subcommand_from dist" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
378
388
complete -c x.py -n " __fish_seen_subcommand_from dist" -l enable-bolt-settings -d ' Enable BOLT link flags'
389
+ complete -c x.py -n " __fish_seen_subcommand_from dist" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
379
390
complete -c x.py -n " __fish_seen_subcommand_from dist" -s h -l help -d ' Print help'
380
391
complete -c x.py -n " __fish_seen_subcommand_from install" -l config -d ' TOML configuration file for build' -r -F
381
392
complete -c x.py -n " __fish_seen_subcommand_from install" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -407,6 +418,7 @@ complete -c x.py -n "__fish_seen_subcommand_from install" -l dry-run -d 'dry run
407
418
complete -c x.py -n " __fish_seen_subcommand_from install" -l json-output -d ' use message-format=json'
408
419
complete -c x.py -n " __fish_seen_subcommand_from install" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
409
420
complete -c x.py -n " __fish_seen_subcommand_from install" -l enable-bolt-settings -d ' Enable BOLT link flags'
421
+ complete -c x.py -n " __fish_seen_subcommand_from install" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
410
422
complete -c x.py -n " __fish_seen_subcommand_from install" -s h -l help -d ' Print help'
411
423
complete -c x.py -n " __fish_seen_subcommand_from run" -l args -d ' arguments for the tool' -r
412
424
complete -c x.py -n " __fish_seen_subcommand_from run" -l config -d ' TOML configuration file for build' -r -F
@@ -439,6 +451,7 @@ complete -c x.py -n "__fish_seen_subcommand_from run" -l dry-run -d 'dry run; do
439
451
complete -c x.py -n " __fish_seen_subcommand_from run" -l json-output -d ' use message-format=json'
440
452
complete -c x.py -n " __fish_seen_subcommand_from run" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
441
453
complete -c x.py -n " __fish_seen_subcommand_from run" -l enable-bolt-settings -d ' Enable BOLT link flags'
454
+ complete -c x.py -n " __fish_seen_subcommand_from run" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
442
455
complete -c x.py -n " __fish_seen_subcommand_from run" -s h -l help -d ' Print help (see more with \' --help\' )'
443
456
complete -c x.py -n " __fish_seen_subcommand_from setup" -l config -d ' TOML configuration file for build' -r -F
444
457
complete -c x.py -n " __fish_seen_subcommand_from setup" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -470,6 +483,7 @@ complete -c x.py -n "__fish_seen_subcommand_from setup" -l dry-run -d 'dry run;
470
483
complete -c x.py -n " __fish_seen_subcommand_from setup" -l json-output -d ' use message-format=json'
471
484
complete -c x.py -n " __fish_seen_subcommand_from setup" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
472
485
complete -c x.py -n " __fish_seen_subcommand_from setup" -l enable-bolt-settings -d ' Enable BOLT link flags'
486
+ complete -c x.py -n " __fish_seen_subcommand_from setup" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
473
487
complete -c x.py -n " __fish_seen_subcommand_from setup" -s h -l help -d ' Print help (see more with \' --help\' )'
474
488
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l config -d ' TOML configuration file for build' -r -F
475
489
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -502,4 +516,5 @@ complete -c x.py -n "__fish_seen_subcommand_from suggest" -l dry-run -d 'dry run
502
516
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l json-output -d ' use message-format=json'
503
517
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
504
518
complete -c x.py -n " __fish_seen_subcommand_from suggest" -l enable-bolt-settings -d ' Enable BOLT link flags'
519
+ complete -c x.py -n " __fish_seen_subcommand_from suggest" -l skip-stage0-validation -d ' Skip stage0 compiler validation'
505
520
complete -c x.py -n " __fish_seen_subcommand_from suggest" -s h -l help -d ' Print help (see more with \' --help\' )'
0 commit comments