about summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-2/+4
2023-12-24don't elide shared parts of types in diagnostics when `--verbose` is passedjyn-0/+2
2023-12-22Rollup merge of #119171 - nnethercote:cleanup-errors-4, r=compiler-errorsMichael Goulet-3/+3
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-3/+3
2023-12-21Add pass to identify undefined or erroneous behaviourTomasz Miąsko-0/+2
2023-12-19rename to verbose-internalsjyn-2/+2
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-6/+6
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-3/+3
2023-12-14rename `-Ztrait-solver` to `-Znext-solver`lcnr-29/+44
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-0/+2
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-0/+4
2023-12-10Implement `--env` compiler flagGuillaume Gomez-0/+4
2023-12-07Add emulated TLS supportquininer-0/+2
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-12-01Auto merge of #118472 - nnethercote:rustc_session, r=bjorn3bors-6/+0
2023-12-01Move `WasiExecModel`.Nicholas Nethercote-6/+0
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-0/+12
2023-11-21convert ehcont-guard to an unstable optionArlie Davis-2/+2
2023-11-21Add support for generating the EHCont sectionArlie Davis-0/+2
2023-11-15Auto merge of #116555 - paulmenage:llvm-module-flag, r=wesleywiserbors-0/+30
2023-11-14Auto merge of #117773 - nnethercote:rm-Zperf-stats, r=wesleywiserbors-2/+0
2023-11-14Rollup merge of #117737 - nnethercote:rm-Zkeep-hygiene-data, r=petrochenkovTakayuki Maeda-2/+0
2023-11-13Remove `-Zperf-stats`.Nicholas Nethercote-2/+0
2023-11-11Add -Z llvm_module_flagPaul Menage-0/+30
2023-11-11Auto merge of #115694 - clarfonthey:std-hash-private, r=dtolnaybors-2/+1
2023-11-10Remove `-Zkeep-hygiene-data`.Nicholas Nethercote-2/+0
2023-11-09Remove `-Z strip`.Nicholas Nethercote-2/+0
2023-11-07Add -Zcross-crate-inline-threshold=yesBen Kimock-1/+23
2023-11-02Add insta-stable std::hash::{DefaultHasher, RandomState} exportsltdk-2/+1
2023-11-02Rollup merge of #117509 - Zalathar:zsymbol, r=petrochenkovMatthias Krüger-3/+0
2023-11-02use global cache when computing proof treeslcnr-2/+0
2023-11-02Remove support for alias `-Z symbol-mangling-version`Zalathar-3/+0
2023-10-28Rollup merge of #117311 - RalfJung:unpretty-thir-help, r=petrochenkovJubilee-0/+1
2023-10-28-Zunpretty help: add missing possible valuesRalf Jung-0/+1
2023-10-28Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwcoJubilee-3/+0
2023-10-26The value of `-Cinstrument-coverage=` doesn't need to be `Option`Zalathar-9/+9
2023-10-25Remove support for alias `-Z instrument-coverage`Zalathar-10/+0
2023-10-24Introduce `-C instrument-coverage=branch` to gate branch coverageArpad Borsos-1/+4
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-08Remove -Zdep-tasks.Camille GILLOT-3/+0
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-16/+0
2023-10-04introduce `Polonius` enum for `-Zpolonius`Rémy Rakic-1/+17