about summary refs log tree commit diff
path: root/src/librustc_session/config.rs
AgeCommit message (Expand)AuthorLines
2020-07-22Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakisManish Goregaokar-1/+1
2020-07-17Generating the coverage mapRich Kadel-0/+25
2020-07-15Add and use more static symbols.Nicholas Nethercote-10/+12
2020-07-14Stabilize control-flow-guard codegen optionAndrew Paverd-1/+1
2020-06-23Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morseManish Goregaokar-2/+5
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-1/+1
2020-06-19Fix -Z unpretty=everybody_loopsJoshua Nelson-2/+5
2020-06-16Update CFGuard syntaxAndrew Paverd-1/+1
2020-06-14Diagnose use of incompatible sanitizersTomasz Miąsko-27/+48
2020-06-10Migrate to numeric associated constsLzu Tao-1/+1
2020-05-20Eliminate some `Option<NativeLibKind>`sVadim Petrochenkov-9/+8
2020-05-20Factor out `NativeLibKind::Dylib` from `NativeLibKind::Unspecified`Vadim Petrochenkov-1/+1
2020-05-20Rename some types describing native librariesVadim Petrochenkov-19/+11
2020-05-16rustc_target: Stop using "string typing" for code modelsVadim Petrochenkov-5/+2
2020-05-10add linking option stripYI-0/+13
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