summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2024-10-01improve shell help textJacob Kiesel-1/+2
2024-10-01disregard what we believe is supported in cargo for hash typeJacob Kiesel-5/+1
2024-10-01Fix options help textJacob Kiesel-1/+1
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-1/+21
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-4/+20
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-09-15Rollup merge of #129897 - RalfJung:soft-float-ignored, r=UrgauMatthias Krüger-1/+4
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-10/+21
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-0/+2
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-10/+21
2024-09-10Add -Z small-data-thresholdPaul Menage-0/+2
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-1/+1
2024-09-05stabilize `-Znext-solver=coherence`lcnr-21/+10
2024-09-03add rustc_lint_opt_deny_field_access to options that are documented to do not...Ralf Jung-0/+3
2024-09-03deprecate -Csoft-float because it is unsound (and not fixable)Ralf Jung-1/+1
2024-09-03Add `warn(unreachable_pub)` to `rustc_session`.Nicholas Nethercote-69/+73
2024-08-30make `-Z mir-include-spans` a dedicated enumRémy Rakic-2/+16
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-0/+2
2024-08-29Add `-Zlint-llvm-ir`DianQK-0/+2
2024-08-28fmt-debug optionKornel-0/+14
2024-08-27Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwcoTrevor Gross-0/+2
2024-08-11Rollup merge of #128762 - fmease:use-more-slice-pats, r=compiler-errorsMatthias Krüger-10/+3
2024-08-07Add -Zerror-metrics=PATH to save diagnostic metadata to diskJane Losare-Lusby-0/+2
2024-08-07Use more slice patterns inside the compilerLeón Orell Valerian Liehr-10/+3
2024-07-29Add `-Z embed-source=yes` to embed source code in DWARF debug infoMrmaxmeier-0/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-14/+15
2024-07-14Auto merge of #127670 - compiler-errors:no-type-length-limit, r=jackh726bors-0/+2
2024-07-12Gate the type length limit check behind a nightly flagMichael Goulet-0/+2
2024-07-12Rollup merge of #126502 - cuviper:dump-mir-exclude-alloc-bytes, r=estebankJubilee-0/+2
2024-07-02Rename the `asm-comments` compiler flag to `verbose-asm`Trevor Gross-2/+2
2024-07-01Avoid MIR bloat in inliningScott McMurray-0/+2
2024-06-26Add `-Zdump-mir-exclude-alloc-bytes`Josh Stone-0/+2
2024-06-25Updated code for changes to RFC, added additional error handling, addedFlorian Schmiderer-9/+9
2024-06-25Support for -Z patchable-function-entryMatthew Maurer-0/+29
2024-06-24Rollup merge of #124712 - Enselic:deprecate-inline-threshold, r=pnkfelixMichael Goulet-1/+2
2024-06-23compiler: parse the empty frame-pointerJubilee Young-2/+2
2024-06-23compiler: Accept -Cforce-frame-pointers=alwaysJubilee Young-10/+9
2024-06-23compiler: Support nightly -Cforce-frame-pointers=non-leafJubilee Young-3/+4
2024-06-23compiler(nfc): -Cforce-frame-pointers is a FramePointerJubilee Young-5/+17
2024-06-17coverage: Add debugging flag `-Zcoverage-options=no-mir-spans`Zalathar-1/+3
2024-06-14Deprecate no-op codegen option `-Cinline-threshold=...`Martin Nordholts-1/+2
2024-05-30coverage: Add CLI support for `-Zcoverage-options=condition`Dorian Péron-1/+2
2024-05-29Rollup merge of #124655 - Darksonn:fixed-x18, r=lqd,estebankMatthias Krüger-0/+2
2024-05-24remove proof tree formatter, make em shallowlcnr-22/+4
2024-05-03Rollup merge of #124480 - Enselic:on-broken-pipe, r=jieyouxuMichael Goulet-1/+15
2024-05-03Add -Zfixed-x18Alice Ryhl-0/+2
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-1/+15
2024-04-29coverage: Replace boolean options with a `CoverageLevel` enumZalathar-10/+4
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-7/+15
2024-04-24Whitespace fixes.Nicholas Nethercote-10/+6