This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 7bef7b7
committed
Auto merge of rust-lang#2903 - saethlin:rustup, r=RalfJung
rustupFile tree
265 files changed
+5325
-3432
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src
- diagnostics
- type_check/liveness
- rustc_builtin_macros/src/assert
- rustc_codegen_cranelift/src
- rustc_codegen_llvm/src
- debuginfo
- llvm
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- rustc_driver_impl/src
- rustc_hir_analysis/src
- astconv
- check
- collect
- outlives
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_infer/src/infer/outlives
- rustc_lint_defs/src
- rustc_lint/src
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- ty
- inhabitedness
- print
- rustc_mir_build/src/build
- custom/parse
- expr
- rustc_mir_dataflow/src
- framework
- rustc_mir_transform/src
- inline
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_resolve/src
- rustc_session/src
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/spec
- rustc_trait_selection/src
- solve
- assembly
- traits
- query
- type_op
- select
- rustc_traits/src
- chalk
- rustc_ty_utils/src
- library
- alloc/src
- vec
- core/src
- alloc
- array
- hash
- macros
- slice
- std/src
- test/src
- src
- bootstrap
- doc
- rustc/src
- unstable-book/src/compiler-flags
- librustdoc
- clean
- formats
- html
- render
- templates
- passes
- lint
- tools
- clippy
- clippy_lints/src
- methods
- clippy_utils/src
- compiletest
- src
- header
- miri
- src
- concurrency
- shims
- tests
- fail/panic
- pass/panic
- rustdoc-gui-test
- src
- tests
- codegen
- mir-opt
- deref-patterns
- inline
- issues
- pre-codegen
- rustdoc-gui
- src
- extend_css
- link_to_definition
- scrape_examples/src
- rustdoc-ui/intra-doc
- rustdoc
- ui
- borrowck
- const-generics
- generic_const_exprs
- consts
- editions
- imports
- issues
- lifetimes
- lint/rfc-2383-lint-reason
- liveness/liveness-assign
- macros/rfc-2011-nicer-assert-messages
- methods
- mir
- mismatched_types
- panics
- parser/issues
- privacy
- resolve
- unboxed-closures
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
265 files changed
+5325
-3432
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4379 | 4379 | | |
4380 | 4380 | | |
4381 | 4381 | | |
| 4382 | + | |
| 4383 | + | |
| 4384 | + | |
| 4385 | + | |
| 4386 | + | |
| 4387 | + | |
| 4388 | + | |
| 4389 | + | |
| 4390 | + | |
4382 | 4391 | | |
4383 | 4392 | | |
4384 | 4393 | | |
| |||
4972 | 4981 | | |
4973 | 4982 | | |
4974 | 4983 | | |
4975 | | - | |
| 4984 | + | |
4976 | 4985 | | |
4977 | | - | |
| 4986 | + | |
4978 | 4987 | | |
4979 | 4988 | | |
4980 | 4989 | | |
4981 | 4990 | | |
4982 | 4991 | | |
4983 | 4992 | | |
4984 | | - | |
| 4993 | + | |
4985 | 4994 | | |
4986 | | - | |
| 4995 | + | |
4987 | 4996 | | |
4988 | 4997 | | |
4989 | 4998 | | |
4990 | | - | |
| 4999 | + | |
4991 | 5000 | | |
4992 | 5001 | | |
4993 | 5002 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 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 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
1 | 137 | | |
2 | 138 | | |
3 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1635 | 1635 | | |
1636 | 1636 | | |
1637 | 1637 | | |
1638 | | - | |
1639 | | - | |
1640 | | - | |
1641 | | - | |
1642 | | - | |
1643 | | - | |
1644 | | - | |
1645 | | - | |
1646 | | - | |
1647 | | - | |
1648 | | - | |
1649 | | - | |
1650 | | - | |
1651 | | - | |
1652 | | - | |
1653 | | - | |
1654 | | - | |
1655 | | - | |
1656 | | - | |
1657 | | - | |
1658 | | - | |
1659 | | - | |
1660 | | - | |
1661 | | - | |
1662 | | - | |
1663 | | - | |
1664 | | - | |
1665 | | - | |
1666 | 1638 | | |
1667 | 1639 | | |
1668 | 1640 | | |
| |||
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
641 | 641 | | |
642 | 642 | | |
643 | 643 | | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | | - | |
648 | | - | |
649 | 644 | | |
650 | | - | |
| 645 | + | |
651 | 646 | | |
652 | 647 | | |
653 | 648 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
119 | | - | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
| 688 | + | |
689 | 689 | | |
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
| 695 | + | |
| 696 | + | |
695 | 697 | | |
696 | 698 | | |
697 | 699 | | |
698 | | - | |
| 700 | + | |
699 | 701 | | |
700 | 702 | | |
701 | 703 | | |
| |||
885 | 887 | | |
886 | 888 | | |
887 | 889 | | |
| 890 | + | |
888 | 891 | | |
889 | 892 | | |
890 | 893 | | |
| |||
1132 | 1135 | | |
1133 | 1136 | | |
1134 | 1137 | | |
1135 | | - | |
| 1138 | + | |
| 1139 | + | |
| 1140 | + | |
| 1141 | + | |
| 1142 | + | |
| 1143 | + | |
1136 | 1144 | | |
1137 | 1145 | | |
1138 | 1146 | | |
1139 | 1147 | | |
1140 | 1148 | | |
1141 | 1149 | | |
| 1150 | + | |
| 1151 | + | |
| 1152 | + | |
1142 | 1153 | | |
1143 | 1154 | | |
1144 | 1155 | | |
| |||
1982 | 1993 | | |
1983 | 1994 | | |
1984 | 1995 | | |
| 1996 | + | |
1985 | 1997 | | |
1986 | 1998 | | |
1987 | 1999 | | |
1988 | 2000 | | |
1989 | 2001 | | |
1990 | 2002 | | |
| 2003 | + | |
1991 | 2004 | | |
1992 | 2005 | | |
1993 | 2006 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | | - | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
236 | 239 | | |
237 | 240 | | |
238 | 241 | | |
239 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
240 | 249 | | |
241 | 250 | | |
242 | 251 | | |
| |||
295 | 304 | | |
296 | 305 | | |
297 | 306 | | |
298 | | - | |
299 | 307 | | |
300 | | - | |
| 308 | + | |
301 | 309 | | |
302 | 310 | | |
303 | | - | |
304 | | - | |
305 | 311 | | |
306 | 312 | | |
307 | 313 | | |
308 | | - | |
| 314 | + | |
309 | 315 | | |
310 | 316 | | |
311 | 317 | | |
| |||
0 commit comments