about summary refs log tree commit diff
path: root/compiler/rustc_session
AgeCommit message (Expand)AuthorLines
2024-10-31rustc_codegen_llvm: Add a new 'pc' option to branch-protectionKajetan Puchalski-3/+7
2024-10-31Remove support for `-Zprofile` (gcov-style coverage instrumentation)Zalathar-18/+1
2024-10-30fix libc call from i8 to u8Henry Jiang-1/+1
2024-10-29Rollup merge of #131375 - klensy:clone_on_ref_ptr, r=cjgillotJubilee-5/+6
2024-10-28fix clippy::clone_on_ref_ptr for compilerklensy-5/+6
2024-10-27compiler: Add rustc_abi dependence to the compilerJubilee Young-2/+3
2024-10-20Limited -Zregparm support (no Rust calling conv) descriptionsAndrew Zhogin-1/+2
2024-10-18rust_for_linux: -Zregparm=<N> commandline flag for X86 (#116972)Andrew Zhogin-0/+26
2024-10-15stabilize `-Znext-solver=coherence`lcnr-21/+15
2024-10-12Rollup merge of #131626 - matthiaskrgr:dont_string, r=lqdTrevor Gross-1/+1
2024-10-12Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin...Matthias Krüger-1/+1
2024-10-12remove a couple of redundant String to String conversionMatthias Krüger-1/+1
2024-10-10Avoid redundant additions to PATH when linkingMads Marquart-0/+2
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-1/+1
2024-10-05Handle `clippy` cases of `rustc::potential_query_instability` lintismailarilik-1/+1
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-1/+1
2024-10-02Rollup merge of #126930 - Xaeroxe:file-checksum-hint, r=chenyukangJubilee-1/+22
2024-10-02Adjust check-cfg get_many_mut usage following API changeUrgau-12/+12
2024-10-01improve shell help textJacob Kiesel-1/+2
2024-10-01disregard what we believe is supported in cargo for hash typeJacob Kiesel-5/+1
2024-10-01Fix options help textJacob Kiesel-1/+1
2024-10-01add unstable support for outputting file checksums for use in cargoJacob Kiesel-1/+25
2024-10-01Replace -Z default-hidden-visibility with -Z default-visibilityDavid Lattimore-10/+30
2024-10-01Use `ast::NestedMetaItem` when evaluating cfg predicateUrgau-1/+1
2024-09-28Auto merge of #130874 - klensy:bumpme, r=jieyouxubors-1/+1
2024-09-27Rollup merge of #129087 - slanterns:option_get_or_insert_default, r=dtolnayMatthias Krüger-1/+0
2024-09-27bump few depsklensy-1/+1
2024-09-24Test fixing raw-dylibDaniel Paoliello-0/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-28/+28
2024-09-17Rollup merge of #128961 - GKFX:issue-128930-explain-missing-option, r=jieyouxuMatthias Krüger-1/+1
2024-09-15Rollup merge of #129897 - RalfJung:soft-float-ignored, r=UrgauMatthias Krüger-1/+35
2024-09-13Add set_dcx to ParseSessVetle Rasmussen-0/+4
2024-09-12Auto merge of #130249 - compiler-errors:sad-new-solver-coherence, r=lcnrbors-15/+21
2024-09-12Auto merge of #117465 - paulmenage:small-data-limit, r=compiler-errorsbors-2/+20
2024-09-11Rollup merge of #130114 - eduardosm:needless-returns, r=compiler-errorsJubilee-2/+2
2024-09-11Revert 'Stabilize -Znext-solver=coherence'Michael Goulet-15/+21
2024-09-11Make SearchPath::new publicVetle Rasmussen-1/+1
2024-09-10Add -Z small-data-thresholdPaul Menage-2/+20
2024-09-09Remove needless returns detected by clippy in the compilerEduardo Sánchez Muñoz-2/+2
2024-09-05stabilize `-Znext-solver=coherence`lcnr-21/+15
2024-09-03add rustc_lint_opt_deny_field_access to options that are documented to do not...Ralf Jung-0/+3
2024-09-03deprecate -Csoft-float because it is unsound (and not fixable)Ralf Jung-1/+32
2024-09-03Auto merge of #129777 - nnethercote:unreachable_pub-4, r=Urgaubors-69/+74
2024-09-03Add `warn(unreachable_pub)` to `rustc_session`.Nicholas Nethercote-69/+74
2024-09-02chore: Fix typos in 'compiler' (batch 2)Alexander Cyon-5/+5
2024-08-30make `-Z mir-include-spans` a dedicated enumRémy Rakic-2/+38
2024-08-29Rollup merge of #128970 - DianQK:lint-llvm-ir, r=nikicGuillaume Gomez-0/+2
2024-08-29Add `-Zlint-llvm-ir`DianQK-0/+2
2024-08-28fmt-debug optionKornel-3/+54
2024-08-28Rollup merge of #129667 - dev-ardi:rustc_driver-cleanup, r=michaelwoeristerMatthias Krüger-0/+1