about summary refs log tree commit diff
path: root/compiler/rustc_session/src
AgeCommit message (Expand)AuthorLines
2025-06-01Add unimplemented `current_dll_path()` for WASITim Hutt-0/+5
2025-05-27coverage: Revert "unused local file IDs" due to empty function namesZalathar-11/+0
2025-05-19current_dll_path: fix mistake in assertion messageRalf Jung-1/+1
2025-05-19Rollup merge of #141239 - RalfJung:dladdr-fname, r=NoratriebStuart Cook-3/+1
2025-05-19Rollup merge of #140847 - Zalathar:unused-local-file, r=SparrowLiiStuart Cook-0/+11
2025-05-19dladdr cannot leave dli_fname to be nullRalf Jung-3/+1
2025-05-16Simplify current_dll_path for CygwinBerrysoft-22/+11
2025-05-15Experimental cygwin support in rustc王宇逸-1/+18
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-1/+0
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-10coverage: Detect unused local file IDs to avoid an LLVM assertionZalathar-0/+11
2025-05-09Remove mono item collection strategy override from -Zprint-mono-itemsTomasz Miąsko-4/+2
2025-05-06Rollup merge of #139550 - Urgau:rmeta-remap-path-scope, r=nnethercoteStuart Cook-1/+7
2025-05-05Rollup merge of #140661 - Darksonn:fixedx18-tm, r=wesleywiserGuillaume Gomez-1/+1
2025-05-05Take into-account `-Zremap-path-scope` when embedding filenamesUrgau-1/+7
2025-05-05Make -Zfixed-x18 into a target modifierAlice Ryhl-1/+1
2025-05-04Initial support for dynamically linked cratesBryanskiy-2/+21
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-0/+4
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-0/+4
2025-04-26session: Cleanup `CanonicalizedPath::new`Vadim Petrochenkov-5/+4
2025-04-25Auto merge of #140298 - matthiaskrgr:rollup-5tc1gvb, r=matthiaskrgrbors-36/+43
2025-04-25Rollup merge of #140152 - xizheyin:issue-140102, r=jieyouxuMatthias Krüger-36/+43
2025-04-25Add option style comment for `rustc_optgroups`xizheyin-0/+7
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-1/+1
2025-04-24Rollup merge of #139700 - EnzymeAD:autodiff-flags, r=oli-obkMatthias Krüger-1/+9
2025-04-24Unify the format of rustc cli flagsxizheyin-36/+36
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-22Rollup merge of #140077 - xizheyin:issue-139805, r=jieyouxuChris Denton-112/+198
2025-04-21Document why CodeStats::type_sizes is publicblyxyas-0/+2
2025-04-21Construct OutputType using macro and print [=FILENAME] help infoxizheyin-112/+198
2025-04-19Rollup merge of #139042 - compiler-errors:do-not-optimize-switchint, r=saethlinChris Denton-3/+3
2025-04-17Rollup merge of #139850 - xizheyin:issue-138698, r=jieyouxuMatthias Krüger-12/+25
2025-04-17Hide unstable print kinds within emit_unknown_print_request_help in stable ch...xizheyin-12/+25
2025-04-16Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercoteMatthias Krüger-1/+1
2025-04-16Rollup merge of #139647 - eholk:package-namespace, r=fmeaseMatthias Krüger-34/+178
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-2/+11
2025-04-16Make CodeStat's type sizes a public fieldblyxyas-1/+1
2025-04-15Add unstable foo::bar extern command line argumentsEric Holk-34/+178
2025-04-15Auto merge of #138906 - thaliaarchi:unsupported-test-exe, r=bjorn3bors-0/+7
2025-04-14Stabilize `-Zdwarf-version` as `-Cdwarf-version`Wesley Wiser-2/+11
2025-04-14Specify `--print info=file` syntax in `--help`clubby789-10/+4
2025-04-12fix LooseTypes flag and PrintMod behaviour, add debug helperManuel Drehwald-1/+9
2025-04-08Do not optimize out SwitchInt before borrowck, or if Zmir-preserve-ubMichael Goulet-3/+3
2025-04-07Prepend temp files with a string per invocation of rustcMichael Goulet-8/+49
2025-04-07Simplify temp path creation a bitMichael Goulet-22/+21
2025-04-06Auto merge of #138947 - madsmtm:refactor-apple-versions, r=Noratriebbors-2/+49
2025-04-05Rollup merge of #138368 - rcvalle:rust-kcfi-arity, r=davidtwcoMatthias Krüger-0/+15
2025-04-05KCFI: Add KCFI arity indicator supportRamon de C Valle-0/+15
2025-04-05Rollup merge of #139285 - tshepang:uniform-case, r=jieyouxuStuart Cook-4/+6
2025-04-05Rollup merge of #137880 - EnzymeAD:autodiff-batching, r=oli-obkStuart Cook-3/+7