about summary refs log tree commit diff
path: root/compiler/rustc_session/src/config.rs
AgeCommit message (Expand)AuthorLines
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
2023-01-25Add `target_has_atomic*` symbols if any atomic width is supportedMichal Rostecki-0/+8
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-4/+22
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-2/+2
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-2/+2
2023-01-16Avoid an unnecessary allocationOli Scherer-8/+8
2023-01-16check -Z query-dep-graph is enabled if -Z dump-dep-graph (#106736)gftea-0/+5
2023-01-16Remove redundant `input_path` field from `Config`Oli Scherer-0/+18
2023-01-15Preserve split DWARF files when building archives.Kyle Huey-12/+0
2023-01-14Removed various double spaces in compiler source comments.André Vennberg-1/+1
2023-01-06Update compiler/rustc_session/src/config.rsMatthew E-1/+1
2023-01-06Add default and latest stable edition to --edition in rustcMatthew Esposito-2/+8
2023-01-04Rename stock solver to classicMichael Goulet-2/+2
2023-01-04Split `-Zchalk` flag into `-Ztrait-solver=(stock|chalk|next)` flagMichael Goulet-1/+12
2023-01-04Rollup merge of #106274 - jyn514:dump-mono-stats, r=lqdMatthias Krüger-0/+18
2023-01-02Add json output to `-Zdump-mono-stats`Joshua Nelson-0/+18
2022-12-25Only enable relative span hashing on nightly.Camille GILLOT-0/+6
2022-12-15more clippy::complexity fixesMatthias Krüger-9/+3
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+1
2022-12-06Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisabors-1/+4
2022-12-02Add StableOrd trait as proposed in MCP 533.Michael Woerister-1/+4
2022-12-01Remove useless borrows and derefsMaybe Waffle-6/+6
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-4/+1
2022-11-24move things from rustc_target::abi to rustc_abihkalbasi-2/+2
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-2/+2
2022-11-07Add --print=split-debuginfoKamil Koczurek-0/+2
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-1/+1
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-1/+1