-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit fdad98d
Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- #143019 (Ensure -V --verbose processes both codegen_backend and codegen-backend)
- #143140 (give Pointer::into_parts a more scary name and offer a safer alternative)
- #143175 (Make combining LLD with external LLVM config a hard error)
- #143180 (Use `tracing-forest` instead of `tracing-tree` for bootstrap tracing)
- #143223 (Improve macro stats printing)
- #143228 (Handle build scripts better in `-Zmacro-stats` output.)
- #143229 ([COMPILETEST-UNTANGLE 1/N] Move some some early config checks to the lib and move the compiletest binary)
- #143246 (Subtree update of `rust-analyzer`)
- #143248 (Update books)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
188 files changed
+2458
-983
lines changed- compiler
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_const_eval/src
- const_eval
- interpret
- rustc_driver_impl/src
- rustc_interface/src
- rustc_middle/src
- mir
- interpret
- ty/print
- rustc_mir_transform/src
- src
- bootstrap
- src
- bin
- core
- build_steps
- config
- utils
- doc
- tools
- compiletest
- src
- bin
- miri/src
- alloc_addresses
- shims
- unix
- opt-dist/src
- rust-analyzer
- .github/workflows
- crates
- base-db
- cfg
- hir-def
- src
- expr_store
- hir
- nameres
- hir-expand
- src
- builtin
- hir-ty
- src
- diagnostics
- match_check
- infer
- layout
- lower
- mir
- eval
- shim
- lower
- tests
- hir
- src
- semantics
- ide-assists
- src/handlers
- ide-completion
- src
- completions
- context
- tests
- ide-db
- src
- ide-diagnostics
- src/handlers
- ide-ssr
- ide
- src
- inlay_hints
- intern
- src/symbol
- mbe
- parser
- src
- grammar
- test_data/parser/inline/ok
- paths
- proc-macro-api
- proc-macro-srv
- proc-macro-test
- imp
- profile
- project-model
- src
- query-group-macro
- rust-analyzer
- src
- handlers
- lsp
- stdx
- syntax-bridge
- syntax
- src
- ast
- generated
- test-utils
- src
- toolchain
- tt
- vfs-notify
- vfs
- docs/book/src
- editors/code
- src
- tests/ui/stats
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
188 files changed
+2458
-983
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
136 | - | ||
136 | + | ||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
243 | - | ||
243 | + | ||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 | - | ||
271 | + | ||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 | - | ||
213 | - | ||
214 | - | ||
212 | + | ||
213 | + | ||
214 | + | ||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 | - | ||
236 | - | ||
237 | - | ||
235 | + | ||
236 | + | ||
237 | + | ||
238 | + | ||
238 | 239 |
| |
239 | 240 |
| |
240 | 241 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 | - | ||
577 | + | ||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 | - | ||
750 | + | ||
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
| |||
756 | 756 |
| |
757 | 757 |
| |
758 | 758 |
| |
759 | - | ||
760 | - | ||
759 | + | ||
761 | 760 |
| |
762 | 761 |
| |
763 | 762 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1596 | 1596 |
| |
1597 | 1597 |
| |
1598 | 1598 |
| |
1599 | - | ||
1599 | + | ||
1600 | + | ||
1600 | 1601 |
| |
1601 | 1602 |
| |
1602 | 1603 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
121 | - | ||
121 | + | ||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
518 | 518 |
| |
519 | 519 |
| |
520 | 520 |
| |
521 | - | ||
521 | + | ||
522 | 522 |
| |
523 | 523 |
| |
524 | 524 |
| |
| |||
868 | 868 |
| |
869 | 869 |
| |
870 | 870 |
| |
871 | - | ||
871 | + | ||
872 | + | ||
873 | + | ||
872 | 874 |
| |
873 | 875 |
| |
874 | 876 |
| |
| |||
894 | 896 |
| |
895 | 897 |
| |
896 | 898 |
| |
897 | - | ||
899 | + | ||
898 | 900 |
| |
899 | 901 |
| |
900 | 902 |
| |
| |||
903 | 905 |
| |
904 | 906 |
| |
905 | 907 |
| |
906 | - | ||
908 | + | ||
907 | 909 |
| |
908 | 910 |
| |
909 | 911 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1112 | 1112 |
| |
1113 | 1113 |
| |
1114 | 1114 |
| |
1115 | - | ||
1115 | + | ||
1116 | + | ||
1117 | + | ||
1116 | 1118 |
| |
1117 | 1119 |
| |
1118 | 1120 |
| |
|
0 commit comments