File tree
335 files changed
+1930
-1275
lines changed- compiler
- rustc_abi/src
- rustc_arena/src
- rustc_ast/src
- rustc_ast_ir/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- rustc_baked_icu_data/src
- rustc_borrowck/src
- diagnostics
- rustc_builtin_macros/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- mir
- rustc_const_eval/src
- check_consts
- rustc_data_structures
- src
- graph
- obligation_forest
- sync
- tagged_ptr
- rustc_driver_impl/src
- rustc_error_codes/src
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_fluent_macro/src
- rustc_graphviz/src
- rustc_hir/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_incremental/src
- rustc_index/src
- rustc_index_macros/src
- rustc_infer/src
- rustc_interface/src
- rustc_lexer/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_llvm/src
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- hir
- mir
- interpret
- query
- traits
- ty
- rustc_mir_build/src
- builder
- thir
- cx
- pattern
- rustc_mir_dataflow/src
- rustc_mir_transform/src
- rustc_monomorphize/src
- partitioning
- rustc_next_trait_solver/src
- solve
- eval_ctxt
- inspect
- rustc_parse/src
- parser
- rustc_parse_format/src
- rustc_passes/src
- rustc_pattern_analysis
- src
- tests/common
- rustc_privacy/src
- rustc_query_impl/src
- rustc_query_system/src
- dep_graph
- query
- rustc_resolve/src
- rustc_sanitizers/src
- rustc_serialize/src
- rustc_session/src
- rustc_smir/src
- rustc_smir
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src
- spec/targets
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- solve/fulfill
- traits
- rustc_traits/src
- rustc_transmute/src
- rustc_ty_utils/src
- rustc_type_ir/src
- search_graph
- solve
- library
- alloc
- src/collections/binary_heap
- core
- src
- panic_abort
- panic_unwind
- proc_macro
- profiler_builtins
- rustc-std-workspace-alloc
- rustc-std-workspace-core
- rustc-std-workspace-std
- std
- src
- io
- net
- os
- cygwin
- fd
- trusty
- io
- unix
- net
- windows
- sys
- alloc
- fs
- net/connection
- socket
- pal
- trusty
- unix
- process
- random
- stdio
- thread_local
- tests/floats
- sysroot
- test
- unwind
- windows_targets
- src
- src
- bootstrap/src/core
- build_steps
- builder
- doc
- rustc/src
- platform-support
- rustc-dev-guide/src
- librustdoc
- clean
- doctest
- html
- static/js
- json
- rustdoc-json-types
- tools
- clippy
- clippy_lints/src
- attrs
- doc
- functions
- matches
- methods
- operators
- utils
- internal_lints
- clippy_utils/src
- compiletest/src
- tests
- codegen/naked-fn
- mir-opt
- instsimplify
- run-make/core-no-fp-fmt-parse
- rustdoc-json
- ui
- associated-type-bounds
- associated-types
- lazy-type-alias
- lint
- macros
- rmeta
- self
- traits/next-solver
- coherence
- cycles
- overflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
335 files changed
+1930
-1275
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1491 | 1491 |
| |
1492 | 1492 |
| |
1493 | 1493 |
| |
| 1494 | + | |
1494 | 1495 |
| |
1495 | 1496 |
| |
1496 | 1497 |
| |
| |||
3492 | 3493 |
| |
3493 | 3494 |
| |
3494 | 3495 |
| |
| 3496 | + | |
3495 | 3497 |
| |
3496 | 3498 |
| |
3497 | 3499 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
9 | 8 |
| |
10 | 9 |
| |
11 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 | 26 |
| |
28 | 27 |
| |
29 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
|
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 | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| 41 | + | |
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
43 | 42 |
| |
44 | 43 |
| |
45 | 44 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
8 | 7 |
| |
9 | 8 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
338 | 337 |
| |
339 | 338 |
| |
340 | 339 |
| |
341 |
| - | |
| 340 | + | |
342 | 341 |
| |
343 | 342 |
| |
344 | 343 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 |
| - | |
84 | 83 |
| |
85 | 84 |
| |
86 | 85 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
360 | 360 |
| |
361 | 361 |
| |
362 | 362 |
| |
363 |
| - | |
| 363 | + | |
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
508 |
| - | |
| 508 | + | |
509 | 509 |
| |
510 | 510 |
| |
511 | 511 |
| |
| |||
1124 | 1124 |
| |
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 |
| - | |
| 1127 | + | |
1128 | 1128 |
| |
1129 | 1129 |
| |
1130 | 1130 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
701 |
| - | |
| 701 | + | |
702 | 702 |
| |
703 | 703 |
| |
704 | 704 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
343 | 343 |
| |
344 | 344 |
| |
345 | 345 |
| |
346 |
| - | |
| 346 | + | |
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
22 | 21 |
| |
23 | 22 |
| |
24 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
23 | 22 |
| |
24 | 23 |
| |
25 | 24 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 |
| - | |
| 478 | + | |
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 |
| - | |
| 879 | + | |
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
18 | 17 |
| |
19 | 18 |
| |
20 | 19 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 |
| - | |
| 248 | + | |
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 |
| |
33 | 38 |
| |
34 | 39 |
| |
|
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 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 | 27 |
| |
29 | 28 |
| |
30 | 29 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
| |||
153 | 154 |
| |
154 | 155 |
| |
155 | 156 |
| |
| 157 | + | |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
|
0 commit comments