rust/src
Yuki Okushi 43bcfdb0d0
Rollup merge of #82597 - noslaver:fix-82137, r=nagisa
Get TyCtxt from self instead of passing as argument in AutoTraitFinder

First contribution 🦀, let me know if anything is amiss.

Fix #82137.
2021-03-02 21:23:19 +09:00
..
bootstrap Auto merge of #82663 - jyn514:rollup-xh3cb0c, r=jyn514 2021-03-01 20:52:47 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Update Docker to use the correct target 2021-03-01 15:06:32 +01:00
doc Rollup merge of #80874 - jyn514:intra-doc-docs, r=Manishearth 2021-03-02 21:23:13 +09:00
etc Change twice used large const table to static 2021-03-01 10:41:16 -08:00
librustdoc Rollup merge of #82597 - noslaver:fix-82137, r=nagisa 2021-03-02 21:23:19 +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 #82593 - sunfishcode:wasi-docs, r=alexcrichton 2021-03-02 21:23:18 +09:00
tools Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk 2021-03-01 11:25:07 -05: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

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.