This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
397 files changed
+1784
-1279
lines changed- compiler
- rustc_ast_lowering
- src
- rustc_ast_passes/src
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_codegen_llvm/src
- rustc_const_eval
- src
- interpret
- rustc_error_codes/src/error_codes
- rustc_feature/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir/interpret
- ty
- rustc_mir_transform/src
- rustc_parse/src/parser
- rustc_serialize/src
- rustc_type_ir/src
- library
- alloc/src
- core
- src
- iter/sources
- ops
- sync
- tests
- portable-simd/crates/core_simd/src
- src
- doc/unstable-book/src
- language-features
- tools
- clippy/tests
- ui-toml/suppress_lint_in_const
- ui
- crashes
- miri/tests
- fail
- validity
- pass
- stacked-borrows
- rust-analyzer/crates/ide-db/src/generated
- rustfmt/tests
- source
- target
- tests
- codegen
- intrinsics
- issues
- sanitizer/cfi
- simd-intrinsic
- coverage
- debuginfo
- mir-opt
- building/custom
- const_prop
- inline
- pretty
- ui
- async-await
- await-keyword
- issues
- issue-65419
- cast
- coherence
- const-generics/generic_const_exprs
- const_kind_expr
- const_prop
- consts
- const-blocks
- const-eval/heap
- coroutine
- auxiliary
- print
- drop
- feature-gates
- impl-trait
- issues
- inline-const
- layout
- lifetimes
- lint
- must_not_suspend
- non-local-defs
- unused
- liveness
- loops
- nll
- packed
- parser
- polymorphization
- print_type_sizes
- rfcs/rfc-2091-track-caller
- sanitizer
- simd
- intrinsic
- suggestions
- traits/next-solver
- type-alias-impl-trait
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
397 files changed
+1784
-1279
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
| 167 | + | |
| 168 | + |
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
421 | 421 |
| |
422 | 422 |
| |
423 | 423 |
| |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + |
Lines changed: 16 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
217 | 218 |
| |
218 | 219 |
| |
219 | 220 |
| |
| 221 | + | |
220 | 222 |
| |
221 | 223 |
| |
222 | 224 |
| |
| |||
955 | 957 |
| |
956 | 958 |
| |
957 | 959 |
| |
| 960 | + | |
958 | 961 |
| |
959 | 962 |
| |
960 | 963 |
| |
| |||
965 | 968 |
| |
966 | 969 |
| |
967 | 970 |
| |
968 |
| - | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
969 | 980 |
| |
| 981 | + | |
970 | 982 |
| |
971 | 983 |
| |
972 | 984 |
| |
| |||
1565 | 1577 |
| |
1566 | 1578 |
| |
1567 | 1579 |
| |
| 1580 | + | |
| 1581 | + | |
1568 | 1582 |
| |
| 1583 | + | |
1569 | 1584 |
| |
1570 | 1585 |
| |
1571 | 1586 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
206 |
| - | |
| 206 | + | |
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
560 | 559 |
| |
561 | 560 |
| |
562 | 561 |
| |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
| |||
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
125 |
| - | |
126 |
| - | |
127 |
| - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
128 | 132 |
| |
129 | 133 |
| |
130 | 134 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
260 | 260 |
| |
261 | 261 |
| |
262 | 262 |
| |
263 |
| - | |
| 263 | + | |
| 264 | + | |
264 | 265 |
| |
265 | 266 |
| |
266 | 267 |
| |
| |||
273 | 274 |
| |
274 | 275 |
| |
275 | 276 |
| |
276 |
| - | |
| 277 | + | |
277 | 278 |
| |
278 | 279 |
| |
279 | 280 |
| |
| |||
363 | 364 |
| |
364 | 365 |
| |
365 | 366 |
| |
366 |
| - | |
| 367 | + | |
367 | 368 |
| |
368 | 369 |
| |
369 | 370 |
| |
|
Lines changed: 3 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 | 85 |
| |
92 | 86 |
| |
93 | 87 |
| |
| |||
192 | 186 |
| |
193 | 187 |
| |
194 | 188 |
| |
| 189 | + | |
| 190 | + | |
195 | 191 |
| |
196 | 192 |
| |
197 | 193 |
| |
| |||
401 | 397 |
| |
402 | 398 |
| |
403 | 399 |
| |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 | 400 |
| |
408 | 401 |
| |
409 | 402 |
| |
| |||
450 | 443 |
| |
451 | 444 |
| |
452 | 445 |
| |
| 446 | + | |
453 | 447 |
| |
454 | 448 |
| |
455 | 449 |
| |
|
0 commit comments