rust/src
Matthias Krüger ad4f303a5d
Rollup merge of #113556 - cuviper:trim-rls, r=Mark-Simulacrum
Don't use serde-derive in the rls shim

The already-small RLS shim can get a little smaller, and faster to
build, if we drop the serde-derive dependency and decode the one
"method" field it needs manually from `serde_json::Value`.
2023-07-11 00:58:18 +02:00
..
bootstrap Rollup merge of #113551 - jyn514:dry-run-exclude, r=ozkanonur 2023-07-11 00:58:18 +02:00
ci Rollup merge of #113247 - mirkootter:test-wasm-exceptions-nostd, r=Mark-Simulacrum 2023-07-09 16:33:36 +02:00
doc Rollup merge of #113548 - rustbot:docs-update, r=ehuss 2023-07-11 00:58:17 +02:00
etc User may want to skip tidy check sometimes 2023-06-30 15:37:10 +08:00
librustdoc Replace RPITIT current impl with new strategy that lowers as a GAT 2023-07-08 18:21:34 -03:00
llvm-project@06248fa7f3 Update LLVM submodule 2023-06-20 00:49:54 +01:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Don't use serde-derive in the rls shim 2023-07-10 14:53:57 -07: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 version 2023-07-08 10:35:49 -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.