This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
123 files changed
+778
-551
lines changed- compiler
- rustc_builtin_macros/src
- rustc_driver_impl
- rustc_errors/src
- rustc_feature/src
- rustc_hir_analysis/src
- rustc_hir_typeck
- src
- rustc_interface/src
- rustc_middle/src/traits
- solve/inspect
- rustc_passes
- src
- rustc_privacy
- rustc_query_system
- rustc_session/src
- config
- rustc_span/src
- rustc_target/src/spec
- rustc_trait_selection/src/solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- rustc/src
- library
- core/src
- slice
- str
- std/src
- sys/pal/unix
- process
- test/src
- src
- bootstrap/src/core/build_steps
- doc/unstable-book/src
- compiler-flags
- language-features
- tools
- miri/src
- run-make-support/src
- rust-analyzer/crates/hir-def/src/attr
- rustdoc
- tidy/src
- tests
- run-make/doctests-keep-binaries
- ui
- attributes/unix_sigpipe
- coherence/occurs-check
- feature-gates
- for
- higher-ranked/leak-check
- process
- runtime/on-broken-pipe
- auxiliary
- traits/next-solver
- coherence
- cycles
- coinduction
- env-shadows-impls
- normalize
- overflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
123 files changed
+778
-551
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3824 | 3824 | | |
3825 | 3825 | | |
3826 | 3826 | | |
3827 | | - | |
3828 | 3827 | | |
3829 | 3828 | | |
3830 | 3829 | | |
| |||
4008 | 4007 | | |
4009 | 4008 | | |
4010 | 4009 | | |
4011 | | - | |
4012 | 4010 | | |
4013 | 4011 | | |
4014 | 4012 | | |
| |||
4468 | 4466 | | |
4469 | 4467 | | |
4470 | 4468 | | |
4471 | | - | |
4472 | 4469 | | |
4473 | 4470 | | |
4474 | 4471 | | |
| |||
4515 | 4512 | | |
4516 | 4513 | | |
4517 | 4514 | | |
4518 | | - | |
4519 | 4515 | | |
4520 | 4516 | | |
4521 | 4517 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
105 | 109 | | |
106 | 110 | | |
107 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
5 | 3 | | |
| |||
34 | 32 | | |
35 | 33 | | |
36 | 34 | | |
37 | | - | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | | - | |
| 310 | + | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
| 199 | + | |
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | 399 | | |
404 | 400 | | |
405 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
619 | 619 | | |
620 | 620 | | |
621 | 621 | | |
622 | | - | |
623 | | - | |
624 | 622 | | |
625 | 623 | | |
626 | 624 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
0 commit comments