rust/src
bors 6a388dcfbb Auto merge of #81756 - ehuss:update-cargo, r=ehuss
Update cargo

5 commits in e099df243bb2495b9b197f79c19f124032b1e778..34170fcd6e0947808a1ac63ac85ffc0da7dace2f
2021-02-01 16:24:34 +0000 to 2021-02-04 15:52:52 +0000
- Fix permission issue with `cargo vendor`. (rust-lang/cargo#9131)
- Add split-debuginfo profile option (rust-lang/cargo#9112)
- Add RegistryBuilder for tests, and update crates-io error handling. (rust-lang/cargo#9126)
- Add some documentation for index and registry stuff. (rust-lang/cargo#9125)
- Fix env/cfg set for `cargo test` and `cargo run`. (rust-lang/cargo#9122)
2021-02-05 02:13:59 +00:00
..
bootstrap Rollup merge of #81603 - ehuss:error-index-build, r=Mark-Simulacrum 2021-02-02 16:01:42 -05:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Auto merge of #81762 - pietroalbini:fix-install-msys2, r=m-ou-se 2021-02-04 20:30:11 +00:00
doc Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink 2021-02-03 06:00:43 +00:00
etc src/etc/json-types -> src/rustdoc-json-types 2021-01-27 18:58:43 -05:00
librustdoc Rollup merge of #81681 - Smittyvb:rustdoc-shortcuts-styling, r=GuillaumeGomez 2021-02-03 08:41:28 +01:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types Fix README typo 2021-01-28 11:15:43 -05:00
test Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-Simulacrum 2021-02-04 21:10:40 +01:00
tools Auto merge of #81756 - ehuss:update-cargo, r=ehuss 2021-02-05 02:13:59 +00:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version Bump version to 1.51 2020-12-25 10:42:53 -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.