Files
rust/src
Dylan DPC 119e32bca1 Rollup merge of #71002 - Freax13:fix-target, r=ollie27
fix target & runtool args order

- `TargetTripple::to_string` converts "path triples" to `<target>-<hash>`, but in this case we need the path. Afaict there is no method to get the real triple other than manually matching
- the order of the runtools arguments is inconsistent with the way tests usually pass arguments ie using `runner` key in `.cargo/config`
2020-04-14 23:29:55 +02:00
..
2020-04-10 09:09:58 -04:00
2020-04-12 11:36:37 -04:00
2020-04-14 09:29:39 -04:00
2020-04-06 22:16:09 +02:00
2020-04-14 09:50:52 -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 dev guide.