Commit 24f6f94
File tree
733 files changed
+9693
-4306
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast/src/expand
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- back
- builder
- debuginfo
- llvm
- rustc_codegen_ssa/src
- mir
- traits
- rustc_const_eval/src
- interpret
- util
- rustc_expand/src
- mbe
- rustc_feature/src
- rustc_hir_analysis/src/hir_ty_lowering
- rustc_hir_typeck/src
- method
- rustc_hir/src
- attrs
- rustc_index/src
- rustc_infer/src/infer/canonical
- rustc_interface/src
- rustc_lint_defs/src
- rustc_llvm/llvm-wrapper
- rustc_macros/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle
- src
- hooks
- middle
- query
- traits
- ty
- print
- rustc_mir_build/src
- builder
- expr
- thir/pattern
- rustc_mir_transform/src
- rustc_next_trait_solver/src
- canonical
- solve
- eval_ctxt
- rustc_passes
- src
- rustc_privacy/src
- rustc_resolve/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_target/src/spec
- base
- targets
- rustc_trait_selection/src
- error_reporting/traits
- traits/query
- type_op
- rustc_transmute/src/layout
- rustc_ty_utils/src
- rustc_type_ir/src
- search_graph
- solve
- library
- alloctests/tests
- alloc/src
- collections
- btree
- vec_deque
- ffi
- raw_vec
- vec
- coretests/tests
- floats
- fmt
- core/src
- array
- ffi
- fmt
- intrinsics
- iter
- adapters
- traits
- net
- num
- ops
- os/darwin
- ptr
- str
- sync
- std
- src
- ffi
- io
- net
- num
- os
- net/linux_ext
- windows
- sys
- alloc
- fs
- net/connection/socket
- pal
- hermit
- unix
- vexos
- random
- stdio
- thread_local
- thread
- tests
- src
- bootstrap
- src
- core
- build_steps
- builder
- config
- toml
- utils
- helpers
- tests
- build_helper/src
- ci
- docker
- host-aarch64/dist-aarch64-linux
- host-x86_64/dist-x86_64-linux
- github-actions
- doc
- rustc/src
- platform-support
- symbol-mangling
- rustdoc/src
- write-documentation
- etc
- librustdoc
- clean
- doctest
- formats
- html
- render
- static/js
- templates
- passes
- tools
- bump-stage0
- src
- clippy
- clippy_lints/src
- tests
- ui
- author
- compiletest/src
- miri
- src
- intrinsics
- tests
- panic
- pass
- both_borrows
- rust-analyzer/crates/hir-expand/src/builtin
- rustfmt/src/config
- tidy/src
- tests
- codegen-llvm
- autodiff
- issues
- coverage
- crashes
- run-make
- autodiff/type-trees
- array-typetree
- memcpy-typetree
- mixed-struct-typetree
- nott-flag
- recursion-typetree
- scalar-types
- f128-typetree
- f16-typetree
- f32-typetree
- f64-typetree
- i32-typetree
- slice-typetree
- struct-typetree
- tuple-typetree
- type-analysis/vec
- doctests-compilation-time-info
- doctests-merge
- linker-warning
- rustdoc-gui
- src
- lib2
- test_docs
- rustdoc-ui
- doctest
- intra-doc
- lints
- rustdoc
- auxiliary
- doc-cfg
- impl
- inline_cross
- auxiliary
- intra-doc
- jump-to-def
- reexport
- auxiliary
- source-code-pages
- ui
- array-slice-vec
- asm
- x86_64
- attributes
- main-removed-2
- autodiff
- backtrace
- box/unit
- c-variadic
- cfg/assume-incomplete-release
- closures/deduce-signature
- codegen
- coercion
- const-generics
- adt_const_params
- issues
- consts
- coroutine
- delegation
- drop
- explicit-tail-calls
- extern
- feature-gates
- fmt
- frontmatter
- hygiene
- impl-trait
- method
- precise-capturing
- inference/need_type_info
- invalid-compile-flags
- invalid
- issues
- lang-items
- lazy-type-alias-impl-trait
- linkage-attr
- raw-dylib/elf
- linking
- lint
- lto
- macros
- numbers-arithmetic
- panic-runtime
- panics
- parser
- issues
- macro
- pattern/usefulness
- integer-ranges
- proc-macro
- quote
- process
- reborrow
- repeat-expr
- resolve
- rfcs/rfc-3348-c-string-literals
- runtime
- rust-2018
- rust-2021
- rust-2024
- unsafe-attributes
- sanitizer
- cfi
- sepcomp
- simd
- auxiliary
- intrinsic
- span
- structs-enums
- suggestions
- test-attrs
- threads-sendsync
- track-diagnostics
- traits
- next-solver
- cycles
- type-alias-impl-trait
- type-inference
- typeck
- union
- unpretty
- unstable-feature-bound
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
733 files changed
+9693
-4306
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 |
| - | |
| 34 | + | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 | 50 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
334 | 334 |
| |
335 | 335 |
| |
336 | 336 |
| |
| 337 | + | |
337 | 338 |
| |
338 | 339 |
| |
| 340 | + | |
339 | 341 |
| |
340 | 342 |
| |
341 | 343 |
| |
| |||
5239 | 5241 |
| |
5240 | 5242 |
| |
5241 | 5243 |
| |
5242 |
| - | |
| 5244 | + | |
5243 | 5245 |
| |
5244 |
| - | |
| 5246 | + | |
5245 | 5247 |
| |
5246 | 5248 |
| |
5247 | 5249 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
768 | 768 |
| |
769 | 769 |
| |
770 | 770 |
| |
771 |
| - | |
772 |
| - | |
| 771 | + | |
773 | 772 |
| |
774 | 773 |
| |
775 | 774 |
| |
776 | 775 |
| |
777 | 776 |
| |
778 | 777 |
| |
779 | 778 |
| |
780 |
| - | |
| 779 | + | |
781 | 780 |
| |
782 | 781 |
| |
783 | 782 |
| |
| |||
950 | 949 |
| |
951 | 950 |
| |
952 | 951 |
| |
953 |
| - | |
| 952 | + | |
954 | 953 |
| |
955 | 954 |
| |
956 | 955 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
84 | 85 |
| |
85 | 86 |
| |
86 | 87 |
| |
| 88 | + | |
| 89 | + | |
87 | 90 |
| |
88 | 91 |
| |
89 | 92 |
| |
| |||
275 | 278 |
| |
276 | 279 |
| |
277 | 280 |
| |
278 |
| - | |
279 |
| - | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
280 | 289 |
| |
281 | 290 |
| |
282 | 291 |
| |
283 | 292 |
| |
284 | 293 |
| |
285 | 294 |
| |
286 |
| - | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
287 | 298 |
| |
288 | 299 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
495 |
| - | |
496 |
| - | |
497 |
| - | |
498 |
| - | |
499 |
| - | |
500 |
| - | |
501 |
| - | |
502 |
| - | |
503 |
| - | |
504 |
| - | |
505 |
| - | |
506 |
| - | |
507 |
| - | |
508 |
| - | |
509 |
| - | |
510 | 490 |
| |
511 | 491 |
| |
512 | 492 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 |
| - | |
| 186 | + | |
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
Lines changed: 0 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 | 1 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 | 2 |
| |
39 | 3 |
| |
40 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| 39 | + | |
39 | 40 |
| |
40 | 41 |
| |
41 | 42 |
| |
|
0 commit comments