rust/src
Yuki Okushi b5d2ff0fd8
Rollup merge of #78265 - JohnTitor:type-iference-diag-test, r=lcnr
Add some inference-related regression tests about incorrect diagnostics

Closes #71732
Closes #72616
2020-10-23 18:26:44 +09:00
..
bootstrap Rollup merge of #78153 - est31:downloaded_llvm_maybe_sync, r=Mark-Simulacrum 2020-10-23 18:26:32 +09:00
build_helper cleanup: Remove duplicate library names from Cargo.tomls 2020-08-30 22:57:54 +03:00
ci Update Xcode beta version to allow aarch64-apple-darwin to compile again 2020-10-14 13:51:28 -04:00
doc Clean up and improve some docs 2020-10-21 18:01:04 -07:00
etc BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values 2020-10-14 13:03:23 +02:00
librustdoc Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514 2020-10-23 18:26:24 +09:00
llvm-project@655a1467c9 Update LLVM for LLD COFF TLS alignment fix. 2020-10-17 01:34:08 -07:00
test Rollup merge of #78265 - JohnTitor:type-iference-diag-test, r=lcnr 2020-10-23 18:26:44 +09:00
tools Rollup merge of #78169 - ehuss:update-cargo, r=ehuss 2020-10-23 18:26:35 +09:00
README.md Update README.md 2020-08-30 13:40:11 -05:00
stage0.txt Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepmaster 2020-10-19 18:20:20 +02: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.