File tree
615 files changed
+10800
-5433
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src
- type_check
- liveness
- rustc_builtin_macros/src
- rustc_codegen_ssa
- src
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- union_find
- rustc_errors
- src
- rustc_expand/src
- rustc_feature/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_hir/src
- attrs
- rustc_infer/src/infer
- rustc_interface/src
- rustc_lexer/src
- rustc_lint_defs
- src
- rustc_lint
- src
- early
- rustc_middle/src
- middle
- mir
- interpret/allocation
- query
- ty
- rustc_mir_build/src
- rustc_mir_dataflow/src/move_paths
- rustc_mir_transform/src
- coverage
- counters
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_parse
- src
- lexer
- parser
- rustc_passes/src
- rustc_pattern_analysis/src/rustc
- rustc_resolve/src
- late
- rustc_session
- src
- config
- rustc_span/src
- rustc_target/src/spec
- targets
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- solve
- traits/query/type_op
- rustc_type_ir/src
- solve
- library
- coretests/tests/panic
- core/src
- char
- panic
- std
- src
- sync
- nonpoison
- poison
- sys/fd
- thread
- tests/sync
- src
- bootstrap/src/core
- build_steps
- builder
- config
- ci
- citool/src
- docker/host-x86_64
- dist-various-1
- dist-various-2
- test-various
- doc/rustc/src
- platform-support
- etc
- librustdoc
- clean
- html
- render
- static/js
- templates
- json
- tools
- build-manifest
- bump-stage0
- clippy
- .github/workflows
- book/src
- continuous_integration
- development
- clippy_config/src
- clippy_dev/src
- setup
- clippy_lints_internal/src
- clippy_lints/src
- casts
- doc
- functions
- loops
- matches
- methods
- misc_early
- operators
- transmute
- clippy_test_deps
- clippy_utils
- src
- ast_utils
- ty
- tests
- ui-cargo/undocumented_unsafe_blocks/fail
- src
- ui-toml/functions_maxlines
- ui
- doc
- miri
- src
- shims/native_lib
- tests/fail/function_calls
- opt-dist/src
- rustbook
- rustfmt
- tests
- assembly-llvm
- asm
- targets
- codegen-llvm/issues
- debuginfo
- mir-opt
- building
- pre-codegen
- rustdoc-gui
- rustdoc-js-std
- rustdoc-js
- rustdoc-ui/issues
- rustdoc
- enum
- type-alias
- ui-fulldeps
- internal-lints
- session-diagnostic
- ui
- abi
- associated-consts
- associated-types
- async-await
- async-fn
- attributes
- unsafe
- auto-traits
- closures
- coherence/fuzzing
- conditional-compilation
- const-generics
- adt_const_params
- defaults
- occurs-check
- consts
- coroutine
- print
- coverage-attr
- delegation
- generics
- deprecation
- did_you_mean
- drop
- dst
- errors
- feature-gates
- fmt
- fn
- for
- frontmatter
- impl-trait
- diagnostics
- in-trait
- issues
- transmute
- intrinsics
- issues
- kindck
- label
- layout
- lifetimes
- raw
- lint
- marker_trait_attr
- methods
- mir/validate
- mut
- namespace
- never_type
- on-unimplemented
- or-patterns
- parser
- attribute
- recover
- pattern/deref-patterns
- privacy/sealed-traits
- proc-macro
- resolve
- rfcs/rfc-1937-termination-trait
- sanitize-attr
- span
- statics
- suggestions
- trait-bounds
- traits
- const-traits
- default_auto_traits
- negative-bounds
- negative-impls
- next-solver
- assembly
- cycles
- coinduction
- diagnostics
- suggest-dereferences
- tuple
- type-alias-impl-trait
- typeck
- type/pattern_types
- unboxed-closures
- unsafe-fields
- unsized
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
615 files changed
+10800
-5433
lines changedLarge diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
344 | 345 |
| |
345 | 346 |
| |
346 | 347 |
| |
347 |
| - | |
348 |
| - | |
349 |
| - | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
350 | 360 |
| |
351 | 361 |
| |
352 | 362 |
| |
353 |
| - | |
354 |
| - | |
355 |
| - | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
356 | 366 |
| |
357 | 367 |
| |
358 | 368 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1596 | 1596 |
| |
1597 | 1597 |
| |
1598 | 1598 |
| |
1599 |
| - | |
| 1599 | + | |
1600 | 1600 |
| |
1601 | 1601 |
| |
1602 | 1602 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 | 18 |
| |
20 | 19 |
| |
21 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
113 | 113 |
| |
114 | 114 |
| |
115 | 115 |
| |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
116 | 120 |
| |
117 | 121 |
| |
118 | 122 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 |
| - | |
| 30 | + | |
30 | 31 |
| |
31 |
| - | |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 |
| - | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 |
| - | |
| 879 | + | |
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
815 | 815 |
| |
816 | 816 |
| |
817 | 817 |
| |
| 818 | + | |
| 819 | + | |
| 820 | + | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
| 824 | + | |
| 825 | + | |
818 | 826 |
| |
819 | 827 |
| |
820 | 828 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 |
| - | |
| 444 | + | |
445 | 445 |
| |
446 | 446 |
| |
447 | 447 |
| |
| |||
1015 | 1015 |
| |
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 |
| - | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
1019 | 1021 |
| |
1020 | 1022 |
| |
1021 |
| - | |
| 1023 | + | |
1022 | 1024 |
| |
1023 | 1025 |
| |
1024 |
| - | |
1025 |
| - | |
1026 |
| - | |
1027 |
| - | |
1028 |
| - | |
| 1026 | + | |
| 1027 | + | |
1029 | 1028 |
| |
1030 | 1029 |
| |
1031 | 1030 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
170 | 170 |
| |
171 | 171 |
| |
172 | 172 |
| |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + |
0 commit comments