Files
rust/src
bors 1a87c49e33 Auto merge of #70414 - lopsided98:armv6-gcc-8, r=pietroalbini
Upgrade GCC to 8.3.0, glibc to 2.17.0 and crosstool-ng to 1.24.0 for dist-arm-linux and dist-armhf-linux

Attempt to fix #69420 in the same manner as #65302 did for armv7l. I have tested that this eliminates the segfault while building a `hello_world` package on `arm-unknown-linux-gnueabihf`.

I have not been able to test whether the bug exists for `arm-unknown-linux-gnueabi` as well, but I suspect it does, so I upgraded the toolchain for that platform as well.
2020-04-01 03:56:44 +00:00
..
2020-03-30 20:09:45 -04:00
2020-03-21 22:18:57 +01:00
2020-03-30 07:02:56 +02:00
2020-03-30 07:16:56 +02:00
2020-03-31 15:20:05 +02:00
2020-03-31 15:20:05 +02:00
2020-03-31 15:20:05 +02:00
2020-03-26 15:49:22 +00:00
2020-03-29 11:12:55 +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.