rust/src
Dylan DPC 22b4c40e38
Rollup merge of #95109 - Urgau:check-cfg-all-any, r=petrochenkov
Extend --check-cfg tests to all predicate inside all/any

Now that https://github.com/rust-lang/rust/pull/94295 is merged it's time to add more tests to check that all predicate inside `all` and `any` are always checked.

r? `@petrochenkov`
2022-03-19 14:50:27 +01:00
..
bootstrap Compare installed browser-ui-test version to the one used in CI 2022-03-18 10:49:50 +01:00
ci Run rustdoc GUI tests when browser-ui-test version is updated 2022-03-18 10:50:53 +01:00
doc resolve the conflict in compiler/rustc_session/src/parse.rs 2022-03-16 20:12:30 +08:00
etc rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
librustdoc Rollup merge of #94960 - codehorseman:master, r=oli-obk 2022-03-17 22:55:05 +01:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types rustdoc-json-types: implementors -> implementations 2022-03-14 00:05:11 +00:00
test Extend --check-cfg tests to all predicate inside all/any 2022-03-19 10:23:09 +01:00
tools Re-enable parallel debuginfo tests 2022-03-18 07:16:57 -06:00
README.md
stage0.json
version

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.