Files
rust/src
Mark Simulacrum e7ae1b2648 Rollup merge of #51323 - nikic:switch-int-lowering, r=nagisa
Generate br for all two target SwitchInts

Instead of only for booleans. This means that `if let` also becomes a br.

Apart from making the IR slightly simpler, this is supported by FastISel (#4353).
2018-06-03 18:18:05 -06:00
..
2018-06-03 13:46:19 +02:00
2018-05-27 17:28:35 +02:00
2018-06-01 14:56:01 +02:00
2018-06-03 11:29:44 -06:00
2018-06-01 14:56:01 +02:00
2018-06-03 11:29:44 -06:00
2018-06-01 14:56:01 +02:00
2018-06-03 13:46:20 +02:00
2018-06-03 11:29:44 -06:00
2018-06-03 13:46:19 +02:00
2018-05-26 15:20:23 +03:00
2018-05-26 15:20:23 +03:00
2018-05-24 16:22:58 +02:00
2018-05-24 16:21:23 +02:00
2018-06-03 14:31:37 +02:00
2018-06-01 15:00:17 +02:00
2018-05-17 08:47:25 -06: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: