rust/src
Jack Huey 8460539f28
Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results, r=Nemo157
Remove unneeded bottom margin on search results

As you can see, there is still more than enough space at the bottom:

![Screenshot from 2021-04-29 11-26-57](https://user-images.githubusercontent.com/3050060/116530090-ea797800-a8dd-11eb-8eef-2288cf68e0d2.png)

r? ``````@Nemo157``````
2021-04-29 19:27:24 -04:00
..
bootstrap Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum 2021-04-29 12:03:43 +00:00
build_helper
ci Rollup merge of #84540 - 12101111:enable-sanitizers, r=Mark-Simulacrum 2021-04-28 22:59:25 -04:00
doc Update books 2021-04-28 11:28:57 -07:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Rollup merge of #84690 - GuillaumeGomez:unneeded-bottom-margin-search-results, r=Nemo157 2021-04-29 19:27:24 -04:00
llvm-project@0ed6038a31 Update LLVM submodule 2021-04-21 15:22:46 +01:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Rollup merge of #84682 - jackh726:transitive_bounds_rebind, r=nikomatsakis 2021-04-29 19:27:22 -04:00
tools Auto merge of #84189 - jyn514:clippy-dev, r=Mark-Simulacrum 2021-04-29 12:03:43 +00:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
version Bump to 1.53.0 2021-03-20 12:19:30 -04: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.