rust/src
bors ba14a836c7 Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgr
Rollup of 5 pull requests

Successful merges:

 - #92150 (Improve suggestion when casting usize to (possibly) wide pointer)
 - #94635 (Merge `#[deprecated]` and `#[rustc_deprecated]`)
 - #94657 (Constify `Index{,Mut}` for `[T]`, `str`, and `[T; N]`)
 - #94746 (diagnostics: use rustc_on_unimplemented to recommend `[].iter()`)
 - #94788 (Account for suggestions for complete removal of lines)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2022-03-10 12:32:01 +00:00
..
bootstrap Rollup merge of #94772 - Urgau:check-cfg-miri, r=petrochenkov 2022-03-09 23:14:16 +01:00
ci Move submodule checkout before msys2 installation. 2022-03-01 10:16:47 -08:00
doc Rollup merge of #94630 - ehuss:remove-tier-2-docs-note, r=Mark-Simulacrum 2022-03-05 12:53:15 -05:00
etc Auto merge of #93626 - wesleywiser:fix_hashmap_natvis, r=michaelwoerister 2022-02-08 10:05:05 +00:00
librustdoc Auto merge of #94706 - matthiaskrgr:rollup-l5erynr, r=matthiaskrgr 2022-03-07 18:06:31 +00:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types make generic projection types print correctly 2022-03-03 13:01:35 -08:00
test Auto merge of #94802 - matthiaskrgr:rollup-4plu0fi, r=matthiaskrgr 2022-03-10 12:32:01 +00:00
tools Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco 2022-03-10 00:15:39 +00:00
README.md
stage0.json Bump bootstrap to 1.60 2022-02-25 08:00:24 -05:00
version Bump version to 1.61 2022-02-19 13:40:33 -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.