Files
rust/src
Dylan McKay 5581ce6c10 [AVR] Ensure that function pointers stored within aggregates are annotated with the correct space
Before this patch, a function pointer stored within an aggregate like a
struct or an enum would always have the default address space `0`.

This patch removes this assumption and instead, introspects the inner
type being pointed at, storing the target address space in the PointeeInfo
struct so that downstream users may query it.
2020-07-22 05:16:26 +12:00
..
2020-07-20 16:44:46 +02:00
2020-07-16 19:36:49 -04:00
2020-07-16 19:36:49 -04:00
2020-07-17 08:28:19 +10:00
2020-07-17 11:49:35 -07:00
2020-07-17 11:49:35 -07:00
2020-07-16 19:36:49 -04: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 dev guide.