rust/src
Matthias Krüger a785328630
Rollup merge of #110337 - iterion:patch-1, r=jyn514
Correct default value for default-linker-libraries

This setting is false by default according to rustc code here: https://github.com/rust-lang/rust/blob/master/compiler/rustc_session/src/options.rs#L1236

I tested on a project and confirmed the behavior described. First, with no value, the `-nodefaultlibs` linker flag is present. Setting this to false has no effect, as well. The linker flag still appears. Setting it to true removes the linker flag as expected.
2023-04-17 18:13:34 +02:00
..
bootstrap bootstrap: switch from stream_cargo to try_run_quiet 2023-04-16 19:32:20 +01:00
ci Auto merge of #110142 - Mark-Simulacrum:reduce-core-counts, r=pietroalbini 2023-04-15 00:08:07 +00:00
doc Rollup merge of #110337 - iterion:patch-1, r=jyn514 2023-04-17 18:13:34 +02:00
etc Typo fix in src/etc/rust-gdb 2023-04-14 19:07:13 -07:00
librustdoc Rollup merge of #110421 - jsoref:spelling-librustdoc, r=notriddle 2023-04-17 08:09:41 +02:00
llvm-project@585a6eb3eb
rustdoc-json-types Fix remaining typos 2023-04-10 21:02:49 +02:00
tools Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr 2023-04-17 07:25:01 +00:00
README.md
stage0.json
version bump to rust 1.71.0 2023-04-15 12:29:51 +02: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.