This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
96 files changed
+1365
-229
lines changed- compiler
- rustc_hir_analysis/src
- astconv
- coherence
- collect
- outlives
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_infer/src/infer
- error_reporting
- rustc_lint/src
- rustc_middle/src
- query
- ty
- inhabitedness
- print
- rustc_privacy/src
- rustc_trait_selection
- src
- solve
- assembly
- traits
- error_reporting
- query
- select
- rustc_traits/src
- chalk
- rustc_type_ir/src
- src
- librustdoc
- clean
- html
- render
- json
- rustdoc-json-types
- tools
- clippy/clippy_lints/src
- jsondoclint/src
- tests
- rustdoc
- intra-doc
- ui/associated-inherent-types
- bugs
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
96 files changed
+1365
-229
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2419 | 2419 | | |
2420 | 2420 | | |
2421 | 2421 | | |
| 2422 | + | |
| 2423 | + | |
| 2424 | + | |
| 2425 | + | |
2422 | 2426 | | |
2423 | 2427 | | |
2424 | 2428 | | |
| |||
2431 | 2435 | | |
2432 | 2436 | | |
2433 | 2437 | | |
2434 | | - | |
| 2438 | + | |
| 2439 | + | |
| 2440 | + | |
2435 | 2441 | | |
2436 | 2442 | | |
2437 | 2443 | | |
2438 | 2444 | | |
2439 | 2445 | | |
2440 | 2446 | | |
2441 | 2447 | | |
| 2448 | + | |
| 2449 | + | |
2442 | 2450 | | |
2443 | 2451 | | |
2444 | 2452 | | |
| |||
2454 | 2462 | | |
2455 | 2463 | | |
2456 | 2464 | | |
2457 | | - | |
| 2465 | + | |
| 2466 | + | |
2458 | 2467 | | |
2459 | 2468 | | |
2460 | 2469 | | |
2461 | | - | |
2462 | 2470 | | |
2463 | | - | |
| 2471 | + | |
2464 | 2472 | | |
2465 | 2473 | | |
2466 | | - | |
2467 | | - | |
2468 | | - | |
| 2474 | + | |
| 2475 | + | |
| 2476 | + | |
| 2477 | + | |
| 2478 | + | |
| 2479 | + | |
| 2480 | + | |
2469 | 2481 | | |
2470 | 2482 | | |
2471 | | - | |
2472 | | - | |
2473 | | - | |
| 2483 | + | |
2474 | 2484 | | |
2475 | | - | |
2476 | 2485 | | |
2477 | 2486 | | |
2478 | 2487 | | |
2479 | 2488 | | |
2480 | 2489 | | |
2481 | | - | |
2482 | 2490 | | |
2483 | 2491 | | |
2484 | 2492 | | |
2485 | 2493 | | |
2486 | 2494 | | |
2487 | | - | |
| 2495 | + | |
2488 | 2496 | | |
2489 | 2497 | | |
2490 | | - | |
2491 | | - | |
| 2498 | + | |
2492 | 2499 | | |
2493 | 2500 | | |
2494 | 2501 | | |
| |||
2497 | 2504 | | |
2498 | 2505 | | |
2499 | 2506 | | |
2500 | | - | |
| 2507 | + | |
2501 | 2508 | | |
2502 | 2509 | | |
2503 | 2510 | | |
2504 | 2511 | | |
2505 | | - | |
| 2512 | + | |
2506 | 2513 | | |
2507 | 2514 | | |
2508 | | - | |
2509 | | - | |
2510 | | - | |
2511 | | - | |
2512 | | - | |
2513 | | - | |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
| 2518 | + | |
| 2519 | + | |
| 2520 | + | |
| 2521 | + | |
| 2522 | + | |
| 2523 | + | |
| 2524 | + | |
2514 | 2525 | | |
2515 | | - | |
2516 | | - | |
2517 | | - | |
| 2526 | + | |
2518 | 2527 | | |
2519 | 2528 | | |
2520 | 2529 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
213 | 226 | | |
214 | 227 | | |
215 | 228 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1948 | 1948 | | |
1949 | 1949 | | |
1950 | 1950 | | |
1951 | | - | |
| 1951 | + | |
1952 | 1952 | | |
1953 | 1953 | | |
1954 | 1954 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
213 | 216 | | |
214 | 217 | | |
215 | 218 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
843 | 843 | | |
844 | 844 | | |
845 | 845 | | |
846 | | - | |
| 846 | + | |
847 | 847 | | |
848 | 848 | | |
849 | 849 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
| 303 | + | |
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2211 | 2211 | | |
2212 | 2212 | | |
2213 | 2213 | | |
2214 | | - | |
| 2214 | + | |
2215 | 2215 | | |
2216 | 2216 | | |
2217 | 2217 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
| 131 | + | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
| |||
0 commit comments