Commit 9a6bfa1
File tree
365 files changed
+5736
-3794
lines changed- .github/workflows
- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- rustc_builtin_macros
- src
- deriving
- cmp
- generic
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- back
- coverageinfo
- mapgen
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_error_codes/src/error_codes
- rustc_expand
- src
- rustc_feature/src
- rustc_hir_analysis/src
- check
- rustc_hir_typeck/src
- fn_ctxt
- rustc_infer/src/infer
- canonical
- rustc_lint_defs/src
- rustc_lint
- src
- early
- rustc_metadata
- src
- rmeta
- rustc_middle/src
- mir/interpret
- query
- ty
- consts
- rustc_mir_build/src/builder
- expr
- rustc_monomorphize/src
- rustc_next_trait_solver/src
- solve/eval_ctxt
- rustc_parse/src
- lexer
- parser
- rustc_passes/src
- rustc_pattern_analysis/src
- rustc_proc_macro
- rustc_resolve/src
- rustc_span/src
- rustc_trait_selection/src/solve/inspect
- rustc_type_ir/src
- library
- coretests/tests
- ffi
- floats
- num
- core/src
- ffi
- intrinsics
- macros
- marker
- num
- sync
- proc_macro
- src
- std/src
- fs
- num
- sync
- poison
- sys/sync/mutex
- src
- bootstrap/src
- core/build_steps
- utils
- build_helper/src
- ci
- citool/src
- jobs
- docker
- host-aarch64/aarch64-gnu-llvm-19
- host-x86_64
- mingw-check-tidy
- mingw-check
- scripts
- github-actions
- doc
- rustc-dev-guide/src
- unstable-book/src/language-features
- librustdoc
- clean
- passes
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- ast_utils
- tests/ui
- auxiliary
- crashes/auxiliary
- lint-docs
- src
- miri
- src/intrinsics
- tests/fail/unaligned_pointers
- opt-dist/src
- rust-analyzer
- crates
- base-db/src
- hir-def/src
- macro_expansion_tests
- nameres
- hir-expand/src/builtin
- hir-ty/src
- diagnostics
- match_check
- infer
- mir
- eval
- tests
- hir/src
- semantics
- ide-assists/src
- handlers
- tests
- ide-completion/src
- context
- tests
- ide-db/src
- ide-diagnostics/src
- handlers
- ide-ssr/src
- ide/src
- hover
- intern/src/symbol
- proc-macro-srv/src
- server_impl
- tests
- query-group-macro/tests
- rust-analyzer/src
- cli
- syntax/src/ast/syntax_factory
- docs/book/src
- editors/code
- rustbook
- rustfmt/src
- tidy/src
- tests
- codegen
- autodiff
- enum
- crashes
- debuginfo
- mir-opt
- pretty/autodiff
- run-make
- c-link-to-rust-va-list-fn
- mte-ffi
- repr128-dwarf
- rustdoc-json/enums/discriminant
- rustdoc-ui/intra-doc
- rustdoc
- intra-doc
- ui-fulldeps
- ui
- autodiff
- auxiliary
- cfg
- consts/const-eval
- derives
- deriving
- editions
- enum-discriminant
- error-codes
- feature-gates
- generic-const-items
- imports
- intrinsics
- lint
- dead-code
- unused
- macros
- parser
- macro
- auxiliary
- print-request
- proc-macro
- rust-2018
- transmutability/enums/repr
- unsafe-binders
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
365 files changed
+5736
-3794
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2171 | 2171 | | |
2172 | 2172 | | |
2173 | 2173 | | |
| 2174 | + | |
2174 | 2175 | | |
2175 | 2176 | | |
2176 | 2177 | | |
| |||
3445 | 3446 | | |
3446 | 3447 | | |
3447 | 3448 | | |
| 3449 | + | |
3448 | 3450 | | |
3449 | 3451 | | |
3450 | 3452 | | |
| |||
3734 | 3736 | | |
3735 | 3737 | | |
3736 | 3738 | | |
| 3739 | + | |
3737 | 3740 | | |
3738 | 3741 | | |
3739 | 3742 | | |
| |||
4082 | 4085 | | |
4083 | 4086 | | |
4084 | 4087 | | |
| 4088 | + | |
4085 | 4089 | | |
4086 | 4090 | | |
4087 | 4091 | | |
| |||
4338 | 4342 | | |
4339 | 4343 | | |
4340 | 4344 | | |
| 4345 | + | |
| 4346 | + | |
| 4347 | + | |
| 4348 | + | |
| 4349 | + | |
| 4350 | + | |
| 4351 | + | |
4341 | 4352 | | |
4342 | 4353 | | |
4343 | 4354 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
1526 | 1526 | | |
1527 | 1527 | | |
1528 | 1528 | | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
| 1536 | + | |
| 1537 | + | |
| 1538 | + | |
| 1539 | + | |
| 1540 | + | |
| 1541 | + | |
1529 | 1542 | | |
1530 | 1543 | | |
1531 | 1544 | | |
| |||
3417 | 3430 | | |
3418 | 3431 | | |
3419 | 3432 | | |
3420 | | - | |
3421 | | - | |
3422 | | - | |
| 3433 | + | |
| 3434 | + | |
| 3435 | + | |
3423 | 3436 | | |
3424 | 3437 | | |
3425 | 3438 | | |
| |||
3663 | 3676 | | |
3664 | 3677 | | |
3665 | 3678 | | |
3666 | | - | |
| 3679 | + | |
3667 | 3680 | | |
3668 | 3681 | | |
3669 | 3682 | | |
3670 | | - | |
| 3683 | + | |
3671 | 3684 | | |
3672 | 3685 | | |
3673 | 3686 | | |
3674 | | - | |
| 3687 | + | |
3675 | 3688 | | |
3676 | 3689 | | |
3677 | 3690 | | |
| |||
3688 | 3701 | | |
3689 | 3702 | | |
3690 | 3703 | | |
3691 | | - | |
3692 | 3704 | | |
3693 | 3705 | | |
3694 | | - | |
3695 | 3706 | | |
3696 | 3707 | | |
3697 | 3708 | | |
| |||
3767 | 3778 | | |
3768 | 3779 | | |
3769 | 3780 | | |
3770 | | - | |
3771 | | - | |
3772 | | - | |
| 3781 | + | |
| 3782 | + | |
| 3783 | + | |
3773 | 3784 | | |
3774 | 3785 | | |
3775 | 3786 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
304 | 304 | | |
305 | 305 | | |
306 | 306 | | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
316 | 322 | | |
317 | 323 | | |
318 | 324 | | |
| |||
0 commit comments