rust/src
bors ae00b62ceb Auto merge of #81502 - CraftSpider:method-abi, r=jyn514
Add abi field to `Method`

Also bumps version and adds a test (Will conflict with #81500, whichever is merged first)

Rationale: It's possible for methods to have an ABI. This should be exposed in the JSON.
2021-02-07 10:59:41 +00:00
..
bootstrap Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu 2021-02-05 12:25:56 +01:00
build_helper
ci Auto merge of #81821 - nikic:update-wasm32, r=sanxiyn 2021-02-07 02:36:08 +00:00
doc Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez 2021-02-06 17:01:50 +01:00
etc
librustdoc Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 2021-02-07 10:59:41 +00:00
llvm-project@70d09f218d
rustdoc-json-types Add abi field to Method 2021-02-05 22:25:11 -05:00
test Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 2021-02-07 10:59:41 +00:00
tools Auto merge of #81832 - jonas-schievink:rollup-3nw53p0, r=jonas-schievink 2021-02-06 18:03:37 +00:00
README.md
stage0.txt Bump rustfmt version 2021-02-02 09:09:52 -05:00
version bump nightly version to 1.52.0 2021-02-05 16:25:08 +01: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.