about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2023-08-18Add an (perma-)unstable option to disable vtable vptrGary Guo-0/+2
2023-07-31Fix a comment.Nicholas Nethercote-0/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-2/+1
2023-07-26Rollup merge of #114073 - ehuss:remove-z-diagnostic-width, r=fee1-deadMatthias Krüger-2/+0
2023-07-26Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errorsbors-0/+2
2023-07-25Remove -Z diagnostic-widthEric Huss-2/+0
2023-07-24new unstable option: -Zwrite-long-types-to-diskMahdi Dibaiee-0/+2
2023-07-23match on chars instead of &strs for .split() or .strip_prefix()Matthias Krüger-1/+1
2023-07-21Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"David Tolnay-30/+0
2023-07-21Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obkbors-0/+30
2023-07-21add crate-local `-Z reference_niches` unstable flag (does nothing for now)Moulins-0/+30
2023-07-17print on rustc_codegen_llvm and rename malloc and cpy c_charkhei4-3/+3
2023-07-16Don't enable by default :)Patrick Walton-1/+1
2023-07-16rustc_llvm: Add a `-Z print-llvm-stats` option to expose LLVM statistics.Patrick Walton-0/+3
2023-07-08Replace RPITIT current impl with new strategy that lowers as a GATSantiago Pastorino-3/+0
2023-07-05Auto merge of #112697 - tgross35:explain-markdown, r=oli-obkbors-0/+2
2023-07-04Rollup merge of #113296 - BoxyUwU:proof_trees_on_error, r=lcnrMatthias Krüger-2/+19
2023-07-04reviewsBoxy-9/+8
2023-07-04change flag nameBoxy-1/+1
2023-07-04reviewsBoxy-4/+6
2023-07-03Remove chalk from the compilerMichael Goulet-2/+1
2023-07-03Add a simple markdown parser for formatting `rustc --explain`Trevor Gross-0/+2
2023-07-03add flag for disabling global cache and printing proof trees on errorBoxy-2/+18
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-1/+4
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-1/+4
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-2/+32
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-10/+7
2023-06-22rustc_session: default to -Z plt=yes on non-x86_64Augie Fackler-1/+1
2023-06-19add -Z flagBoxy-0/+2
2023-06-15Remove comments from mir-opt MIR dumpsBen Kimock-2/+2
2023-06-12Collect VTable stats & add `-Zprint-vtable-sizes`Maybe Waffle-0/+2
2023-06-06Add -Ztrait-solver=next-coherenceMichael Goulet-0/+1
2023-05-30Remove `-Zcgu-partitioning-strategy`.Nicholas Nethercote-2/+0
2023-05-26Add SafeStack support to rustcWesley Wiser-1/+2
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-3/+3
2023-05-10Auto merge of #106560 - bjorn3:support_staticlib_dylib_linking, r=pnkfelixbors-0/+4
2023-05-06Rename InstCombine to InstSimplifyBen Kimock-1/+1
2023-05-06Rollup merge of #109677 - dpaoliello:rawdylib, r=michaelwoerister,wesleywiserYuki Okushi-2/+2
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+8
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+8
2023-04-28remove unused `mut`sLukas Markeffsky-1/+1
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/+3
2023-04-19Add unstable feature flagsbjorn3-0/+4
2023-04-18Stablize raw-dylib, link_ordinal and -CdlltoolDaniel Paoliello-2/+2
2023-04-16Rename -Zoom=panic to -Zoom=unwindAmanieu d'Antras-1/+1
2023-04-13Enable flatten-format-args by default.Mara Bos-2/+2
2023-04-04Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoeristerbors-3/+16
2023-04-01use and_then/flat_map for map().flatten()Matthias Krüger-1/+1