rust/src/test
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
..
assembly Adjust -Ctarget-cpu=native handling in cg_llvm 2021-03-16 21:32:55 +02:00
auxiliary
codegen Auto merge of #79846 - the8472:inplace-tra, r=m-ou-se 2021-03-22 01:16:29 +00:00
codegen-units Deprecate items that accidentally weren't deprecated 2021-03-09 19:09:20 -05:00
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Avoid sorting predicates by DefId 2021-03-13 13:45:12 -05:00
mir-opt Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk 2021-03-23 12:23:27 +00:00
pretty Update test/pretty output for edition preludes. 2021-02-25 13:43:11 +01:00
run-make only run RemoveZsts at mir-opt-level 3 and above 2021-03-22 18:30:56 -04:00
run-make-fulldeps Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=GuillaumeGomez 2021-03-23 10:15:38 +09:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Auto merge of #82838 - Amanieu:rustdoc_asm, r=nagisa 2021-03-16 10:05:46 +00:00
rustdoc-gui Add test to ensure the attributes position when js is disabled 2021-03-09 21:40:04 +01:00
rustdoc-js Add test for primitive search 2021-02-01 15:56:51 +01:00
rustdoc-js-std Add search index test for primitive types 2021-01-27 10:05:06 +01:00
rustdoc-json Update tests 2021-03-21 19:48:51 -07:00
rustdoc-ui Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 2021-03-19 15:03:21 +01:00
rustfix
ui Rollup merge of #83384 - mark-i-m:rename-pat2018, r=joshtriplett 2021-03-23 10:15:43 +09:00
ui-fulldeps ast: Reduce size of ExprKind by boxing fields of ExprKind::Struct 2021-03-16 11:41:24 +03:00
COMPILER_TESTS.md