This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
3,911 files changed
+53315
-30104
lines changed- .github/workflows
- compiler
- rustc_abi/src
- layout
- rustc_ast_lowering
- src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust/state
- rustc_ast/src
- attr
- util
- rustc_attr_data_structures
- src
- rustc_attr_parsing
- src
- attributes
- rustc_borrowck/src
- diagnostics
- type_check
- liveness
- rustc_builtin_macros
- src
- deriving/generic
- rustc_codegen_cranelift
- example
- patches
- src
- abi
- intrinsics
- rustc_codegen_gcc
- example
- src
- back
- intrinsic
- tests/run
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa
- src
- back
- mir
- traits
- rustc_const_eval
- src
- check_consts
- const_eval
- interpret
- util
- rustc_data_structures/src
- sorted_map
- rustc_error_codes/src/error_codes
- rustc_errors
- src
- rustc_expand
- src
- mbe
- rustc_feature/src
- rustc_hir_analysis
- src
- check
- coherence
- collect
- hir_ty_lowering
- variance
- rustc_hir_pretty
- src
- rustc_hir_typeck
- src
- fn_ctxt
- method
- rustc_hir
- src
- rustc_incremental/src
- persist
- rustc_index/src
- rustc_infer/src/infer
- lexical_region_resolve
- relate
- rustc_lint_defs/src
- rustc_lint
- src
- types
- rustc_llvm
- llvm-wrapper
- rustc_macros/src
- rustc_metadata/src
- rmeta
- rustc_middle/src
- mir
- interpret
- allocation
- query
- traits
- ty
- consts
- print
- rustc_mir_build/src
- builder/matches
- thir
- cx
- pattern
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- mono_checks
- rustc_next_trait_solver/src
- solve
- assembly
- eval_ctxt
- normalizes_to
- rustc_parse
- src
- parser
- rustc_passes
- src
- rustc_privacy/src
- rustc_query_impl
- rustc_query_system
- src/ich
- rustc_resolve
- src
- late
- rustc_sanitizers
- src/cfi/typeid/itanium_cxx_abi
- rustc_session/src
- rustc_smir/src/rustc_smir
- convert
- rustc_span/src
- rustc_symbol_mangling
- src
- rustc_target/src
- callconv
- spec
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- errors
- solve
- fulfill
- traits
- query
- select
- rustc_transmute
- src
- layout
- maybe_transmutable
- rustc_ty_utils/src
- layout
- rustc_type_ir
- src
- search_graph
- solve
- stable_mir/src
- library
- alloc
- src
- collections
- btree
- vec
- tests
- coretests/tests/num
- core/src
- ffi
- future
- intrinsics
- mem
- num
- ops
- slice
- str
- std
- src
- collections/hash
- fs
- io
- os/windows/io
- sys_common
- sys
- net/connection/xous
- os_str
- pal
- hermit
- uefi
- unix
- process
- windows
- zkvm
- thread
- test/src/formatters
- src
- bootstrap
- src
- core
- build_steps
- builder
- config
- utils
- ci
- citool
- src
- tests
- docker
- host-x86_64
- x86_64-gnu-llvm-18
- x86_64-gnu-llvm-19
- x86_64-gnu-tools
- scripts
- github-actions
- doc
- rustc-dev-guide
- .github/workflows
- examples
- src
- building
- bootstrapping
- profiling
- rustc-driver
- tests
- rustdoc/src/write-documentation
- unstable-book/src/language-features
- librustdoc
- clean
- doctest
- html
- render
- static
- css
- js
- passes
- rustdoc-json-types
- tools
- clippy
- book/src
- development
- clippy_config
- src
- clippy_dev/src
- setup
- clippy_lints
- src
- attrs
- casts
- doc
- functions
- loops
- matches
- methods
- operators
- transmute
- types
- unit_types
- utils/internal_lints
- clippy_utils
- src
- ty
- lintcheck/src
- rustc_tools_util
- src
- tests
- ui-cargo/lint_groups_priority/fail
- ui-internal
- ui-toml
- absolute_paths
- allow_mixed_uninlined_format_args
- arbitrary_source_item_ordering
- arithmetic_side_effects_allowed
- array_size_threshold
- await_holding_invalid_type_with_replacement
- await_holding_invalid_type
- borrow_interior_mutable_const
- check_incompatible_msrv_in_tests
- default
- enabled
- conf_deprecated_key
- dbg_macro
- declare_interior_mutable_const
- disallowed_macros
- disallowed_names_append
- disallowed_names_replace
- doc_valid_idents_append
- doc_valid_idents_replace
- duplicated_keys_deprecated_2
- duplicated_keys_deprecated
- excessive_nesting
- expect_used
- extra_unused_type_parameters
- fn_params_excessive_bools
- functions_maxlines
- good_toml_no_false_negatives
- ifs_same_cond
- indexing_slicing
- item_name_repetitions
- allowed_prefixes_extend
- allowed_prefixes
- threshold0
- large_futures
- large_include_file
- lint_decimal_readability
- macro_metavars_in_unsafe/default
- min_ident_chars
- min_rust_version
- missing_enforced_import_rename
- module_inception
- modulo_arithmetic
- mut_key
- needless_raw_string_hashes_one_allowed
- nonstandard_macro_braces
- panic
- path_ends_with_ext
- print_macro
- pub_crate_missing_docs
- pub_underscore_fields
- renamed_function_params
- replaceable_disallowed_types
- semicolon_block
- strict_non_send_fields_in_send_ty
- struct_excessive_bools
- suppress_lint_in_const
- toml_disallowed_methods
- toml_disallowed_types
- toml_disallow
- toml_inconsistent_struct_constructor
- toml_replaceable_disallowed_methods
- toml_trivially_copy
- toml_unknown_key
- undocumented_unsafe_blocks
- unwrap_used
- upper_case_acronyms_aggressive
- useless_vec
- vec_box_sized
- zero_single_char_names
- ui
- author
- borrow_interior_mutable_const
- branches_sharing_code
- checked_unwrap
- cmp_owned
- crashes
- third-party
- crate_level_checks
- dbg_macro
- declare_interior_mutable_const
- doc
- empty_line_after
- index_refutable_slice
- items_after_test_module
- manual_memcpy
- missing_const_for_fn
- mixed_attributes_style
- auxiliary
- needless_bool
- non_std_lazy_static
- out_of_bounds_indexing
- pattern_type_mismatch
- rc_clone_in_vec_init
- ref_option
- should_impl_trait
- size_of_in_element_count
- syntax-error-recovery
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
3,911 files changed
+53315
-30104
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| |||
179 | 182 | | |
180 | 183 | | |
181 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
182 | 199 | | |
183 | 200 | | |
184 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | | - | |
| 410 | + | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| |||
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
| 525 | + | |
526 | 526 | | |
527 | 527 | | |
528 | 528 | | |
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
543 | 543 | | |
544 | 544 | | |
545 | 545 | | |
| |||
553 | 553 | | |
554 | 554 | | |
555 | 555 | | |
556 | | - | |
| 556 | + | |
557 | 557 | | |
558 | 558 | | |
559 | 559 | | |
| |||
578 | 578 | | |
579 | 579 | | |
580 | 580 | | |
581 | | - | |
| 581 | + | |
582 | 582 | | |
583 | 583 | | |
584 | 584 | | |
| |||
601 | 601 | | |
602 | 602 | | |
603 | 603 | | |
604 | | - | |
| 604 | + | |
605 | 605 | | |
606 | 606 | | |
607 | 607 | | |
| |||
3207 | 3207 | | |
3208 | 3208 | | |
3209 | 3209 | | |
| 3210 | + | |
3210 | 3211 | | |
3211 | 3212 | | |
3212 | 3213 | | |
| |||
3215 | 3216 | | |
3216 | 3217 | | |
3217 | 3218 | | |
| 3219 | + | |
3218 | 3220 | | |
3219 | 3221 | | |
3220 | 3222 | | |
| |||
3263 | 3265 | | |
3264 | 3266 | | |
3265 | 3267 | | |
3266 | | - | |
3267 | | - | |
3268 | | - | |
3269 | | - | |
3270 | 3268 | | |
3271 | 3269 | | |
3272 | | - | |
3273 | 3270 | | |
| 3271 | + | |
3274 | 3272 | | |
3275 | 3273 | | |
3276 | 3274 | | |
| |||
3285 | 3283 | | |
3286 | 3284 | | |
3287 | 3285 | | |
| 3286 | + | |
3288 | 3287 | | |
3289 | 3288 | | |
3290 | 3289 | | |
3291 | 3290 | | |
3292 | 3291 | | |
| 3292 | + | |
3293 | 3293 | | |
3294 | 3294 | | |
3295 | 3295 | | |
| |||
3342 | 3342 | | |
3343 | 3343 | | |
3344 | 3344 | | |
| 3345 | + | |
3345 | 3346 | | |
3346 | 3347 | | |
3347 | 3348 | | |
| |||
3598 | 3599 | | |
3599 | 3600 | | |
3600 | 3601 | | |
| 3602 | + | |
3601 | 3603 | | |
3602 | 3604 | | |
3603 | 3605 | | |
| |||
3632 | 3634 | | |
3633 | 3635 | | |
3634 | 3636 | | |
| 3637 | + | |
3635 | 3638 | | |
3636 | 3639 | | |
3637 | 3640 | | |
| |||
3690 | 3693 | | |
3691 | 3694 | | |
3692 | 3695 | | |
| 3696 | + | |
3693 | 3697 | | |
3694 | 3698 | | |
3695 | 3699 | | |
| |||
3737 | 3741 | | |
3738 | 3742 | | |
3739 | 3743 | | |
| 3744 | + | |
3740 | 3745 | | |
3741 | 3746 | | |
3742 | 3747 | | |
| |||
3911 | 3916 | | |
3912 | 3917 | | |
3913 | 3918 | | |
| 3919 | + | |
3914 | 3920 | | |
3915 | 3921 | | |
3916 | 3922 | | |
| |||
4244 | 4250 | | |
4245 | 4251 | | |
4246 | 4252 | | |
| 4253 | + | |
4247 | 4254 | | |
4248 | 4255 | | |
4249 | 4256 | | |
| |||
4266 | 4273 | | |
4267 | 4274 | | |
4268 | 4275 | | |
| 4276 | + | |
4269 | 4277 | | |
4270 | 4278 | | |
4271 | 4279 | | |
| |||
4316 | 4324 | | |
4317 | 4325 | | |
4318 | 4326 | | |
| 4327 | + | |
4319 | 4328 | | |
4320 | 4329 | | |
4321 | 4330 | | |
| |||
4412 | 4421 | | |
4413 | 4422 | | |
4414 | 4423 | | |
| 4424 | + | |
4415 | 4425 | | |
4416 | 4426 | | |
4417 | 4427 | | |
| |||
4444 | 4454 | | |
4445 | 4455 | | |
4446 | 4456 | | |
| 4457 | + | |
| 4458 | + | |
| 4459 | + | |
| 4460 | + | |
4447 | 4461 | | |
4448 | 4462 | | |
4449 | 4463 | | |
| |||
4491 | 4505 | | |
4492 | 4506 | | |
4493 | 4507 | | |
4494 | | - | |
4495 | | - | |
4496 | 4508 | | |
4497 | 4509 | | |
4498 | 4510 | | |
| |||
4571 | 4583 | | |
4572 | 4584 | | |
4573 | 4585 | | |
| 4586 | + | |
4574 | 4587 | | |
4575 | 4588 | | |
4576 | 4589 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
390 | 392 | | |
391 | 393 | | |
392 | 394 | | |
393 | 395 | | |
394 | 396 | | |
395 | | - | |
| 397 | + | |
396 | 398 | | |
397 | 399 | | |
398 | 400 | | |
| |||
464 | 466 | | |
465 | 467 | | |
466 | 468 | | |
467 | | - | |
| 469 | + | |
468 | 470 | | |
469 | 471 | | |
470 | 472 | | |
| |||
1314 | 1316 | | |
1315 | 1317 | | |
1316 | 1318 | | |
1317 | | - | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
1318 | 1322 | | |
1319 | 1323 | | |
1320 | 1324 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
| 222 | + | |
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| |||
0 commit comments