rust/src
Matthias Krüger eb46afb216
Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=GuillaumeGomez
rustdoc: add support for type filters in arguments and generics

This makes sense, since the search index has the information in it, and it's more useful for function signature searches since a function signature search's item type is, by definition, some type of function (there's more than one, but not very many).
2023-03-24 01:22:03 +01:00
..
bootstrap Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgr 2023-03-22 21:35:02 +00:00
ci Auto merge of #108355 - dpaoliello:dlltoolm, r=michaelwoerister 2023-03-23 09:51:32 +00:00
doc Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=GuillaumeGomez 2023-03-24 01:22:03 +01:00
etc Rename src/etc/vscode_settings.json to rust_analyzer_settings.json 2023-03-01 22:58:05 +05:30
librustdoc Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=GuillaumeGomez 2023-03-24 01:22:03 +01:00
llvm-project@fd949f3034 Revert "Auto merge of #107224 - nikic:llvm-16, r=cuviper" 2023-03-18 23:49:24 +01:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=GuillaumeGomez 2023-03-24 01:22:03 +01:00
README.md
stage0.json Bump to latest beta 2023-03-15 08:55:22 -04:00
version Bump version to 1.70.0 2023-03-04 10:10:46 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.