rust/src
Matthias Krüger c930884619
Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-Simulacrum
Use the first codegen backend in the config.toml as default

It is currently hard coded to llvm if enabled and cranelift otherwise.
This made some sense when cranelift was the only alternative codegen
backend. Since the introduction of the gcc backend this doesn't make
much sense anymore. Before this PR bootstrapping rustc using a backend
other than llvm or cranelift required changing the source of
rustc_interface. With this PR it becomes a matter of putting the right
backend as first enabled backend in config.toml.

cc ```@antoyo```
2022-02-27 21:46:36 +01:00
..
bootstrap Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-Simulacrum 2022-02-27 21:46:36 +01:00
build_helper Hide failed command unless in verbose mode 2022-01-30 17:37:11 -05:00
ci Update dist-s390x-dist image 2022-02-26 23:40:47 +01:00
doc Auto merge of #94361 - nikic:s390x-update, r=Mark-Simulacrum 2022-02-27 04:08:50 +00:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr 2022-02-25 20:53:48 +00:00
llvm-project@e29ac13bc9 Update LLVM submodule 2022-02-16 21:15:30 +01:00
rustdoc-json-types rustdoc-json: Better Header Type 2022-02-18 23:31:33 +00:00
test Rollup merge of #94399 - GuillaumeGomez:regression-test-79465, r=matthiaskrgr 2022-02-27 21:46:34 +01:00
tools Merge commit 'e329249b6a' into clippyup 2022-02-26 14:26:21 +01:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -05: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.