rust/src
bors 9be4eac264 Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov
Add CL and CMD into to pdb debug info

Partial fix for https://github.com/rust-lang/rust/issues/96475

The Arg0 and CommandLineArgs of the MCTargetOptions cpp class are not set within bb548f9645/compiler/rustc_llvm/llvm-wrapper/PassWrapper.cpp (L378)

This causes LLVM to not  neither output any compiler path (cl) nor the arguments that were used when invoking it (cmd) in the PDB file.

This fix adds the missing information to the target machine so LLVM can use it.
2023-09-08 10:06:40 +00:00
..
bootstrap fix log formatting in bootstrap 2023-09-06 10:14:09 +03:00
ci Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkin 2023-09-08 08:23:02 +02:00
doc Rollup merge of #115345 - g0djan:godjan/tier2-wasi-threads, r=WaffleLapkin 2023-09-08 08:23:02 +02:00
etc rust-gdbgui: remove excessive quotes 2023-08-22 09:09:00 -04:00
librustdoc Auto merge of #113492 - nebulark:pr_96475, r=petrochenkov 2023-09-08 10:06:40 +00:00
llvm-project@0537f6354c Update LLVM submodule to 17.0.0-rc4 2023-09-05 18:34:53 +00:00
rustdoc-json-types rustdoc-json: Rename typedef to type alias 2023-08-21 14:02:34 -07:00
tools Auto merge of #115608 - RalfJung:fn-arg-validity, r=oli-obk 2023-09-08 04:10:14 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Update stage0 to next beta 2023-08-22 06:58:03 -04:00
version Bump version to 1.74.0 2023-08-20 14:02:00 -04:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.