summary refs log tree commit diff
path: root/compiler/rustc_session/src/options.rs
AgeCommit message (Expand)AuthorLines
2024-01-26MCP #705: Provide the option `-Csymbol-mangling-version=hashed -Z unstable-op...h1467792822-2/+4
2024-01-20Track `verbose` and `verbose_internals`jyn-2/+2
2024-01-18Rollup merge of #119828 - azhogin:azhogin/collapse_debuginfo_improved_attr, r...Matthias Krüger-0/+17
2024-01-17Add -Zno-implied-bounds-compat option and use itJack Huey-0/+2
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-0/+17
2024-01-15Replace `TrimmedDefPaths` with a bool.Nicholas Nethercote-1/+1
2024-01-12Give me a way to emit all the delayed bugsMichael Goulet-0/+3
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+2
2024-01-09Rollup merge of #119723 - nnethercote:rm-Zdont-buffer-diagnostics, r=compiler...Guillaume Gomez-3/+0
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-0/+2
2024-01-09Remove `-Zdont-buffer-diagnostics`.Nicholas Nethercote-3/+0
2024-01-08Add support for shell argfilesDavid Koloski-0/+2
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-2/+0
2024-01-05Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,NilstriebMichael Goulet-29/+0
2024-01-05Stabilize THIR unsafeckMatthew Jasper-2/+2
2024-01-04Remove `-Zreport-delayed-bugs`.Nicholas Nethercote-2/+0
2024-01-04Remove `-Zdump-mir-spanview`Zalathar-29/+0
2023-12-31Add -Zuse-sync-unwindquininer-0/+2
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