rust/src
Jonas Schievink 3a2cbe6b83
Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514
Use check-pass instead of build-pass in some consts ui test suits

Helps with #62277

Changed tests modified by https://github.com/rust-lang/rust/pull/57175 because of the stabilization `#![feature(const_let)]`.
They should be compile-fail because the feature gate checking disallow the feature before stabilization. So the feature gate checking have nothing to do with codegen according to https://rustc-dev-guide.rust-lang.org/feature-gate-ck.html.
2020-11-10 14:45:15 +01:00
..
bootstrap Rollup merge of #78566 - JRF63:polly, r=Mark-Simulacrum 2020-11-09 19:06:51 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Rollup merge of #78746 - pietroalbini:i686-freebsd, r=Mark-Simulacrum 2020-11-09 19:06:57 +01:00
doc Rollup merge of #78746 - pietroalbini:i686-freebsd, r=Mark-Simulacrum 2020-11-09 19:06:57 +01:00
etc lldb_batchmode: show more error information 2020-11-03 12:01:46 +01:00
librustdoc Rollup merge of #78868 - notriddle:master, r=GuillaumeGomez 2020-11-09 01:13:46 +01:00
llvm-project@ee16174578 Bump LLVM for DeadArgElim fix 2020-10-22 18:37:03 -04:00
test Rollup merge of #78669 - sasurau4:test/check-pass-consts, r=jyn514 2020-11-10 14:45:15 +01:00
tools Rollup merge of #78710 - petrochenkov:macvisit, r=davidtwco 2020-11-09 19:06:55 +01: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.