about summary refs log tree commit diff
path: root/src/librustc_session/config.rs
AgeCommit message (Expand)AuthorLines
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-2/+2
2020-04-26rustc_target: Stop using "string typing" for TLS modelsVadim Petrochenkov-5/+3
2020-04-26rustc_target: Stop using "string typing" for relocation modelsVadim Petrochenkov-5/+2
2020-04-22Add a new option `-Cbitcode-in-rlib`.Nicholas Nethercote-0/+10
2020-04-20Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkovbors-22/+17
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-4/+2
2020-04-19Replace uses of `parse_opt_*` with `parse_*` where possible.Nicholas Nethercote-22/+17
2020-04-17Make -Zprofile set codegen-units to 1Amanieu d'Antras-1/+11
2020-04-09mark a temporary hack as suchRalf Jung-1/+3
2020-04-07rustc_session: forbid lints override regardless of positionTobias Thiel-1/+7
2020-04-02Add hash of source files in debug infoArlo Siemsen-11/+19
2020-03-31more clippy fixesMatthias Krüger-1/+1
2020-03-24Remove `-Z incremental`.Nicholas Nethercote-28/+1
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+1
2020-03-01Print new --print option in help.O01eg-1/+1
2020-03-01Expose target libdir information via print command.O01eg-0/+2
2020-02-29Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-SimulacrumDylan DPC-1/+1
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-4/+2
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-3/+10
2020-02-12Rollup merge of #68487 - 0dvictor:nolink, r=tmandryYuki Okushi-0/+1
2020-02-11Support linking from a .rlink fileVictor Ding-0/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-4/+0
2020-01-28Add support for Control Flow Guard on Windows.Andrew Paverd-2/+16
2020-01-22Rollup merge of #68409 - sinkuu:temp_path, r=Mark-SimulacrumTyler Mandry-11/+20
2020-01-23Add `-Z no-link` flagVictor Ding-1/+1
2020-01-22Do not base path to append extensionMark Rousskov-4/+4
2020-01-22Store filestem in a pre-formatted formMark Rousskov-11/+10
2020-01-22Privatize private fields of OutputFilenamesMark Rousskov-2/+12
2020-01-04rustc_session: allow overriding lint level of individual lints from a groupTobias Thiel-3/+10
2020-01-03rustdoc: Respect diagnostic debugging optionsVadim Petrochenkov-1/+12
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-4/+4
2019-12-30Support `-Z ui-testing=yes/no`Vadim Petrochenkov-0/+6
2019-12-22Format the worldMark Rousskov-206/+139
2019-12-20Move command line option definitions into a dedicated fileVictor Ding-936/+3
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-5/+5
2019-12-16Change the default thread count to min(4, vCPUs)Mark Rousskov-5/+5
2019-12-09Add options to --extern flag.Eric Huss-37/+132
2019-12-03Deduplicate CrateConfigMark Rousskov-3/+1
2019-12-03Move Session to librustc_sessionMark Rousskov-0/+2998