rust/src
bors 673d0db5e3 Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514
Rename `source` to `span` and `span` to `source`

- Rename `clean::Item.source` to `span`
- Rename `clean::Span::span()` to `clean::Span::inner()`
- Rename `rustdoc_json_types::Item.source` to `span`
- rustdoc-json: Rename `Import.span` to `Import.source`

*See also the [discussion on Zulip][z] (this is a bit more than discussed in
that conversation, but all the changes are related).*

r? `@jyn514`

[z]: https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/get.20span.20of.20file.20from.20name/near/229603729
2021-03-23 19:06:10 +00:00
..
bootstrap Download a more recent LLVM version if src/version is modified 2021-03-21 12:10:34 -04:00
build_helper
ci Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini 2021-03-19 21:08:41 +00:00
doc Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis 2021-03-22 19:48:27 +00:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 2021-03-23 19:06:10 +00:00
llvm-project@c3a26cbf6e Update LLVM to bring in SIMD updates for WebAssembly 2021-03-18 16:04:39 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 2021-03-23 19:06:10 +00:00
tools Rollup merge of #83385 - lnicola:rust-analyzer-2021-03-22, r=jonas-schievink 2021-03-23 10:15:44 +09:00
README.md
stage0.txt
version Bump to 1.53.0 2021-03-20 12:19:30 -04: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.