Files
rust/src
Guillaume Gomez 3ed113cece Rollup merge of #56124 - antoine-de:fix_read_to_end_doc_mistake, r=TimNN
Fix small doc mistake on std::io::read::read_to_end

The std::io::read main documentation can lead to error because the buffer is prefilled with 10 zeros that will pad the response.
Using an empty vector is better.

The `read_to_end` documentation is already correct though.

This is my first rust PR, don't hesitate to tell me if I did something wrong.
2018-11-29 13:10:34 +01:00
..
2018-11-20 15:56:58 -08:00
2018-11-11 20:52:36 +07:00
2018-11-27 13:13:11 -06:00
2018-11-27 13:13:11 -06:00
2018-11-25 20:27:18 -08:00
2018-11-02 14:58:53 +01:00
2018-11-12 18:21:52 -08:00
2018-10-31 11:53:50 -07:00

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

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

There is also useful content in the following READMEs, which are gradually being moved over to the guide: