rust/src
Michael Goulet 7a34d39278
Rollup merge of #100464 - khyperia:lld-icf-on-windows, r=jyn514
Make `[rust] use-lld=true` work on windows

Before, it would fail with "error: ignoring unknown argument '-Wl,--icf=all'"

This option was introduced in https://github.com/rust-lang/rust/pull/99062 (well, technically https://github.com/rust-lang/rust/pull/99680)

See zulip thread: https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/rust-lld.3A.20error.3A.20ignoring.20unknown.20argument.20'-Wl.2C--icf.3Dall'
2022-08-13 14:10:11 -07:00
..
bootstrap Rollup merge of #100464 - khyperia:lld-icf-on-windows, r=jyn514 2022-08-13 14:10:11 -07:00
ci Auto merge of #99464 - nikic:llvm-15, r=cuviper 2022-08-12 02:58:51 +00:00
doc Auto merge of #100341 - andrewpollack:fuchsia-llvm-libunwind, r=tmandry 2022-08-13 02:41:27 +00:00
etc Fix line lengths 2022-08-13 00:37:14 -04:00
librustdoc Rollup merge of #100447 - GuillaumeGomez:rm-clean-impl, r=Dylan-DPC 2022-08-13 14:10:10 -07:00
llvm-project@e3be3f64ec Patch lld for older toolchains 2022-08-11 15:51:59 -07:00
rustdoc-json-types Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid 2022-08-10 00:00:24 +02:00
test Rollup merge of #100445 - krasimirgg:llvm-16-msan, r=tmiasko 2022-08-13 14:10:08 -07:00
tools Adjust cfgs 2022-08-12 16:28:15 -04:00
README.md
stage0.json Bump bootstrap compiler 2022-08-12 16:27:26 -04:00
version Bump to 1.65.0 2022-08-05 11:32:46 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

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