Files
rust/src
bors f4b07e0713 Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton
Add checked_add method to Instant time type

Appending functionality to the already opened topic of `checked_add` on time types over at #55940.

Doing checked addition between an `Instant` and a `Duration` is important to reliably determine a future instant. We could use this in the `parking_lot` crate to compute an instant when in the future to wake a thread up without risking a panic.
2018-12-14 09:10:35 +00:00
..
2018-12-04 00:30:27 +03:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-12-12 08:09:26 -08:00
2018-11-28 16:13:40 +01:00
2018-11-26 15:03:13 -06:00
2018-12-12 08:09:26 -08: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: