Files
rust/src
Mazdak Farrokhzad a279ebbc91 Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPC
Replace .unwrap() with ? in std::os::unix::net

As people like to copy examples, this gives them good habits.
2019-12-02 04:08:55 +01:00
..
2019-11-26 22:19:54 -05:00
2019-11-25 19:34:32 -05:00
2019-11-12 16:36:57 -05:00
2019-11-30 06:32:49 +01:00
2019-11-12 16:36:57 -05: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.