Commit 8d670b9
committed
Auto merge of #150546 - JonathanBrouwer:rollup-jkqji1j, r=JonathanBrouwer
Rollup of 5 pull requests
Successful merges:
- #146798 (RISC-V: Implement (Zkne or Zknd) intrinsics correctly)
- #150337 (docs: fix typo in std::io::buffered)
- #150530 (Remove `feature(string_deref_patterns)`)
- #150543 (`rust-analyzer` subtree update)
- #150544 (Use --print target-libdir in run-make tests)
r? `@ghost`
`@rustbot` modify labels: rollup230 files changed
Lines changed: 7855 additions & 3072 deletions
File tree
- compiler
- rustc_codegen_llvm/src
- rustc_feature/src
- rustc_hir_typeck/src
- rustc_middle/src
- rustc_mir_build/src
- builder/matches
- thir/pattern
- rustc_target/src
- library
- stdarch/crates/core_arch/src/riscv64
- std/src/io/buffered
- bufreader
- src
- doc/unstable-book/src/language-features
- tools/rust-analyzer
- .github/workflows
- crates
- base-db/src
- cfg
- src
- hir-def
- src
- expr_store
- lower
- tests/body
- item_tree
- macro_expansion_tests
- nameres
- tests
- hir-expand/src
- builtin
- hir-ty/src
- consteval
- diagnostics
- infer
- closure
- method_resolution
- mir
- eval
- shim
- next_solver
- infer
- tests
- hir/src
- ide-assists/src
- handlers
- ide-completion/src
- completions
- context
- render
- tests
- ide-db/src
- syntax_helpers
- test_data
- ide-diagnostics/src
- handlers
- ide-ssr/src
- ide/src
- hover
- inlay_hints
- syntax_highlighting/test_data
- intern
- src
- symbol
- load-cargo/src
- mbe/src
- expander
- parser
- src
- grammar/expressions
- syntax_kind
- test_data
- generated
- parser/inline/ok
- proc-macro-api/src
- bidirectional_protocol
- legacy_protocol
- msg
- transport
- codec
- proc-macro-srv-cli
- src
- proc-macro-srv/src
- dylib
- server_impl
- tests
- rust-analyzer/src
- cli
- handlers
- lsp
- span/src
- stdx/src
- thread
- syntax-bridge/src
- syntax
- fuzz
- src
- ast
- generated
- test-fixture
- src
- tt
- src
- docs/book/src
- contributing
- editors/code
- src
- tests
- mir-opt/building/match/deref-patterns
- run-make
- apple-deployment-target
- cdylib-dylib-linkage
- libstd-no-protected
- sysroot-crates-are-unstable
- ui
- check-cfg
- deref-patterns
- pattern/deref-patterns
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
265 | 270 | | |
266 | 271 | | |
267 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| 274 | + | |
| 275 | + | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
647 | 647 | | |
648 | 648 | | |
649 | 649 | | |
650 | | - | |
651 | | - | |
652 | 650 | | |
653 | 651 | | |
654 | 652 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
996 | 996 | | |
997 | 997 | | |
998 | 998 | | |
999 | | - | |
1000 | | - | |
1001 | | - | |
1002 | | - | |
1003 | | - | |
1004 | | - | |
1005 | | - | |
1006 | | - | |
1007 | | - | |
1008 | | - | |
1009 | | - | |
1010 | | - | |
1011 | | - | |
1012 | | - | |
1013 | 999 | | |
1014 | 1000 | | |
1015 | 1001 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
827 | 827 | | |
828 | 828 | | |
829 | 829 | | |
830 | | - | |
831 | 830 | | |
832 | 831 | | |
833 | 832 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 178 | | |
207 | 179 | | |
208 | 180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
629 | | - | |
630 | | - | |
631 | | - | |
632 | | - | |
633 | 629 | | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
641 | | - | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | 630 | | |
647 | 631 | | |
648 | 632 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
694 | | - | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
695 | 696 | | |
696 | 697 | | |
697 | 698 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
| 149 | + | |
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments