rust/src
bjorn3 a303273d00 Fix definition of Box in ssa-analysis-regression-50041.rs
The Box in liballoc always has a field for the allocator. It is quite
hard to support both the old and new definition of Box in cg_clif so
this change uses the new definition in this test too.
2022-03-13 19:29:03 +01:00
..
bootstrap Auto merge of #94862 - pierwill:bootstrap-useless, r=Dylan-DPC 2022-03-13 05:37:56 +00:00
ci Update browser-ui-test version used in CI 2022-03-12 16:07:42 +01:00
doc Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, r=Mark-Simulacrum 2022-03-10 23:12:57 +01:00
etc
librustdoc Auto merge of #94320 - GuillaumeGomez:sidebar-display, r=jsha 2022-03-13 07:56:08 +00:00
llvm-project@c8eccf626f Update LLVM submodule 2022-03-09 09:51:12 +01:00
rustdoc-json-types
test Fix definition of Box in ssa-analysis-regression-50041.rs 2022-03-13 19:29:03 +01:00
tools Auto merge of #94898 - RalfJung:miri, r=RalfJung 2022-03-13 02:27:30 +00:00
README.md
stage0.json
version

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.