rust/src
bors 69ac533527 Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk
extend `simplify_type`

might cause a slight perf inprovement and imo more accurately represents what types there are.

considering that I was going to use this in #85048 it seems like we might need this in the future anyways 🤷
2021-12-15 22:32:56 +00:00
..
bootstrap bootstrap: Change unwrap() to expect() for WIX path 2021-12-12 03:31:40 +05:30
build_helper Migrate to 2021 2021-09-20 22:21:42 -04:00
ci Rollup merge of #90550 - ehuss:update-ca, r=Mark-Simulacrum 2021-12-08 11:08:56 +01:00
doc Address review feedback 2021-12-12 11:26:59 +00:00
etc Implement @snapshot check for htmldocck 2021-12-01 15:12:10 -08:00
librustdoc Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr 2021-12-15 12:41:42 +00:00
llvm-project@8404254254 Update LLVM submodule 2021-12-08 11:05:48 +01:00
rustdoc-json-types Moved format-version constant to rustdoc-json-types 2021-10-15 12:27:42 +03:00
test Auto merge of #86986 - lcnr:simplify_type, r=nikomatsakis,oli-obk 2021-12-15 22:32:56 +00:00
tools Rollup merge of #91584 - GuillaumeGomez:improve-rustdoc-gui-tester-code, r=jsha 2021-12-15 08:36:21 +01:00
README.md
stage0.json Bump bootstrap compiler 2021-11-30 10:44:21 -05:00
version Bump to 1.59 2021-11-26 14:53:55 -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.