Files
rust/src
bors bd18bc9a4c Auto merge of #70771 - RalfJung:ctfe-loop, r=oli-obk
Miri terminator handling: only do progress sanity check for 'Call' terminator

This will still catch mistakes in bad intrinsic/foreign-item shims, which is the main source of errors here.

Fixes https://github.com/rust-lang/rust/issues/70723
r? @oli-obk
2020-04-06 11:32:33 +00:00
..
2020-03-21 22:18:57 +01:00
2020-03-06 15:19:31 +01:00
2020-03-30 07:16:56 +02:00
2020-03-31 15:20:05 +02:00
2020-04-05 01:21:36 -04:00
2020-03-26 15:49:22 +00:00
2020-03-19 14:38:09 +00:00
2020-03-15 19:43:25 +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 dev guide.