Files
rust/src
Pietro Albini e3928ccb2f Rollup merge of #52854 - RalfJung:memrchr, r=Kimundi
fix memrchr in miri

The previous PR https://github.com/rust-lang/rust/pull/52744 was not enough because it assumed that the split between the `mid` and `end` parts returned by `align_to` was aligned. But really the only guarantee we have is that the `mid` part is aligned, so make use of that.
2018-08-01 21:46:28 +02:00
..
2018-07-29 23:45:32 +09:00
2018-07-31 09:49:10 +02:00
2018-07-25 10:25:29 +09:00
2018-07-29 18:04:09 +01:00
2018-07-24 11:08:11 -05:00
2018-07-29 19:05:42 +08: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: