rust/src
bors 03ef8a081e Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink
Implementation of RFC2867

https://github.com/rust-lang/rust/issues/74727

So I've started work on this, I think my next steps are to make use of the `instruction_set` value in the llvm codegen but this is the point where I begin to get a bit lost. I'm looking at the code but it would be nice to have some guidance on what I've currently done and what I'm doing next 😄
2020-10-09 00:29:47 +00:00
..
bootstrap Auto merge of #77631 - jyn514:helpful-changelog, r=RalfJung 2020-10-08 05:50:49 +00:00
build_helper cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
ci Check all Cargo targets on CI 2020-10-03 09:53:13 -04:00
doc Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 2020-10-07 09:56:51 +00:00
etc Unset GIT_DIR in pre-commit hook 2020-10-07 19:50:27 -04:00
librustdoc Auto merge of #77644 - GuillaumeGomez:fix-tooltip-text-display, r=jyn514 2020-10-08 07:55:19 +00:00
llvm-project@3adf16e0cb Update submodule llvm to get LVI bugfix 2020-10-08 17:43:26 +02:00
test Auto merge of #76260 - xd009642:rfc/2867, r=jonas-schievink 2020-10-09 00:29:47 +00:00
tools Auto merge of #77637 - ehuss:update-cargo, r=ehuss 2020-10-07 05:12:28 +00:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04:00
version Bump version to 1.49.0 2020-10-02 08:39:40 -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.