rust/src
Guillaume Gomez 6c648822c5
Rollup merge of #81830 - jesusprubio:add-log-explanation-e0542, r=GuillaumeGomez
Add long error explanation for E0542

Helps with #61137
2021-02-07 14:45:53 +01:00
..
bootstrap Rollup merge of #81456 - Amanieu:remote-test-server, r=Amanieu 2021-02-05 12:25:56 +01:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
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 src/etc/json-types -> src/rustdoc-json-types 2021-01-27 18:58:43 -05:00
librustdoc Auto merge of #80883 - GuillaumeGomez:remove-some-function-fields, r=ollie27 2021-02-06 20:55:36 +00:00
llvm-project@70d09f218d Bump LLVM submodule 2021-01-27 23:08:54 +00:00
rustdoc-json-types Remove struct_type from union output and bump format 2021-01-28 23:30:40 -05:00
test Rollup merge of #81830 - jesusprubio:add-log-explanation-e0542, r=GuillaumeGomez 2021-02-07 14:45:53 +01: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.