about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/tests.rs
AgeCommit message (Expand)AuthorLines
2023-07-03Remove chalk from the compilerMichael Goulet-1/+1
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-1/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-37/+58
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-1/+1
2023-06-06Write to stdout if `-` is given as output fileJing Peng-7/+13
2023-05-17Only depend on CFG_VERSION in rustc_interfacejyn-1/+2
2023-05-06Auto merge of #109421 - mhammerly:extern-force-option, r=petrochenkovbors-0/+1
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-1/+1
2023-05-05add "force" option to --externMatt Hammerly-0/+1
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+4
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+4
2023-04-25Revert "Rename -Zoom=panic to -Zoom=unwind"Matthias Krüger-1/+1
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-1/+1
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-0/+1
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-1/+1
2023-04-17Update test.Mara Bos-1/+1
2023-04-16Rename -Zoom=panic to -Zoom=unwindAmanieu d'Antras-1/+1
2023-03-31Preserve, clarify, and extend debug informationJulia Tatz-1/+2
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