about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2023-10-19Auto merge of #115214 - Urgau:rfc-3127-trim-paths, r=compiler-errorsbors-0/+27
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-0/+2
2023-10-17[RFC 3127 - Trim Paths]: Add unstable option and parsingUrgau-0/+27
2023-10-14Add `Config::hash_untracked_state` callbackAlex Macleod-0/+5
2023-10-11Auto merge of #113218 - lqd:polonius-scopes, r=jackh726bors-1/+17
2023-10-11Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkovbors-1/+1
2023-10-10Rollup merge of #116595 - RalfJung:mir-enable-passes, r=oli-obkMatthias Krüger-3/+4
2023-10-10-Zmir-enable-passes: document that this may enable unsound passesRalf Jung-3/+4
2023-10-08move single component parsing to dedicated functionRémy Rakic-1/+1
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-16/+0
2023-10-04introduce `Polonius` enum for `-Zpolonius`Rémy Rakic-1/+17
2023-09-23Enable drop_tracking_mir by default.Camille GILLOT-6/+0
2023-09-22Allow `-Z treat-err-as-bug=0`Lieselotte-7/+14
2023-09-20coverage: Remove debug code from the instrumentorZalathar-5/+2
2023-09-15implement -Z ignore-directory-in-diagnostics-source-blocksPietro Albini-0/+2
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-2/+3
2023-09-12Fix two typosbjorn3-1/+1
2023-09-11Auto merge of #115656 - cjgillot:default-relative-spans, r=davidtwcobors-3/+0
2023-09-10Show lib features in -Zls and allow configuring which things are shownbjorn3-2/+3
2023-09-08sortAugie Fackler-2/+2
2023-09-08options: fix indentationAugie Fackler-3/+3
2023-09-08debuginfo: add compiler option to allow compressed debuginfo sectionsAugie Fackler-1/+18
2023-09-07Enable incremental-relative-spans by default.Camille GILLOT-3/+0
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