about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2023-03-21Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa...John Kåre Alsaker-0/+2
2023-03-16Gate fmt args flattening behind -Zflatten-format-args.Mara Bos-0/+1
2023-02-25Rollup merge of #107675 - jsgf:link-directives, r=davidtwcoMichael Goulet-0/+1
2023-02-22Implement -Zlink-directives=yes/noJeremy Fitzhardinge-0/+1
2023-02-22various: translation resources from cg backendDavid Wood-1/+1
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-20remove flagBoxy-1/+0
2023-02-16Remove save-analysis.Nicholas Nethercote-1/+0
2023-02-10Auto merge of #102963 - ilammy:xray-basic, r=estebankbors-0/+2
2023-02-09Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi-0/+2
2023-02-07Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer-1/+0
2023-01-23Replace terminator-based const eval limitBryan Garza-0/+1
2023-01-16Move compiler input and ouput paths into sessionOli Scherer-1/+11
2023-01-12Add log-backtrace option to show backtraces along with loggingYuki Omoto-0/+1
2023-01-10Change type of box_noalias to boolTomasz Miąsko-1/+1
2023-01-10Change type of mutable_noalias to boolTomasz Miąsko-1/+1
2023-01-04Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flagMichael Goulet-1/+2
2023-01-04Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqdMatthias Krüger-5/+7
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-5/+7
2022-12-25Mark incremental-ignore-spans as TRACKED.Camille GILLOT-1/+1
2022-12-20Add `-Zno-jump-tables`Miguel Ojeda-0/+1
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+0
2022-12-04Add -Z maximal-hir-to-mir-coverage flagWill Crichton-0/+1
2022-12-02Remove `-Zno-interleave-lints`.Nicholas Nethercote-1/+0
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+1
2022-10-26fix tracking hash testmejrs-1/+1
2022-10-24Address some commentsmejrs-0/+1
2022-10-23Introduce dedicated `-Zdylib-lto` flag for enabling LTO on `dylib`sJakub Beránek-0/+1
2022-10-18Remove `RunCompiler::emitter`.Nicholas Nethercote-11/+2
2022-10-12Use `tidy-alphabetical` in the compilerNilstrieb-11/+16
2022-10-06Remove `-Ztime` option.Nicholas Nethercote-1/+0
2022-09-18Remove -Znew-llvm-pass-managerJosh Stone-1/+0
2022-09-12change rlib format to discern native dependenciesDaniil Belov-0/+1
2022-09-01rustc_target: Refactor internal linker flavors slightlyVadim Petrochenkov-5/+3
2022-08-12Adjust cfgsMark Rousskov-1/+1
2022-07-29proc_macro: use crossbeam channels for the proc_macro cross-thread bridgeNika Layzell-1/+2
2022-07-28Use line numbers relative to function in mir opt testsNilstrieb-0/+1
2022-07-27lint: add bad opt access internal lintDavid Wood-0/+1
2022-07-25feat: impl export-executable-symbolscsmoe-0/+1
2022-07-21Auto merge of #98162 - nextsilicon:support_lto_embed_bitcode, r=davidtwcobors-0/+1
2022-07-19Add flag to configure `noalias` on `Box<T>`nils-0/+1
2022-07-14rustc: add ability to output regular LTO bitcode modulesZiv Dunkelman-0/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-7/+7
2022-07-08Implement support for DWARF version 5.Patrick Walton-0/+1
2022-07-08Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholkDylan DPC-0/+1
2022-07-06sess: stabilize `--terminal-width`David Wood-1/+0
2022-06-26Add a `-Zdump-drop-tracking-cfg` debugging flagJoshua Nelson-0/+1
2022-06-14Add -Zvirtual-function-elimination flagflip1995-0/+1
2022-06-11Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillotDylan DPC-0/+1
2022-06-06fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`Pietro Albini-0/+1