about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
2023-07-02Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiaskobors-0/+4
2023-07-02Add `rustc` option to output LLVM optimization remarks to YAML filesJakub Beránek-0/+4
2023-06-30require `-Zunstable-options` to use new link-self-contained values andRémy Rakic-10/+30
2023-06-30refactor `add_gcc_ld_path` into its final formRémy Rakic-0/+5
2023-06-30use `LinkSelfContained` for `-C link-self-contained`Rémy Rakic-0/+56
2023-06-30add dedicated `-C link-self-contained` structureRémy Rakic-1/+44
2023-06-30regroup `LinkerPluginLto` blocksRémy Rakic-9/+9
2023-06-29Set error handler output format as soon as possible许杰友 Jieyou Xu (Joe)-0/+2
2023-06-27Provide more context for `rustc +nightly -Zunstable-options` on stable许杰友 Jieyou Xu (Joe)-231/+169
2023-06-09Auto merge of #111626 - pjhades:output, r=b-naberbors-12/+93
2023-06-08Auto merge of #110040 - ndrewxie:issue-84447-partial-1, r=lcnr,michaelwoeristerbors-1/+3
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-1/+3
2023-06-06Write to stdout if `-` is given as output fileJing Peng-12/+93
2023-06-06Add -Ztrait-solver=next-coherenceMichael Goulet-0/+2
2023-05-29rustc_session: Feature gate linker flavors for tier 3 targetsVadim Petrochenkov-1/+14
2023-05-24Use `Option::is_some_and` and `Result::is_ok_and` in the compilerMaybe Waffle-1/+1
2023-05-19Auto merge of #109602 - bvanjoi:fix-issue-109343, r=petrochenkovbors-1/+1
2023-05-18fix(resolve): replace bindings to dummy for unresolved importsbohan-1/+1
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-33/+28
2023-05-11Add support for `cfg(overflow_checks)`AngelicosPhosphoros-0/+4
2023-05-08Rollup merge of #105354 - BlackHoleFox:apple-deployment-printer, r=oli-obkYuki Okushi-1/+3
2023-05-05add "force" option to --externMatt Hammerly-1/+17
2023-05-05Rollup merge of #111068 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-108/+125
2023-05-05Improve internal representation of check-cfgUrgau-108/+125
2023-05-05Add deployment-target --print flag for Apple targetsBlackHoleFox-1/+3
2023-05-03Rollup merge of #105452 - rcvalle:rust-cfi-3, r=bjorn3Manish Goregaokar-0/+8
2023-05-03Add cross-language LLVM CFI support to the Rust compilerRamon de C Valle-0/+8
2023-04-26add cfg SPEC declaration.clundro-1/+2
2023-04-13Implement `Copy` for `LocationDetail`Maybe Waffle-1/+1
2023-04-10Rollup merge of #110124 - Nilstrieb:📎-told-me-so, r=compiler-errorsDylan DPC-1/+1
2023-04-09Fix some clippy::complexityNilstrieb-1/+1
2023-04-09Migrate `sess.opts.tests` uses to `sess.is_test_crate()`blyxyas-1/+1
2023-04-05Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehussbors-3/+16
2023-04-03implement --print=all-target-specs-jsonPietro Albini-3/+16
2023-03-31Preserve, clarify, and extend debug informationJulia Tatz-24/+5
2023-03-09Honor current target when checking conditional compilation valuesUrgau-3/+4
2023-03-03Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=NilstriebMatthias Krüger-1/+1
2023-03-03Match end user facing unmatched backticks in compiler/est31-1/+1
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-1/+1
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-1/+7
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-1/+1
2023-02-16`if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)`Maybe Waffle-1/+1
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-1/+7
2023-02-10Skip doc link resolution for some crate types and non-exported itemsVadim Petrochenkov-2/+27
2023-02-09Parse "-Z instrument-xray" codegen optionOleksii Lozovskyi-3/+23
2023-01-30session: impl `IntoDiagnosticArg` for `CrateType`David Wood-1/+7
2023-01-29Rollup merge of #107006 - b-naber:thir-tree, r=jackh726Matthias Krüger-3/+8
2023-01-27Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplettYuki Okushi-0/+8
2023-01-26previous thir unpretty output through thir-flatb-naber-3/+8
2023-01-26Rollup merge of #106904 - khuey:preserve_debuginfo_for_rlibs, r=davidtwcoMatthias Krüger-12/+0