rust/src
Ralf Jung 259e9477f4
Rollup merge of #77207 - camelid:whence-to-span, r=jyn514
Rename `whence` to `span`

It's called `span` elsewhere in the compiler and `span` is also less
surprising. `whence` is whimsical, but not super clear :)

See [this Discord conversation](https://discord.com/channels/442252698964721669/459149231702278154/758731658689511444) for more.

r? @jyn514
2020-09-26 12:58:32 +02:00
..
bootstrap Rollup merge of #76631 - jyn514:x.py-setup, r=Mark-Simulacrum 2020-09-26 12:58:13 +02:00
build_helper
ci
doc Auto merge of #74430 - Manishearth:stabilize-intra-doc, r=Manishearth 2020-09-24 03:42:53 +00:00
etc
librustdoc Rename whence to span 2020-09-25 14:59:00 -07:00
llvm-project@7075196da1 Rebase LLVM onto 11.0.0-rc3 2020-09-22 10:16:03 -07:00
test Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk 2020-09-26 12:58:20 +02:00
tools Rollup merge of #77166 - RalfJung:miri, r=RalfJung 2020-09-26 12:58:26 +02:00
README.md
stage0.txt
version

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.