rust/src
Yuki Okushi 0c7e8983b0
Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-Simulacrum
Use a crate to produce rustdoc tree comparisons instead of the `diff` command

It doesn't come with Windows, so bring [our own](https://github.com/notriddle/rust-unified-diff/).

Fixes #82409

![image](https://user-images.githubusercontent.com/1593513/109230755-9a1d5700-7782-11eb-8359-353a506875ab.png)
2021-03-03 16:27:40 +09:00
..
bootstrap Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 2021-03-01 20:52:47 +00:00
build_helper
ci Update Docker to use the correct target 2021-03-01 15:06:32 +01:00
doc Rollup merge of #82691 - ehuss:update-books, r=ehuss 2021-03-02 21:23:22 +09:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 2021-03-03 16:27:38 +09:00
llvm-project@96ae8953e4 Revert LLVM D81803 because it broke Windows 7 2021-02-27 11:09:00 -08:00
rustdoc-json-types Rollup merge of #81891 - CraftSpider:fn-header, r=jyn514 2021-02-14 16:54:45 +01:00
test Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 2021-03-03 16:27:38 +09:00
tools Rollup merge of #82469 - notriddle:bring-our-own-diff, r=Mark-Simulacrum 2021-03-03 16:27:40 +09: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 nightly version to 1.52.0 2021-02-05 16:25:08 +01:00

README.md

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.