rust/src
Matthias Krüger d044c1bde4
Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk
miri: fix ICE when running out of address space

Fixes https://github.com/rust-lang/miri/issues/2769
r? `@oli-obk`

I didn't add a test since that requires https://github.com/oli-obk/ui_test/issues/38 (host must be 64bit and target 32bit). Also the test takes ~30s, so I am not sure if we want to have it in the test suite?
2023-02-07 17:57:18 +01:00
..
bootstrap Run expand-yaml-anchors in x test tidy 2023-02-05 14:46:52 -06:00
ci Rollup merge of #107596 - Kobzol:stage-build-timer, r=Mark-Simulacrum 2023-02-06 21:16:40 +01:00
doc Rollup merge of #107750 - tshepang:readability, r=GuillaumeGomez 2023-02-07 17:57:17 +01:00
etc Pass --locked to the x test tidy call 2023-01-21 20:21:04 +00:00
librustdoc Rollup merge of #107725 - GuillaumeGomez:turn-markdownwithtoc-into-struct, r=notriddle 2023-02-06 21:16:42 +01:00
llvm-project@477e7285b1 Pull in more LLVM commits 2023-01-20 07:48:59 -08:00
rustdoc-json-types Rustdoc-Json: Report discriminant on all kinds of enum variant. 2023-01-01 19:48:26 +00:00
tools Rollup merge of #107756 - RalfJung:miri-out-of-addresses, r=oli-obk 2023-02-07 17:57:18 +01:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Download rustc component for rustfmt toolchain as well 2023-01-31 10:29:33 -05:00
version Bump to 1.69.0 2023-01-20 18:06:54 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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