rust/src
bors 902ca44c19 Auto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r=Dylan-DPC
Rollup of 7 pull requests

Successful merges:

 - #82331 (alloc: Added `as_slice` method to `BinaryHeap` collection)
 - #83130 (escape_ascii take 2)
 - #83374 (unix: Fix feature(unix_socket_ancillary_data) on macos and other BSDs)
 - #83543 (Lint on unknown intra-doc link disambiguators)
 - #83636 (Add a regression test for issue-82792)
 - #83643 (Remove a FIXME resolved by #73578)
 - #83644 (⬆️ rust-analyzer)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2021-03-30 01:16:08 +00:00
..
bootstrap Auto merge of #80839 - tblah:riscv64linux_links, r=Mark-Simulacrum 2021-03-29 16:48:45 +00:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Update rustup cross-compilation docs link 2021-03-27 07:51:46 -06:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Auto merge of #83664 - Dylan-DPC:rollup-wx6idpd, r=Dylan-DPC 2021-03-30 01:16:08 +00:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Rollup merge of #83636 - JohnTitor:const-generics-defualts-regg-test, r=lcnr 2021-03-30 00:32:23 +02:00
tools Rollup merge of #83644 - lnicola:rust-analyzer-2021-03-29, r=jonas-schievink 2021-03-30 00:32:25 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version Bump to 1.53.0 2021-03-20 12:19:30 -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.