rust/src
Aaron Hill a67d248b13
Properly encode spans with a dummy location and non-root SyntaxContext
Previously, we would throw away the `SyntaxContext` of any span with a
dummy location during metadata encoding. This commit makes metadata Span
encoding consistent with incr-cache Span encoding - an 'invalid span'
tag is only used when it doesn't lose any information.
2020-09-12 23:26:17 -04:00
..
bootstrap Auto merge of #76639 - Mark-Simulacrum:ci-hosts, r=pietroalbini 2020-09-12 15:44:07 +00:00
build_helper
ci Add host= configuration for msvc/darwin 2020-09-12 08:05:44 -04:00
doc Rollup merge of #76555 - alilleybrinker:reword_trivial_casts_lint_doc, r=steveklabnik 2020-09-10 12:20:06 -07:00
etc
librustdoc Auto merge of #76632 - andjo403:updateDep, r=Mark-Simulacrum 2020-09-12 14:00:39 +00:00
llvm-project@833dd1e3d4
test Properly encode spans with a dummy location and non-root SyntaxContext 2020-09-12 23:26:17 -04:00
tools Auto merge of #75800 - Aaron1011:feature/full-nt-tokens, r=petrochenkov 2020-09-11 02:35:01 +00:00
README.md
stage0.txt

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.