Commit 45a9a7c
committed
Auto merge of rust-lang#3980 - rust-lang:rustup-2024-10-20, r=RalfJung
Automatic RustupFile tree
675 files changed
+10404
-4840
lines changed- .github/workflows
- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_borrowck/src
- diagnostics
- type_check
- liveness
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src
- coverageinfo
- llvm
- rustc_codegen_ssa/src
- rustc_const_eval/src
- const_eval
- interpret
- rustc_fluent_macro/src
- rustc_hir_analysis
- src
- collect
- hir_ty_lowering
- rustc_hir_typeck/src
- method
- rustc_infer/src/infer
- canonical
- snapshot
- rustc_lint_defs/src
- rustc_lint/src
- types
- rustc_llvm/llvm-wrapper
- rustc_metadata/src
- rmeta/decoder
- rustc_middle/src
- infer
- mir/interpret
- query
- traits
- rustc_mir_transform/src
- coroutine
- coverage
- rustc_next_trait_solver/src
- solve
- eval_ctxt
- rustc_resolve/src
- rustc_target/src/spec
- targets
- rustc_trait_selection/src
- error_reporting/traits
- solve
- traits
- query
- type_op
- select
- rustc_traits/src
- rustc_ty_utils/src
- layout
- rustc_type_ir/src
- search_graph
- solve
- library
- alloc
- src
- collections
- vec_deque
- core
- src
- iter/sources
- macros
- ops
- ptr
- str
- tests
- proc_macro/src/bridge
- std
- src
- os
- unix
- xous
- sys
- alloc
- pal
- hermit
- uefi
- unix
- wasm/atomics
- windows
- xous
- net
- os
- params
- random
- sync
- condvar
- mutex
- once
- rwlock
- thread_parking
- thread_local
- native
- tests
- sysroot
- unwind
- src
- bootstrap
- src
- core
- build_steps
- config
- utils
- ci
- docker/host-x86_64/x86_64-gnu-tools
- github-actions
- etc/installer/msi
- librustdoc
- html
- markdown
- static/css
- json
- passes
- rustdoc-json-types
- tools
- clippy
- .github
- book/src
- clippy_config
- src
- clippy_dev
- src
- clippy_lints
- src
- casts
- doc
- loops
- matches
- methods
- operators
- unit_types
- utils/internal_lints
- clippy_utils
- src
- declare_clippy_lint
- src
- lintcheck
- src
- rustc_tools_util
- src
- tests
- ui-toml
- array_size_threshold
- item_name_repetitions
- allowed_prefixes_extend
- allowed_prefixes
- ui
- util/gh-pages
- compiletest/src
- miri
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- intrinsics
- shims
- tests/pass
- nix-dev-shell
- x
- rust-analyzer
- crates
- base-db
- src
- hir-def/src
- nameres
- hir-expand/src
- builtin
- hir-ty/src
- infer
- layout
- mir
- tests
- ide-db/src
- ide-diagnostics/src/handlers
- ide-ssr/src
- ide/src
- hover
- syntax_highlighting
- test_data
- parser
- src
- grammar
- test_data/parser/err
- project-model/src
- ra-salsa
- ra-salsa-macros
- src
- src
- derived_lru
- derived
- runtime
- tests
- incremental
- parallel
- storage_varieties
- rust-analyzer
- src
- cli
- handlers
- lsp
- tracing
- span
- src
- docs/user
- editors/code
- src
- tests/unit
- xtask/src
- tidy/src
- unicode-table-generator
- src
- tests
- assembly
- codegen
- float
- issues
- coverage
- crashes
- mir-opt
- building
- run-make
- avr-rjmp-offset
- longjmp-across-rust
- rustdoc-json/traits
- ui
- associated-types
- coherence
- command
- coroutine
- diagnostic_namespace/do_not_recommend
- dropck
- error-codes
- e0119
- errors
- impl-trait
- in-trait
- issues
- precise-capturing
- issues
- layout
- lint
- auxiliary
- panics
- precondition-checks
- range
- rfcs
- rfc-2008-non-exhaustive/improper_ctypes
- auxiliary
- rfc-2632-const-trait-impl
- sanitizer
- suggestions
- traits
- next-solver
- object
- vtable
- try-block
- type-alias-impl-trait
- typeck
- type/pattern_types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
675 files changed
+10404
-4840
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
107 | 119 | | |
108 | 120 | | |
109 | 121 | | |
| |||
194 | 206 | | |
195 | 207 | | |
196 | 208 | | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
197 | 214 | | |
198 | 215 | | |
199 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| 259 | + | |
259 | 260 | | |
260 | 261 | | |
261 | 262 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
380 | | - | |
| 380 | + | |
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| |||
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | | - | |
| 540 | + | |
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| |||
550 | 550 | | |
551 | 551 | | |
552 | 552 | | |
| 553 | + | |
553 | 554 | | |
554 | 555 | | |
555 | | - | |
| 556 | + | |
| 557 | + | |
556 | 558 | | |
557 | 559 | | |
558 | 560 | | |
| |||
566 | 568 | | |
567 | 569 | | |
568 | 570 | | |
569 | | - | |
| 571 | + | |
570 | 572 | | |
571 | 573 | | |
572 | 574 | | |
| |||
582 | 584 | | |
583 | 585 | | |
584 | 586 | | |
585 | | - | |
| 587 | + | |
586 | 588 | | |
587 | 589 | | |
588 | 590 | | |
589 | 591 | | |
590 | 592 | | |
591 | 593 | | |
592 | | - | |
| 594 | + | |
593 | 595 | | |
594 | 596 | | |
595 | 597 | | |
596 | 598 | | |
597 | 599 | | |
598 | | - | |
599 | 600 | | |
600 | 601 | | |
601 | 602 | | |
| |||
613 | 614 | | |
614 | 615 | | |
615 | 616 | | |
616 | | - | |
| 617 | + | |
617 | 618 | | |
618 | 619 | | |
619 | 620 | | |
| |||
919 | 920 | | |
920 | 921 | | |
921 | 922 | | |
922 | | - | |
923 | | - | |
924 | | - | |
925 | | - | |
926 | | - | |
927 | | - | |
928 | | - | |
929 | | - | |
930 | | - | |
931 | 923 | | |
932 | 924 | | |
933 | 925 | | |
| |||
2163 | 2155 | | |
2164 | 2156 | | |
2165 | 2157 | | |
2166 | | - | |
| 2158 | + | |
2167 | 2159 | | |
2168 | 2160 | | |
2169 | 2161 | | |
| |||
2501 | 2493 | | |
2502 | 2494 | | |
2503 | 2495 | | |
2504 | | - | |
2505 | | - | |
2506 | | - | |
2507 | | - | |
2508 | | - | |
2509 | | - | |
2510 | | - | |
2511 | | - | |
2512 | | - | |
2513 | | - | |
2514 | | - | |
2515 | 2496 | | |
2516 | 2497 | | |
2517 | 2498 | | |
| |||
2879 | 2860 | | |
2880 | 2861 | | |
2881 | 2862 | | |
| 2863 | + | |
2882 | 2864 | | |
2883 | 2865 | | |
2884 | 2866 | | |
| |||
4460 | 4442 | | |
4461 | 4443 | | |
4462 | 4444 | | |
4463 | | - | |
4464 | | - | |
4465 | | - | |
4466 | | - | |
4467 | | - | |
4468 | | - | |
4469 | 4445 | | |
4470 | 4446 | | |
4471 | 4447 | | |
| |||
4608 | 4584 | | |
4609 | 4585 | | |
4610 | 4586 | | |
| 4587 | + | |
4611 | 4588 | | |
4612 | 4589 | | |
4613 | 4590 | | |
| |||
5593 | 5570 | | |
5594 | 5571 | | |
5595 | 5572 | | |
5596 | | - | |
5597 | | - | |
5598 | | - | |
5599 | | - | |
5600 | | - | |
5601 | | - | |
5602 | | - | |
5603 | 5573 | | |
5604 | 5574 | | |
5605 | 5575 | | |
| |||
5649 | 5619 | | |
5650 | 5620 | | |
5651 | 5621 | | |
| 5622 | + | |
| 5623 | + | |
| 5624 | + | |
| 5625 | + | |
| 5626 | + | |
| 5627 | + | |
| 5628 | + | |
5652 | 5629 | | |
5653 | 5630 | | |
5654 | 5631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | 126 | | |
128 | 127 | | |
129 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
57 | 87 | | |
58 | 88 | | |
59 | 89 | | |
| |||
489 | 519 | | |
490 | 520 | | |
491 | 521 | | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
492 | 526 | | |
493 | 527 | | |
494 | 528 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1574 | 1574 | | |
1575 | 1575 | | |
1576 | 1576 | | |
1577 | | - | |
| 1577 | + | |
1578 | 1578 | | |
1579 | 1579 | | |
1580 | 1580 | | |
| |||
0 commit comments