rust/src
bors ea1252e7e3 Auto merge of #84071 - nagisa:nixos-patching-fix, r=Mark-Simulacrum
Fix NixOS patching

Moving the `.nix-deps` has resulted in rpath links being broken and
therefore bootstrap on NixOS broken entirely.

This PR still produces a `.nix-deps` but only for the purposes of
producing a gc root. We rpath a symlink-resolved result instead.

For purposes of simplicity we also use joinSymlink to produce a single
merged output directory so that we don't need to update multiple
locations every time we add a library or something.

Fixes a regression from https://github.com/rust-lang/rust/pull/82739.
2021-04-11 02:59:30 +00:00
..
bootstrap Auto merge of #84071 - nagisa:nixos-patching-fix, r=Mark-Simulacrum 2021-04-11 02:59:30 +00:00
build_helper
ci rustc: Add a new wasm ABI 2021-04-08 08:03:18 -07:00
doc Auto merge of #84015 - tdelabro:issue-76704-fix, r=Amanieu 2021-04-10 00:35:38 +00:00
etc Fix HashMap/HashSet LLDB pretty-printer after hashbrown 0.11.0 2021-04-06 12:44:17 +03:00
librustdoc Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrum 2021-04-09 18:47:52 +00:00
llvm-project@5ef9f9948f Update LLVM submodule 2021-04-10 10:51:54 +01:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #84023 - Aaron1011:derive-invoc-order, r=petrochenkov 2021-04-10 22:04:37 +00:00
tools update Miri 2021-04-10 11:03:34 +02:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Bump bootstrap compiler 2021-04-06 18:24:09 -07:00
version Bump to 1.53.0 2021-03-20 12:19:30 -04:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.