rust/src
Matthias Krüger c916a8df53
Rollup merge of #104587 - weihanglo:update-cargo, r=weihanglo
Update cargo

3 commits in 16b097879b6f117c8ae698aab054c87f26ff325e..eb5d35917b2395194593c9ca70c3778f60c1573b
2022-11-14 23:28:16 +0000 to 2022-11-17 22:08:43 +0000
- Fix several tests that are waiting 60 seconds for publishing to time out (rust-lang/cargo#11388)
- Implement RFC 3139: alternative registry authentication support (rust-lang/cargo#10592)
- Fix cargo install --index when used with registry.default (rust-lang/cargo#11302)

r? `@ghost`
2022-11-19 15:35:22 +01:00
..
bootstrap Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514 2022-11-19 15:35:20 +01:00
ci Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle 2022-11-19 15:35:22 +01:00
doc Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 2022-11-16 15:39:45 +01:00
etc [debuginfo] Make debuginfo type names for slices and str consistent. 2022-10-31 15:43:44 +01:00
librustdoc Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle 2022-11-19 15:35:22 +01:00
llvm-project@a1232c451f update LLVM submodule to make libunwind work on SGX 2022-11-06 15:33:00 +01:00
rustdoc-json-types fix some typos in comments 2022-11-13 15:26:17 +08:00
test Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle 2022-11-19 15:35:22 +01:00
tools Rollup merge of #104587 - weihanglo:update-cargo, r=weihanglo 2022-11-19 15:35:22 +01:00
README.md
stage0.json Bump to latest beta 2022-11-06 17:11:02 -05:00
version Bump to 1.67.0 2022-10-29 10:28:52 -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 cargo, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.