rust/src
Matthias Krüger 29871d5480
Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum
Make GDB Python Pretty Printers loadable after spawning GDB, avoiding required `rust-gdb`

Fixes #111961

Makes the Python pretty printer library source'able from within GDB after spawn, making the wrapper script `rust-gdb` become not the required approach to use the pretty printer library.

Allows for integration into GUI:s that wrap GDB extremely easy. The previous design complicates this feature.
2023-06-06 12:00:32 +02:00
..
bootstrap Rollup merge of #112299 - jyn514:gha-progress, r=oli-obk 2023-06-05 17:02:52 +02:00
ci Auto merge of #112282 - matthiaskrgr:rollup-1g9w02p, r=matthiaskrgr 2023-06-04 19:38:09 +00:00
doc Added custom risc32-imac for esp-espidf target 2023-06-04 15:49:04 +02:00
etc Rollup merge of #111962 - theIDinside:better-gdb, r=Mark-Simulacrum 2023-06-06 12:00:32 +02:00
librustdoc Rollup merge of #112315 - lucascherzer:master, r=Nilstrieb 2023-06-05 17:02:53 +02:00
llvm-project@533d3f338b Update to LLVM 16.0.4 2023-05-17 10:35:12 +02:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Auto merge of #112071 - WaffleLapkin:group-rfcs-tests, r=oli-obk 2023-06-05 19:36:17 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta compiler 2023-05-30 08:00:10 -04:00
version Bump to 1.72.0 2023-05-27 14:23:37 -04: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.