Files
rust/src
Matthew Maurer 72aaa3a414 rustc: Allow cdylibs to link against dylibs
Previously, rustc mandated that cdylibs could only link against rlibs as
dependencies (not dylibs).
This commit disables that restriction and tests that it works in a
simple case.
2020-01-23 13:10:04 -08:00
..
2020-01-13 12:54:16 +00:00
2020-01-18 17:59:44 +01:00
2020-01-18 18:45:14 -05:00
2020-01-11 14:27:52 -05:00
2020-01-08 13:57:01 -08:00
2020-01-09 11:52:03 +09:00
2020-01-07 21:28:22 +01: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.